Alright, so I'm adding an IRF member to our switch stack. They are 5130's, JG937A.
Only problem is the IRF cables are BURIED in the rack channel (I mean buried buried), and there's no way for me to look at the switches and tell which 10GBX interfaces are connected to which, thus I can't tell how the switches are stacked (daisy chain, ring, mesh etc).
So, wondering if I can do this by viewing the mac addresses of the interfaces, and seeing where they match up.
Question- is there a way to see the mac address of the CONNECTED SWITCH INTERFACE (on the other end of the cable)
For instance, I can view the mac of an interface by using
show current-configuration interface Ten-Gigabitethernet 4/0/49
I would then want to view the mac address of whatever interface is connected to 4/0/49 (probably 5/0/50).
Any other way to confirm this? To figure out how my switches are stacked, and which interfaces currently connect to which?
You should be able to figure out which switches are connected, and on what ports, by the output of the
display if toplogy
anddisplay irf configuration
commands.