Back to Contents Page

Address Table Commands:
Dell PowerConnect Switch User's Guide

mac-address-table static

clear mac-address-table dynamic

show mac-address-table

mac-address-table aging-time

show mac-address-table aging-time


mac-address-table static

Use this command to map a static address to a port in a VLAN. Use the no form to remove an address.

Syntax

mac-address-table static mac-address interface vlan vlan-id [action]
no mac-address-table static mac-address vlan vlan-id

Default Setting

No static addresses are defined. The default mode is permanent.

Command Mode

Global Configuration

Command Usage

Example

Console(config)#mac-address-table static 00-e0-29-94-34-de ethernet 1/1 vlan 1 delete-on-reset
Console(config)#


clear mac-address-table dynamic

Use this command to remove any learned entries from the forwarding database and to clear the transmit and receive counts for any static or system-configured entries.

Default Setting

None

Command Mode

Privileged Exec

Example

Console#clear mac-address-table dynamic
Console#


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}]

Default Setting

None

Command Mode

Privileged Exec

Command Usage

Example


mac-address-table aging-time

Use this command to set the aging time for entries in the address table. Use the no form to restore the default aging time.

Syntax

mac-address-table aging-time seconds
no mac-address-table aging-time

Default Setting

300 seconds

Command Mode

Global Configuration

Command Usage

The aging time is used to age out dynamically learned forwarding information.

Example

Console(config)#mac-address-table aging-time 300
Console(config)#


show mac-address-table aging-time

Use this command to show the aging time for entries in the address table.

Default Setting

None

Command Mode

Privileged Exec

Example

Console#show mac-address-table aging-time
 Aging time: 300 sec.
Console#


Please read all restrictions and disclaimers.


 Back to Contents Page