Brocade Multi-Service IronWare Multicast Configuration Guide (Supporting R05.6.00) User Manual
Page 213
Multi-Service IronWare Multicast Configuration Guide
201
53-1003032-02
IPv6 Multicast Listener Discovery snooping
2
NOTE
The following error message will display if both static uplink MLDv1 and MLDv2 are configured for
the same group: Error: Static v1 and v2 uplink configuration cannot co-exist for the same group.
To configure the physical interface Ethernet 1/1 to statically join a multicast group with an IPv6
group address of ff0e::1, enter commands such as the following.
Brocade(config)# vlan 10
Brocade(config-vlan-10)# multicast6 static-group ff0e::1 ethernet 1/1
To configure the snooping device to statically join a multicast stream on the uplink interface with
the source address of 2003::1 in the MLDv2 include mode, enter commands such as the following.
Brocade(config)# vlan 10
Brocade(config-vlan-10)# multicast6 static-group ff1e::1 include 2003::1 uplink
To configure the snooping device to statically join all multicast streams on the uplink interface
excluding the stream with source address 2002::1, enter commands such as the following.
Brocade(config)# vlan 10
Brocade(config-vlan-10)# multicast6 static-group active
Brocade(config-vlan-10)# multicast6 static-group ff1e::1 exclude 2002::1 uplink
Syntax: [no] multicast6 static-group group-address uplink
Syntax: [no] multicast6 static-group group-address [include l exclude source-address] uplink
The group-address variable specifies the group IPv6 multicast address.
The include or exclude keyword indicates a filtering action. You can specify which source (for a
group) to include or exclude. The include or exclude keyword is only supported on MLDv2.
The source-address parameter specifies the IPv6 address of the multicast source. Each address
must be added or deleted one line per source.
The uplink parameter specifies the port as an uplink port that can receive multicast data for the
configured multicast groups. Upstream traffic will be sent to the router and will not use a port.
The no form of this command removes the static multicast definition. Each configuration must be
deleted separately.
Configuring IPv6 multicast tracking and fast-leave per VLAN
The multicast6 tracking command enables IPv6 multicast tracking per VLAN. The multicast6
tracking command is similar to the ipv6 multicast tracking command. When the multicast6
tracking command is configured, MLD fast-leave is enabled. For more information on MLD
fast-leave for IPv6 multicast tracking, refer to
“Configuring IPv6 multicast tracking and fast-leave”
.
To enable IPv6 multicast tracking per VLAN, enter commands such as the following.
Brocade(config)# vlan 2
Brocade(config-vlan-2)# multicast6 active
Brocade(config-vlan-2)# multicast6 tracking
Syntax: [no] multicast6 tracking
The no form of this command disables the tracking process.