Omada: how to view switch MAC address to port table? (aka CAM table)

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Omada: how to view switch MAC address to port table? (aka CAM table)

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Omada: how to view switch MAC address to port table? (aka CAM table)
Omada: how to view switch MAC address to port table? (aka CAM table)
2022-05-22 04:56:59 - last edited 2022-05-24 05:01:48
Hardware Version: V2
Firmware Version:

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?

 

  0      
  0      
#1
Options
1 Accepted Solution
Re:Omada: how to view switch MAC address to port table? (aka CAM table)-Solution
2022-05-23 09:06:13 - last edited 2022-05-24 05:01:48

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!

Recommended Solution
  2  
  2  
#3
Options
2 Reply
Re:Omada: how to view switch MAC address to port table? (aka CAM table)
2022-05-23 07:57:43

  @AlreadyInUse 

 

You can use CLI command "show mac address-table" to have a try.

Just striving to develop myself while helping others.
  0  
  0  
#2
Options
Re:Omada: how to view switch MAC address to port table? (aka CAM table)-Solution
2022-05-23 09:06:13 - last edited 2022-05-24 05:01:48

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!

Recommended Solution
  2  
  2  
#3
Options

Information

Helpful: 0

Views: 1110

Replies: 2