GTAC-Sophia Publish time 2023-12-13 12:01:48

how could I identify whose mac address connected to my switch?

Ruijie(config)# show mac // View all MAC addresses learned by the switch.
Ruijie(config)# show mac int + interface // View the MAC address learned by certain switch interface.
Ruijie(config)# show mac add +mac address // Check which interface on the switch the mac address is learned from.
Ruijie(config)# show mac-address-table trust //Check which switch interface the mac address is learned from after authentication is enabled.


Pages: [1]
View full version: how could I identify whose mac address connected to my switch?