ly sent,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply rcvd,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply sent,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply rcvd,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply sent,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply rcvd,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply sent,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply rcvd,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply sent,src 172.16.1.1,dst 172.16.1.1
04:13:25:ICMP:echo reply rcvd.src 172.16.1.1,dst 172.16.1.1
Router#
Router#show debug
Generic IP
ICMP packet debugging is on
Router#debug arp
ARP packet debugging is on
Router#debug ip packet
IP packet debugging is on
Router#show debug
ARP:
ARP packet debugging is on
Generic IP:
ICMP packet debugging is on
IP packet debugging is on
Router#no debug ip packet
IP packet debugging is off
Router#show debug
ARP:
ARP packet debugging is on
Generic IP:
ICMP packet debugging is on
Router#no debug all
Router#show debug
Router#
(1)第1个命令debug?是查看debug命令所包含的子命令,可以看到debug命令有非常丰富的子命令。其中debug all是打开所有的可用的debug在实际工作的网络环境中对这个命令的使用非常容易造成路由器的处理资源耗尽,所以应尽量避免使用带all选项的debug命令。在使用debug命令时其子命令越具体越好,越能看到详细的监测内容,并且减小对于路由器处理能力的影响。
(2)在debug ip的子命令中,有icmp一项是用来监测ICMP协议执行情况的,我们启动这一监测项,即debug ip icmp。
(3)为了看出上述命令的监测结果,我们用ping命令来做测试。监测结果显示从源地址172.16.1.1向目标地址172.16.1.1(与源地址相同)发送了5个icmp reply包,同时目标地址接收到了5个icmp reply包。
(4)show debug 命令可以查看当前打开的监测项目。
(5)命令no debug ip packet 用来关闭对ip packet的监测,原来已打开的其他监测项目仍处于打开状态。
(6)命令no debug all或undebug all 可以关闭所有debug项目,最后的show debug结果显示一个空行表示没有正在打开的监测项目。