liste endereços MAC conhecidos no Dell PowerConnect 5324

5

Eu tenho um Dell PowerConnect 5324 (versão SW: 2.0.1.3) que quase nunca uso. Eu preciso listar os endereços mac que ele vê em certas portas, como g23. Eu me enganei com o cli e fiz algumas buscas no google, mas não corri o comando exato para fazer isso. O comutador só é acessível através da porta serial & cli.

Como posso fazer isso?

    
por jftuga 05.11.2010 / 20:53

2 respostas

7
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' é uma coisa da Cisco.)

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   

...

Você também pode filtrar por porta (mostra a tabela de endereços de ponte ethernet g1) e por endereço neste modelo. Outros (mais recentes!) Modelos PowerConnect têm opções mais limitadas, o que é um pouco chato.

    
por 06.11.2010 / 00:32
1

E o comando:

 show mac-address-table

Use this command to view classes of entries in the bridge-forwarding database.

Syntax

show mac-address-table [address mac-address [mask]] [interface interface] [vlan vlan-id] [sort {address | vlan | interface}]

mac-address - MAC address. mask - Bits to match in the address. interface ethernet unit/port unit - This is device 1. port - Port number. port-channel channel-id (Range: 1-6) vlan-id - VLAN ID (Range: 1-4094) sort - Sort by address, vlan or interface. Default Setting

None

Command Mode

Privileged Exec

Command Usage

The MAC Address Table contains the MAC addresses associated with each interface.
The Type field may include the following types:
- Learned - dynamic address entries
- Permanent - static entry
Delete-on-reset - static entry to be deleted when system is reset
The mask should be hexadecimal numbers (representing an equivalent bit mask) in the form xx-xx-xx-xx-xx-xx that is applied to the specified MAC address. Enter hexadecimal numbers, where an equivalent binary bit “0” means to match a bit and “1” means to ignore a bit. For example, a mask of 00-00-00-00-00-00 means an exact match, and a mask of FF-FF-FF-FF-FF-FF means "any." The maximum number of address entries - PowerConnect 3248: 8191 PowerConnect 5224: 32768 Example alt text

Suporte da Dell     
por 05.11.2010 / 21:25