HP MSR2000/3000/4000 Router Series IP Multicast Configuration Guide

154
[RouterA] ipv6 multicast routing
[RouterA-mrib6] quit
[RouterA] interface ethernet 1/1
[RouterA-Ethernet1/1] mld enable
[RouterA-Ethernet1/1] ipv6 pim sm
[RouterA-Ethernet1/1] quit
[RouterA] interface ethernet 1/2
[RouterA-Ethernet1/2] ipv6 pim sm
[RouterA-Ethernet1/2] quit
[RouterA] interface ethernet 1/3
[RouterA-Ethernet 1/3] ipv6 pim sm
[RouterA-Ethernet 1/3] quit
# Enable IPv6 multicast routing, MLD and IPv6 PIM-SM on Router B and Router C in the same way
Router A is configured. (Details not shown.)
# Enable IPv6 multicast routing and IPv6 PIM-SM on Router D and Router E in the same way Router
A is configured. (Details not shown.)
4. Configure C-BSRs and C-RPs:
# On Router D, configure the service scope of RP advertisements, configure Ethernet 1/3 as a
C-BSR and a C-RP, and set the hash mask length to 128 and the priority of the C-BSR to 10.
<RouterD> system-view
[RouterD] acl ipv6 number 2005
[RouterD-acl6-basic-2005] rule permit source ff0e::101 64
[RouterD-acl6-basic-2005] quit
[RouterD] ipv6 pim
[RouterD-pim6] c-bsr 4002::1 hash-length 128 priority 10
[RouterD-pim6] c-rp 4002::1 group-policy 2005
[RouterD-pim6] quit
# On Router E, configure the service scope of RP advertisements, configure Ethernet 1/3 as a
C-BSR and a C-RP, and set the hash mask length to 128 and the priority of the C-BSR to 20.
<RouterE> system-view
[RouterE] acl ipv6 number 2005
[RouterE-acl6-basic-2005] rule permit source ff0e::101 64
[RouterE-acl6-basic-2005] quit
[RouterE] ipv6 pim
[RouterE-pim6] c-bsr 1003::2 hash-length 128 priority 20
[RouterE-pim6] c-rp 1003::2 group-policy 2005
[RouterE-pim6] quit
Verifying the configuration
# Display IPv6 PIM information on Router A.
[RouterA] display ipv6 pim interface
Interface NbrCnt HelloInt DR-Pri DR-Address
Eth1/1 0 30 1 FE80::A01:201:1
(local)
Eth1/2 1 30 1 FE80::A01:201:2
Eth1/2 1 30 1 FE80::A01:201:2
# Display BSR information on Router A.