Address Table Commands
OL-32830-01 Command Line Interface Reference Guide 148
5
switchxxxxxx(config-if)#
bridge multicast ip-address
239.2.2.2
The following example registers the IP address and adds ports statically.
switchxxxxxx(config)#
interface vlan 8
switchxxxxxx(config-if)#
bridge multicast ip-address
239.2.2.2 add gi14
5.6 bridge multicast forbidden ip-address
To forbid adding or removing a specific IP Multicast address to or from specific
ports, use the bridge multicast forbidden ip-address Interface (VLAN)
Configuration mode command. To restore the default configuration, use the no
form of this command.
Syntax
bridge multicast forbidden ip-address
{ip-multicast-address} {add | remove}
{ethernet interface-list | port-channel port-channel-list}
no bridge multicast forbidden ip-address {
ip-multicast-address
}
Parameters
• ip-multicast-address—Specifies the group IP Multicast address.
• add—(Optional) Forbids adding ports to the group.
• remove—(Optional) Forbids removing ports from the group.
• ethernet
interface-list
—(Optional) Specifies a list of Ethernet ports.
Separate nonconsecutive Ethernet ports with a comma and no spaces. Use
a hyphen to designate a range of ports.
• port-channel
port-channel-list
—(Optional) Specifies a list of port channels.
Separate nonconsecutive port-channels with a comma and no spaces. Use
a hyphen to designate a range of port channels.
Default Configuration
No forbidden addresses are defined.