3Com Switch 8800 Advanced Software V5 Configuration Guide
702 CHAPTER 46: IPV6 PIM CONFIGURATION
Configuration procedure
1 Configure the interface IPv6 addresses and unicast routing protocol for each
switch
Configure the IP address and prefix length for each interface as per Figure 210.
Configure OSPFv3 for interoperation among the switches in the IPv6 PIM-SM
domain. Detailed configuration steps are omitted here.
2 Enable IPv6 multicast routing, and enabling IPv6 PIM-SM on each interface
# Enable IPv6 multicast routing on Switch A, and enable IPv6 PIM-SM on each
interface.
<SwitchA> system-view
[SwitchA] multicast ipv6 routing-enable
[SwitchA] interface vlan-interface 100
[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
The configuration on Switch B, Switch C and Switch D is similar to that on Switch
A.
3 Configure a C-BSR and a C-RP
# Configure the RP service range and the C-BSR and C-RP locations on Switch D.
<SwitchD> system-view
[SwitchD] acl ipv6 number 2000
[SwitchD-acl6-basic-2000] rule permit source ff0e:: 64
[SwitchD-acl6-basic-2000] quit
[SwitchD] pim ipv6
[SwitchD-pim6] c-bsr 2004::2
[SwitchD-pim6] c-rp 2004::2 group-policy 2000
[SwitchD-pim6] quit
4 Enable MLD on the host-side interfaces of the switches connecting to the leaf
networks.
# Enable IPv6 multicast routing on Switch B and enable MLDv1 on VLAN-interface
200.
<SwitchB> system-view
[SwitchB] multicast ipv6 routing-enable
[SwitchB] interface vlan-interface 200
[SwitchB-Vlan-interface200] mld enable
[SwitchB-Vlan-interface200] quit
The configuration on Switch C is similar to that on Switch B.
5 Verify the configuration