445
Vlan-int102 1003::1/64
Vlan-int105 4002::1/64
Switch B Vlan-int200 2001::1/64 Switch E Vlan-int104 3001::2/64
Vlan-int103 2002::1/64
Vlan-int103 2002::2/64
Switch C Vlan-int200 2001::2
64
Vlan-int102 1003::2/64
Vlan-int104 3001::1/64 Vlan-int105 4002::2/64
Configuration procedure
1. Enable IPv6 forwarding on each switch and configure the IPv6 address and prefix length for each
interface as per Figure 109. (Details not shown.)
2. Configure OSPFv3 on the switches in the IPv6 PIM-SSM domain to make sure the switches are
interoperable at the network layer. (Details not shown.)
3. Enable IPv6 multicast routing, MLD and IPv6 PIM-SM:
# Enable IPv6 multicast routing on Switch A, enable MLDv2 on VLAN-interface 100, and enable
IPv6 PIM-SM on each interface.
<SwitchA> system-view
[SwitchA] multicast ipv6 routing-enable
[SwitchA] interface vlan-interface 100
[SwitchA-Vlan-interface100] mld enable
[SwitchA-Vlan-interface100] mld version 2
[SwitchA-Vlan-interface100] pim ipv6 sm
[SwitchA-Vlan-interface100] quit
[SwitchA] interface vlan-interface 101
[SwitchA-Vlan-interface101] pim ipv6 sm
[SwitchA-Vlan-interface101] quit
[SwitchA] interface vlan-interface 102
[SwitchA-Vlan-interface102] pim ipv6 sm
[SwitchA-Vlan-interface102] quit
# Enable IPv6 multicast routing, MLD and IPv6 PIM-SM on Switch B and Switch C is similar to that
on Switch A in the same way. (Details not shown.)
# Enable IPv6 multicast routing and IPv6 PIM-SM on Switch D and Switch E in the same way.
(Details not shown.)
4. Configure the IPv6 SSM group range:
# Configure the IPv6 SSM group range to be FF3E::/64 on Switch A.
[SwitchA] acl ipv6 number 2000
[SwitchA-acl6-basic-2000] rule permit source ff3e:: 64
[SwitchA-acl6-basic-2000] quit
[SwitchA] pim ipv6
[SwitchA-pim6] ssm-policy 2000
[SwitchA-pim6] quit
# Configure the IPv6 SSM group range on Switch B, Switch C, Switch D, and Switch E in the same
way. (Details not shown.)