4 bridge multicast forbidden address, Default configuration, Command mode – PLANET WGSD-1022 User Manual
Page 137: User guidelines, Examples, Syntax

a hyphen is used to designate a range of ports.
Default Configuration
No multicast addresses are defined.
Command Mode
Interface configuration (VLAN) mode
User Guidelines
If the command is executed without add or remove, the command only registers the group in the bridge
database. Static multicast addresses can only be defined on static VLANs.
Examples
The following example registers the MAC address:
console (config)# interface vlan 8
console (config-if)# bridge multicast address 0100.5e02.0203
The following example registers the MAC address and adds ports statically.
console (config)# interface vlan 8
console (config-if)# bridge multicast address 0100.5e02.0203 add Ethernet g1-9
5.4.4 bridge multicast forbidden address
The bridge multicast forbidden address interface configuration command forbids adding a specific
multicast address to specific ports.
Syntax
bridge multicast forbidden address {mac-multicast-address | ip-multicast-address} {add | remove}
{Ethernet interface-list | port-channel port-channel-number-list}
no bridge multicast forbidden address {mac-multicast-address | ip-multicast-address}
add — Adds ports to the group.
remove — Removes ports from the group.
mac-multicast-address — MAC multicast address.
ip- multicast-address — IP multicast address.
interface-list — Separate non consecutive valid Ethernet ports with a comma and no spaces;
hyphen is used to designate a range of ports.
port-channel-number-list — Separate non consecutive valid port-channels with a comma and no
spaces; a hyphen is used to designate a range of port-channels.