공부하기싫어
article thumbnail
Published 2021. 5. 29. 07:53
[CISCO] logging OS/네트워크

  • 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#sh logging

 

Ro_1#show running-config

  • Ro_1(config)#logging host 192.168.1.10

로그를 저장할 서버 설정

 

  • Ro_1#show running-config

Ro_1#show running-config 에서 로깅 설정 정보 확인 가능

 

 

  • Ro_1#debug ip icmp

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.

 

ping-echo

router 1 에서 router 2 로 ping을 보냈을때 icmp가 echo 하는 것을 확인 할 수 있었다.

처음 실습하였을때 192.168.1.10으로 로그를 저장하기로 되었지만 cisco 시뮬레이션에서는 구현되지 않은 기능이라 pc 가 return하지 못해 무한루프가 되어 no logging 으로 제거해준 다음 ping 을 실행하였다.