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 09:54 AM
perfect, thank you 😉
10-08-2020 08:05 AM
Not directly, but you can simply grep it.
show fdb | grep 00:08:5d
Best regards
Stefan
10-08-2020 07:55 AM
Is there any way to search for an MAC Adress on the switch (cli)?
yes
show fdb <mac>
you just made my day 😉 Thank You very much. The last question would be, is there a sort of Wildcard within searching, or do I have to put the whole Mac Adress?
10-08-2020 07:50 AM
Is there any way to search for an MAC Adress on the switch (cli)?
yes
show fdb <mac>