cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
940
Views
0
Helpful
2
Replies

Disable CDP on UC500 WAN port

Jo Kern
Cisco Employee
Cisco Employee

How can I disable CDP on my WAN port. Preferably CCA.

2 Replies 2

There is no way to do this in CCA. You will need CLI:

UC500#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

UC500(config)#int fast 0/0

UC500(config-if)#no cdp enable

UC500(config-if)#end

Marcos

John Platts
Level 4
Level 4

Remember that CDP should only be disabled on your UC500 WAN port if the WAN port is not connected to a SR520, SA520, or SA540. If your WAN port is connected to a SR520, SA520, or SA540, CDP needs to be enabled on the UC500 WAN port for CCA to work properly.