10-08-2020 07:20 AM
Is there a quick way to see the connected MAC Adress via cli? Also is there a way to see quickly which ports goes up / down. I need to change VLAN’s on selected Ports, and I will discover the clients a) by just switching network down / up - since this is a stacked 48/48 Ports Switch it would be good to only filter by recent changes in up/down. Is this possible.
I would like to do this via cli. I need to put selected Clients in a different Vlans...
Thank You very much
Solved! Go to Solution.
10-08-2020 07:50 AM
Is there any way to search for an MAC Adress on the switch (cli)?
yes
show fdb <mac>
10-08-2020 07:35 AM
ok, this sounds promising. So if I’m not mistaken the command shows me the MAC via port or the connected MAC via VLAN. Therefore I could just check the MAC on the Client and find the port that way.
Is there any way to search for an MAC Adress on the switch (cli)?
10-08-2020 07:25 AM
frankygth,
did you tried “show fdb port ?” and “show fdb vlan ?” to see if it meet your needs?
Mig