Configure IPv6 MLD Snooping

When IPv6 MLD snooping is enabled, you can configure various options for a VLAN or a bridge domain.
  1. Enter global configuration mode.
    device# configure terminal
  2. Enter VLAN or bridge domain configuration mode.
    device(config)# interface vlan 10
  3. Run the following commands as needed.
    For more information, including examples, see the Extreme SLX-OS Command Reference.
    1. Configure a VLAN port member to be a multicast router (mrouter) port.
      device(config-vlan-10)# ipv6 mld snooping mrouter interface Ethernet 0/2
      
    2. Configure a logical member port of a bridge domain to be an mrouter port.
      device(config-bridge-domain-10)# ipv6 mld snooping mrouter logical-interface Ethernet 0/2.200
    3. Activate the MLD snooping querier function.
      device(config-vlan-10)# ipv6 mld snooping querier enable
    4. Configure a static group on an Ethernet or a port channel.
      device(config-vlan-10)# ipv6 mld snooping static-group ff28::1 interface Ethernet 0/3
    5. Specify the time limit for sending last member queries.
      device(config-vlan-10)# ipv6 mld snooping last-member-query-interval 3000
    6. Specify the interval between MLD snooping queries.
      device(config-bridge-domain-10)# ipv6 mld snooping query-interval 600
    7. Specify the amount of time to wait for a response from an MLD snooping query.
      device(config-bridge-domain-10)# ipv6 mld snooping query-max-response-time 15
    8. Specify the MLD version that the querier uses for snooping.
      device(config-vlan-10)# ipv6 mld snooping version 2
    9. Enable MLD snooping fast-leave processing.
      device(config-bridge-domain-10)# ipv6 mld snooping fast-leave
    10. Enable Source-Specific Multicast mapping.
      device(config-vlan-10)# ssm-enable prefixlist 2::100