Reference Guide

Table Of Contents
vlan3049 port-channel31
vlan3050 port-channel31
vlan3051 port-channel31
vlan3052 port-channel31
--more--
<<Output Truncated>>
Example (with
VLAN)
OS10# show ip igmp snooping mrouter vlan 3031
Interface Router Ports
vlan3031 port-channel31
Supported
Releases
10.4.0E(R1) or later
Multicast Listener Discovery Protocol
IPv6 networks use Multicast Listener Discovery (MLD) Protocol to manage multicast groups.
OS10 supports MLDv1and MLDv2 to manage the multicast group memberships on IPv6 networks.
NOTE: OS10 does not support MLD snooping in VLT environments.
MLD snooping
MLD snooping enables switches to use the information in MLD packets and generate a forwarding table that associates ports
with multicast groups. When switches receive multicast frames, they forward them to their intended receivers.
OS10 supports MLD snooping on VLAN interfaces.
Configure MLD snooping
Enable MLD snooping globally with the ipv6 mld snooping enable command in the CONFIGURATION mode. This
command enables both MLDv2 and MLDv1 snooping on all VLAN interfaces.
(Optional) You can disable MLD snooping on specific VLAN interfaces using the no ipv6 mld snooping command in the
VLAN INTERFACE mode.
In a network, the snooping switch is connected to a multicast Router that sends MLD queries. On a Layer 2 network that
does not have a multicast router, you can configure the snooping switch to act as querier. Use the ipv6 mld snooping
querier command in the VLAN INTERFACE mode to send the queries.
OS10 learns the multicast router interface dynamically based on the interface on which MLD membership query is received.
To assign a multicast router interface statically, use the ipv6 mld snooping mrouter interface interface
type command in VLAN INTERFACE mode.
(Optional) Configure the MLD version using the ipv6 mld version version-number command in the VLAN
INTERFACE mode.
(Optional) The fast leave option allows the MLD snooping switch to remove an interface from the multicast group
immediately on receiving the leave message. Enable fast leave with the ipv6 mld snooping fast-leave command in
VLAN INTERFACE mode.
(Optional) Configure the time interval for sending MLD general queries with the ipv6 mld snooping query-
interval query-interval-time command in VLAN INTERFACE mode.
(Optional) Configure the maximum time for responding to a query advertised in MLD queries using the ipv6 mld
snooping query-max-resp-time query-response-time command in VLAN INTERFACE mode.
(Optional) Configures the time interval between group-specific MLD query messages with the ipv6 mld snooping
last-member-query-interval query-interval-time command in VLAN INTERFACE mode.
MLD snooping configuration
OS10(config)# ipv6 mld snooping enable
OS10(config)# interface vlan 11
OS10(conf-if-vl-11)# ipv6 mld snooping mrouter interface ethernet 1/1/32
OS10(conf-if-vl-11)# ipv6 mld snooping querier
OS10(conf-if-vl-11)# ipv6 mld version 1
372
Layer 3