Omada: how to view switch MAC address to port table? (aka CAM table)
Hello,
I have a couple of T1500/TL-SG2200 switches managed via Omada. How can I view the list of MAC addresses associated with each switch port?
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Ah, I didn't think I could get CLI access to the switches as I'm managing them via Omada, but I can: https://community.tp-link.com/en/business/forum/topic/261806
And yes, once I have SSH access with the appropriate legacy parameters, `show mac address-table` is exactly what I wanted.
$ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -oCiphers=+aes128-cbc 192.168.39.132
admin@192.168.39.132's password:
T1500G-10PS>enable
T1500G-10PS#show mac address-table
MAC Address Table
------------------------------------------------------------
MAC VLAN Port Type Aging
--- ---- ---- ---- -----
xx:xx:xx:xx:xx:xx 1 Gi1/0/7 dynamic aging
...
Thanks!
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Ah, I didn't think I could get CLI access to the switches as I'm managing them via Omada, but I can: https://community.tp-link.com/en/business/forum/topic/261806
And yes, once I have SSH access with the appropriate legacy parameters, `show mac address-table` is exactly what I wanted.
$ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -oCiphers=+aes128-cbc 192.168.39.132
admin@192.168.39.132's password:
T1500G-10PS>enable
T1500G-10PS#show mac address-table
MAC Address Table
------------------------------------------------------------
MAC VLAN Port Type Aging
--- ---- ---- ---- -----
xx:xx:xx:xx:xx:xx 1 Gi1/0/7 dynamic aging
...
Thanks!
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 5539
Replies: 2
Voters 0
No one has voted for it yet.
