
(Revised 2010-7-2) page 123 of 145
Bridging Related Commands
Add Multicast MAC Address
Adds a multicast mac address which is associated with a vlan.
bridge add multicastmac <mac-address> <port-list>
mac-address
Multicast group address to be added to the bridge
port-list
Port numbers to which the multicast group is associated
N-TRON/Admin#[1]>bridge add multicastmac 01:00:5e:03:01:18 4
If there are multiple ports on different VLANs, the 9000 will apply the
static broadcast address to the lowest VLAN-ID that is associated with one
of the ports assigned to the static multicast address. So if the lowest
VLAN-ID contains all the ports assigned to the static multicast address (an
umbrella VLAN), it will function for all those ports with no problems. This
can be achieved with overlapping VLANs.
Delete Multicast MAC Address
bridge delete multicastmac
Removes an existing multicast mac address.
bridge delete multicastmac <mac-address>
mac-address
Multicast group address to be removed to the bridge
N-TRON/Admin#[1]> bridge delete multicastmac 01:00:5e:03:01:18
Add a Unicast MAC Address
Adds a unicast mac address.
bridge add unicastmac <mac address> <port number>
[-mirror <disable|enable>]
mac-address
Unique unicast mac address.
port number
port number on which this mac is learned. The port number must range
between 1 and maximum port numbers in switch.
N-TRON/Admin#[1]> bridge add unicastmac 00-a0-ae-60-3a-70 3
N-TRON/Admin#[2]> bridge add unicastmac 00-10-a1-33-49-b5 6
Delete Unicast MAC Address
Delete an existing unicast mac address.
bridge delete unicastmac <mac-address>
mac-address
Unique unicast mac address.
N-TRON/Admin#[1]> bridge delete unicastmac 00-a0-ae-60-3a-70