Rockwell Automation 1783-WAPxxx Stratix 5100 Wireless Access Point User Manual User Manual
Page 502

502
Rockwell Automation Publication 1783-UM006A-EN-P - May 2014
Chapter 18
Configuring CDP
Beginning in privileged EXEC mode, follow these steps to disable CDP on an
interface:
1. Enter global configuration mode.
configure terminal
2. Enter interface configuration mode, and enter the interface that you are
disabling CDP.
interface
interface-id
3. Disable CDP on an interface.
no cdp enable
4. Return to privileged EXEC mode.
end
5. (Optional) Save your entries in the configuration file.
copy running-config startup-config
Beginning in privileged EXEC mode, follow these steps to enable CDP on an
interface:
1. Enter global configuration mode.
configure terminal
2. Enter interface configuration mode, and enter the interface that you are
enabling CDP.
interface interface-id
3. Enable CDP on an interface after disabling it.
cdp enable
4. Return to privileged EXEC mode.
end
5. (Optional) Save your entries in the configuration file.
copy running-config startup-config
This example shows how to enable CDP on an interface.
AP# configure terminal
AP(config)# interface x
AP(config-if)# cdp enable
AP(config-if)# end