10-08-2024 01:08 PM
The goal is identify which port a device is plugged into using the devices mac address. Does anyone know the VOSS equivalent command for these useful Cisco and EXOS versions?
VOSS = ???
Cisco = show mac address-table address XX:XX:XX:XX
EXOS = show fdb XX:XX:XX:XX
I have scoured the internet searching as I am pretty sure I have ran it in the past but I've slept since then..
10-09-2024 05:53 AM
In VOSS / FabricEngine OS there is two command,s that would do the job:
show vlan mac-address-entry [mac | port | <vid>] or
show i-sid mac-address-entry [<isid> | mac | port | non-local | home | remote]
one of the good things about using fabric is seen in the output of this command - you would be able to see all "non-local" adresses on your segment as well and excatly know, which switch in your fabric has learned them.
regards,
G.
10-09-2024 08:37 AM
I am only seeing MAC's on my sfp ports from these commands (1/47-1/50) but not on any of my copper ports
10-08-2024 06:31 PM
show vlan Mac-address-entry
show i-sid Mac-address-entry
show int gig fdb-entry
10-09-2024 08:38 AM
I am only seeing MAC's on my sfp ports from these commands (1/47-1/50) but not on any of my copper ports