- Ro_1(config)#logging buffer 1000000
라우터가 보유한 DRAM 에서 1,000,000의 영역을 Log저장에 할당 하라
- Ro_1(config)#logging trap debugging
sysLog 저장 시 Debugging message 도 함께 포함 하라
- Ro_1#sh logging
- Ro_1(config)#logging host 192.168.1.10
로그를 저장할 서버 설정
- Ro_1#show running-config
Ro_1#show running-config 에서 로깅 설정 정보 확인 가능
- Ro_1#debug ip icmp
icmp (ping) protocol 정보 처리 현황을 debugging 하여 나타내라
What is Debug IP ICMP?
debug ip icmp. This command displays information about Internal Control Message Protocol (ICMP) transactions and allows you to monitor the ICMP messages sent and received by your router. Each ICMP message has a source, destination, type, and code number.
router 1 에서 router 2 로 ping을 보냈을때 icmp가 echo 하는 것을 확인 할 수 있었다.
처음 실습하였을때 192.168.1.10으로 로그를 저장하기로 되었지만 cisco 시뮬레이션에서는 구현되지 않은 기능이라 pc 가 return하지 못해 무한루프가 되어 no logging 으로 제거해준 다음 ping 을 실행하였다.
'OS > 네트워크' 카테고리의 다른 글
netshoot : Docker+k8s network trouble-shooting swiss-army container (0) | 2023.06.08 |
---|---|
[네트워크보안] (0) | 2021.06.04 |
[CISCO]CDP Protocol (0) | 2021.05.29 |
[CISCO]packet tracer 구성하기 (0) | 2021.05.29 |
[CISCO]static routing - 정적 경로 설정 (0) | 2021.05.06 |