Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This example shows a switch with the CDP timers altered so that the holdtime is 480 seconds and the update time is 120 seconds. It also shows Fast Ethernet ports 1 to 12 on an IOS switch:
Switch(config)# cdp timer 120 Switch(config)# cdp holdtime 480 Switch(config)# interface fastethernet 0/1 Switch(config)# no cdp enable Switch(config)# interface fastethernet 0/2 Switch(config)# no cdp enable Switch(config)# interface fastethernet 0/3 Switch(config)# no cdp enable Switch(config)# interface fastethernet 0/4 Switch(config)# no cdp enable Switch(config)# interface fastethernet 0/5 Switch(config)# no cdp enable Switch(config)# interface fastethernet 0/6 Switch(config)# no cdp enable Switch(config)# end Switch# copy running-config startup-config