R3102-R3103-HP 6600/HSR6600 Routers IP Multicast Configuration Guide

Table Of Contents
357
[RouterA] multicast ipv6 routing-enable
[RouterA] interface gigabitethernet 2/1/1
[RouterA-GigabitEthernet2/1/1] mld enable
[RouterA-GigabitEthernet2/1/1] pim ipv6 sm
[RouterA-GigabitEthernet2/1/1] quit
[RouterA] interface serial 3/1/0
[RouterA-Serial3/1/0] pim ipv6 sm
[RouterA-Serial3/1/0] quit
[RouterA] interface pos 5/1/0
[RouterA-Pos5/1/0] pim ipv6 sm
[RouterA-Pos5/1/0] quit
# Enable IPv6 multicast routing, IPv6 PIM-SM, and MLD on Router B and Router C in the same way.
(Details not shown.)
# Enable IPv6 multicast routing and IPv6 PIM-SM on Router D and Router E in the same way.
(Details not shown.)
4. Configure C-BSRs and C-RPs:
# On Router D, configure the service scope of RP advertisements, specify 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] pim ipv6
[RouterD-pim6] c-bsr 4002::1 128 10
[RouterD-pim6] c-rp 4002::1 group-policy 2005
[RouterD-pim6] quit
# On Router E, configure the service scope of RP advertisements, specify 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] pim ipv6
[RouterE-pim6] c-bsr 1003::2 128 20
[RouterE-pim6] c-rp 1003::2 group-policy 2005
[RouterE-pim6] quit
5. Verify the configuration:
Use the display pim ipv6 interface command to display IPv6 PIM information on each interface.
For example:
# Display IPv6 PIM information on Router A.
[RouterA] display pim ipv6 interface
Interface NbrCnt HelloInt DR-Pri DR-Address
GE2/1/1 0 30 1 1001::1
(local)
Ser3/1/0 1 30 1 1002::2
Pos5/1/0 1 30 1 1003::2
# Display information about the BSR and locally configured C-RP on Router A.