Command Reference Guide

3Com Router 5000 Family and Router 6000 Family bridge mac-address 17
Command Reference
bridge mac-address
Purpose Use the bridge mac-address command to manually configure a static address
table entry of bridge.
Use the undo bridge mac-address command to delete the static address entry.
Syntax bridge bridge-set mac-address mac-address { permit | deny } [ interface
interface-type interface-number | dlsw ]
undo bridge bridge-set mac-address mac-address [ interface
interface-type interface-number ]
Parameters bridge-set
Bridge set number which the interface belongs. Valid
values are an integer between 1 and 255.
mac-address
Ethernet MAC address in the xxxx-xxxx-xxxx format,
which is used to match the destination addresses in an
Ethernet.
deny
Discard the frames whose destination address is the
specified address on the specified interface.
permit
Forward the frames whose destination address is the
specified address on the specified interface.
interface
Specify an outbound interface.
interface-type
Interface type.
interface-number
Interface number.
dlsw
The output interface is DLSW module.
Example Enable the interface Ethernet 0/0/0 to forward the frames with MAC address
0000-0000-0111.
[3Com] bridge 1 mac-address 0000-0000-0111 permit interface ethernet
0/0/0
View This command can be used in the following views:
System view
Description Normally, a bridge can automatically create dynamic address map entry after
obtaining associations between MAC addresses and interfaces. You can however
administratively create static address map entries, which will never age out.
If the deny argument is configured in the above command, the configuration after
that of the deny argument does not take effect.