Show devices that are connected in CDP
show cdp neighborsshoe cdp neighbors detail
Show information about a specific CDP neighbor
show cdp entry hostname
Wildcard * can be used in place of hostname
Show CDP statistics
show cdp traffic
Show CDP timer values
show cdp
Show information about interfaces that CDP is running on
show cdp interface
Change the CDP advertisement interval (sending interval) to 10 seconds
(config)# cdp timer 10
Change the CDP hold time to 20 seconds
(config)# cdp holdtime 20
Enable CDP version-2 advertisements
(config)#cdp advertise-v2
Enable CDP globally
(config)#cdp run
Enable CDP on a specific interface
(config-if)#cdp enable
What are the CDP timers?