List known mac-addresses on Dell PowerConnect 5324

dell-powerconnectmac address

I have a Dell PowerConnect 5324 (SW version: 2.0.1.3) which I hardly ever use. I need to list out the mac-addresses it sees on certain ports, such as g23. I have fooled around with the cli and done a few google searches, but have not run across the exact command to do this. The switch is only accessible via the serial port & cli.

How can I do this?

Best Answer

redacted# show system 
...
Type:                                     PowerConnect 5324
redacted# show version 
SW version    2.0.1.3 ( date  04-Mar-2008 time  10:55:29 )
redacted# show mac-address-table
% Unrecognized command

( 'show mac-address-table' is a Cisco thing. )

redacted# show bridge address-table 
Aging time is 300 sec

  Vlan        Mac Address       Port     Type    
-------- --------------------- ------ ---------- 
   1       00:44:a5:AA:BB:CC    g22    dynamic   
   1       00:33:e9:DD:EE:FF    g22    dynamic   
   1       00:22:db:CC:BB:AA    g22    dynamic   
   1       00:11:29:EE:FF:00    g22    dynamic   

...

You can also filter by port (show bridge address table ethernet g1) and by address on this model. Other (newer!) PowerConnect models have more limited options, which is somewhat annoying.