From the Static Addresses page, you can specify the Media Access Control (MAC) address and port number of systems that are to remain available to the switch for an indeterminate amount of time.
The following options are available:
To add a new address to the table, select the interface, MAC address, and VLAN, then click Add Static Address. To delete an address from the table, select the table entry in the list box, then click Remove Static Address.
The following is a summary of the equivalent CLI commands for items in the Address Table/Static Addresses web page.
Command | Usage |
bridge bridge-group address mac-address vlan vlan-id forward interface [action] |
Use this command to map a static address to a port in a VLAN. The action parameters are: delete-on-reset: Assignment lasts until switch is reset. |
show bridge bridge-group [interface] [address [mask]] [vlan vlan-id] [sort {address | vlan | interface}] | Use this command to view classes of entries in the bridge-forwarding database. (LINK) |
Example
(config)# bridge 1 address
00-e0-29-94-34-de vlan 1 forward ethernet 1/1 delete-on-reset |