341
List of 1 outgoing interfaces:
1: Vlan-interface104
Matched 19648 packets(20512512 bytes), Wrong If 0 packets
Forwarded 19648 packets(20512512 bytes)
The output shows that Switch A maintains a multicast forwarding entry for multicast packets from
Source 1 to FF1E::101. No forwarding entry exists for packets from Source 2 to FF1E::101, which
indicates that IPv6 multicast packets from Source 2 are blocked.
Troubleshooting MLD snooping
This section describes details about troubleshooting MLD snooping.
Layer 2 multicast forwarding cannot function
Symptom
Layer 2 multicast forwarding cannot function.
Analysis
MLD snooping is not enabled.
Solution
1.
Use the
display current-configuration
command to display the running status of MLD
snooping.
2.
If MLD snooping is not enabled, use the
mld-snooping
command to enable MLD snooping
globally, and then use the
mld-snooping enable
command to enable MLD snooping in VLAN
view.
3.
If MLD snooping is disabled only for the corresponding VLAN, use the
mld-snooping enable
command in VLAN view to enable MLD snooping in the corresponding VLAN.
Configured IPv6 multicast group policy fails to take effect
Symptom
Although an IPv6 multicast group policy has been configured to allow hosts to join specific IPv6
multicast groups, the hosts can still receive IPv6 multicast data addressed to other groups.
Analysis
•
The IPv6 ACL rule is incorrectly configured.
•
The IPv6 multicast group policy is not correctly applied.
•
The function of dropping unknown IPv6 multicast data is not enabled, so unknown IPv6
multicast data is flooded.
Solution
1.
Use the
display acl ipv6
command to verify that the IPv6 ACL rule conforms to the IPv6
multicast group policy to be implemented.
2.
Use the
display this
command in MLD-snooping view or the corresponding interface view to
verify that the correct IPv6 multicast group policy has been applied. If not, use the
group-policy
or
mld-snooping group-policy
command to apply the correct IPv6 multicast group policy.
3.
Use the
display current-configuration
command to verify that the function of dropping
unknown IPv6 multicast data is enabled. If not, use the
drop-unknown
or
mld-snooping
drop-unknown
command to enable dropping unknown IPv6 multicast data.