Hello everyone,
A Non-Cisco 24 ort Switch is connected on my Cisco Catalyst Switch port. I want to see all the MAC addresses connected on Cisco Switch port in Descending order. I am running the following command with INCLUDE but it does't help :
# show mac address-table interface XX
Thanks in advance
Hi there,
There is no output sorting function available on the CLI. Your best bet is to run that CLI command via a script where you can store the output into a list and sort as required.
cheers,
Seb.
Thanks
Natively not support, out-of-the-box script should be duable.