Re: Powerconnect 5324 locating a MAC in the address-table
27 Jul 2009 03:07PM
There is no way to keep the output from pausing for user input on this switch. You have 2 options:
- send multiple "space" characters after sending the "show bridge address-table" command. If you have a large network, since the address table is 8K and the screen length is set to 24, you would have to send 341 (8192/24) spaces to be sure you get the whole table.
- use snmp to get the forrwarding database. I believe the MIB object is dot1dFdbAddressTable or something like that.