06-21-2024 01:43 AM
Hello,
I have a L3 routed connection between NX-OS switch and ACI Leaf, When I run "show cdp neighbors eth1/1 detail" on the NX-OS switch, it shows me a different ip address than that of the direct interface! it seems to be a L3out interface address eth1/5 of an SVI used for another L3out to another router!! I want just to understand this behavoir! Thank you
Note: ports eth1/1 are up and working.
11-06-2024 02:46 AM
Hey @conf-t
The behavior you're observing with the show cdp neighbors eth1/1 detail command on your NX-OS switch showing a different IP address than expected can be explained by understanding how Cisco Discovery Protocol (CDP) works and how IP addresses are advertised.
CDP is a Layer 2 protocol that Cisco devices use to share information about directly connected devices. It can provide details such as device identifiers, IP addresses, port identifiers, capabilities, and platform information.
CDP Advertises Management IP:
SVI IP Address Advertisement:
Multiple IP Addresses:
CDP Configuration:
Check CDP Configuration:
show cdp interface eth1/1
Verify Management IP Address:
Inspect SVI Configuration:
Check CDP Advertisements:
show cdp neighbors detail
On NX-OS Switch:
On ACI Leaf Switch (via APIC CLI):
The behavior you are observing is likely due to CDP advertising an IP address that is not directly associated with the physical interface but rather a management IP or an SVI IP. By checking the CDP configuration and the IP addresses configured on the ACI leaf switch, you should be able to understand why this specific IP address is being advertised.
If you need further assistance or have additional questions, feel free to ask!
Happy Troubleshooting!!!
AshSe
Please rate this post if it was helpful; your feedback is appreciated!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide