Closed refriedjello closed 7 years ago
I discovered what the issue is. The other core Nexus is not sending the proper management IP in LLDP. This can be seen by running "show lldp neighbors detail" and finding the neighbor info. In this case, it is sending a MAC address, not an IPv4 address.
There is an interface-level command "lldp tlv-set management-address" where you can set what address to send. But I am still trying to determine on what models/versions its supported - because it's not on my 5672's running 7.1(4)N1(1).
Here is a link to Cisco document talking about that command - link
Confirmed that the 3000 and 9000 series support that command in the 7.x code train. Command is not supported at all in the 5500/5600 series.
I have two core switches directly connected to each other - named crsw01 and crsw02. They are Cisco Nexus 5672UP running 7.1(0)N1(1a). Pointing mnet at crsw01 as the root, with CDP enabled on both crsw01/02 and everything seems to work fine. If I disable CDP and just leave LLDP, crsw02 is never discovered.
Snmpwalks show all the neighbors, but I did notice some things that may be throwing the script off:
-- entry showing neighbor name of crsw02
-- the other switches are IOS and have a different string ... this is crsw02 neighbor (not working) ....
-- ... and here is IOS neighbor (is working) - i remember seeing references to "Version" somewhere, which the NXOS switch lacks, not sure if that is relevant
-- and then there is this .... this port is the only "all802" sub-tree entry - the rest are ipV4.
Let me know if there is additional info I can provide or testing I can do. Thank you!