1-25
MLD Snooping Querier Configuration
Network requirements
z
As shown in
Figure 1-5
, in a Layer-2-only network environment, two multicast sources Source 1
and Source 2 send IPv6 multicast data to multicast groups FF1E::101 and FF1E::102 respectively,
Host A and Host C are receivers of multicast group FF1E::101, while Host B and Host D are
receivers of multicast group FF1E::102.
z
MLDv1 is enabled on all the receivers and MLDv1 Snooping is enabled on all the switches. Switch
A, which is close to the multicast sources, is chosen as the MLD Snooping querier.
Network diagram
Figure 1-5
Network diagram for MLD Snooping querier configuration
Configuration procedure
1) Configure Switch A
# Enable IPv6 forwarding and enable MLD Snooping globally.
<SwitchA> system-view
[SwitchA] ipv6
[SwitchA] mld-snooping
[SwitchA-mld-snooping] quit
# Create VLAN 100 and assign GigabitEthernet 1/0/1 through GigabitEthernet 1/0/3 to VLAN 100.
[SwitchA] vlan 100
[SwitchA-vlan100] port gigabitethernet 1/0/1 to gigabitethernet 1/0/3
# Enable MLD Snooping and configure MLD Snooping querier feature in VLAN 100.
[SwitchA-vlan100] mld-snooping enable
[SwitchA-vlan100] mld-snooping querier
[SwitchA-vlan100] quit
2) Configure Switch B
# Enable IPv6 forwarding and enable MLD Snooping globally.
<SwitchB> system-view