System Management Configuration Guide for Cisco 8000 Series Routers, Cisco IOS XR Releases

PDF

System Management Configuration Guide for Cisco 8000 Series Routers, Cisco IOS XR Releases

Enable CDP

Want to summarize with AI?

Log in

Teaches you how to enable CDP globally and on specific interfaces to ensure your router shares device information with directly connected Cisco equipment.


Enable CDP so that the router shares device information with other directly connected Cisco devices.

To enable CDP, first enable it globally on the router. Then enable CDP on each interface.

Before you begin

Verify that the CDP package is installed on your router.

Procedure

1.

Enable CDP globally.

Example:

Router#configure
Router(config)#cdp
Router(config)#commit 
2.

Enable CDP on the specific interface.

Example:

Router#configure
Router(config)#interface hundredGigE 0/0/0/4
Router(config-if)#cdp
Router(config-if)#commit