218
# Configure HundredGigE 1/0/3 and HundredGigE 1/0/5 as static member ports for IPv6
multicast group FF1E::101.
[SwitchC] interface hundredgige 1/0/3
[SwitchC-HundredGigE1/0/3] mld-snooping static-group ff1e::101 vlan 100
[SwitchC-HundredGigE1/0/3] quit
[SwitchC] interface hundredgige 1/0/5
[SwitchC-HundredGigE1/0/5] mld-snooping static-group ff1e::101 vlan 100
[SwitchC-HundredGigE1/0/5] quit
Verifying the configuration
# Display brief information about static router ports for VLAN 100 on Switch A.
[SwitchA] display mld-snooping static-router-port vlan 100
VLAN 100:
Router ports (1 in total):
HGE1/0/3
The output shows that HundredGigE 1/0/3 on Switch A has become a static router port.
# Display brief information about static MLD snooping group entries in VLAN 100 on Switch C.
[SwitchC] display mld-snooping static-group vlan 100
Total 1 entries).
VLAN 100: Total 1 entries).
(::, FF1E::101)
Host ports (2 in total):
HGE1/0/3
HGE1/0/5
The output shows that HundredGigE 1/0/3 and HundredGigE 1/0/5 on Switch C have become static
member ports of IPv6 multicast group FF1E::101.
MLD snooping querier configuration example (for VLANs)
Network requirements
•
The network is a Layer 2-only network.
•
Source 1 and Source 2 send multicast data to IPv6 multicast groups FF1E::101 and FF1E::102,
respectively.
•
Host A and Host C are receivers of IPv6 multicast group FF1E::101, and Host B and Host D are
receivers of IPv6 multicast group FF1E::102.
•
All host receivers run MLDv1 and all switches run MLDv1 snooping. Switch A (which is close to
the multicast sources) acts as the MLD snooping querier.
To prevent the switches from flooding unknown IPv6 packets in the VLAN, enable all the switches to
drop unknown IPv6 multicast packets.