Version :
Cisco Internetwork Operating System Software
IOS (tm) 3000 Software (IGS-I-L), Version 11.0(3), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1995 by cisco Systems, Inc.
Compiled Tue 07-Nov-95 15:04 by deannaw
R1#
收集接口流量信息。
Show cdp traffic命令显示接口流量的信息,包括发送和接收CDP分组的数量,以及CDP出错信息。
下面显示的是在路由器上使用show cdp traffic命令后的输出结果。
R1#show cdp traffic
CDP counters :
Packets output: 750, Input: 626
Hdr syntax: 212, Chksum error: 0, Encaps failed: 0
No memory: 0, Invalid packet: 0, Fragmented: 0
R1#
这并非是路由器上可以收集到的最重要的信息,但是它显示了设备发送和接收的CDP分组数。
以上路由期发送了750个CDP组播数据包,接收了626个组播数据包,封装失败、错误、无效以及碎片包裹均为0。
收集端口和接口信息
Show cdp interface命令可显示路由器接口或者交换机、路由器端口的状态。
可以通过使用no cdp run命令完全关闭路由器上的所有CDP。CDP也可以用no cdp enable命令关闭单个接口的CDP,如果要打开相应端口的cdp可以使用cdp enable命令启用端口。在默认的情况下,所有的端口默认为cdp enable即启动状态。
使用show cdp interface命令可以显示每个接口的cdp信息,包括每个接口的线路封装类型,定时器和保持时间。
下面列举show cdp interface所显示的信息。
R1#show cdp interface
Ethernet0 is up, line protocol is up, encapsulation is ARPA
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
Serial0 is up, line protocol is up, encapsulation is HDLC
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
Serial1 is administratively down, line protocol is down, encapsulation is HDLC
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
R1#
从以上实验调试结果可看到E0接口与S0接口状态为UP,而S1接口的状态为administratively down,但是此时CDP仍然在所有接口运行。
若要关闭路由器上的一个接口的CDP,可在接口模式下使用no cdp enable命令。
如下所示
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int e 0
R1(config-if)#no cdp enable
R1(config-if)#end
使用show cdp interface验证所做的修改。
R1#show cdp interface
Serial0 is up, line protocol is up, encapsulation is HDLC
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
Serial1 is administratively down, line protocol is down, encapsulation is HDLC
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
R1#
注意!上面路由器在输出中没有列出接口E0,说明此时已经成功关闭了E0接口的CDP功能。要想重新启动E0接口的 CDP功能可在E0接口上运行命令cdp enable,此时E0口的CDP功能将得到重新恢复。
如下调试结果。
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int e 0
R1(config-if)#cdp enable
R1(config-if)#exi
R1(config)#exi
R1#show interfa
%SYS-5-CONFIG_I: Configured from console by console
R1#show cdp interface
Ethernet0 is up, line protocol is up, encapsulation is ARPA