Owner's Manual

88 Address Table Commands
www.dell.com | support.dell.com
Example
The following example adds a permanent static MAC-layer station source address 3aa2.64b3.a245
on port g8 to the bridge table.
bridge multicast filtering
The
bridge multicast filtering
global configuration command enables filtering of Multicast
addresses. To disable filtering of Multicast addresses, use the
no
form of the
bridge multicast
filtering
command.
Syntax
bridge multicast filtering
no bridge multicast filtering
Default Configuration
Disabled. All Multicast addresses are flooded to all ports of the relevant VLAN.
Command Mode
Global Configuration mode
User Guidelines
If Multicast routers exist on the VLAN and IGMP, snooping is not enabled, the
bridge
multicast forward-all
command should be used to enable forwarding all Multicast packets to
the Multicast routers.
Example
In this example, bridge Multicast filtering is enabled.
bridge multicast address
The
bridge multicast address
interface configuration command registers MAC-layer Multicast
addresses to the bridge table, and adds static ports to the group. To unregister the MAC address,
use the
no
form of the
bridge multicast address
command.
Syntax
bridge multicast address
{
mac-multicast-address
|
ip-multicast-address
}
Console (config)# interface vlan 2
Console (config-vlan)# bridge address 3aa2.64b3.a245 ethernet g8
permanent
Console (config)# bridge multicast filtering