F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100
886
a. Enable IPv6 forwarding on each router and configure the IPv6 address and prefix length for
each interface according to
3053HFigure 407. (Details not shown.)
b. Configure OSPFv3 on the routers in the IPv6 PIM-DM domain to make sure they are
interoperable at the network layer. (Details not shown.)
2. Enable IPv6 multicast routing, MLD and IPv6 PIM-SM:
# On Router A, enable IPv6 multicast routing globally, enable MLD on Ethernet 1/1, and enable
IPv6 PIM-SM on each interface.
<RouterA> system-view
[RouterA] multicast ipv6 routing-enable
[RouterA] interface ethernet 1/1
[RouterA-Ethernet1/1] mld enable
[RouterA-Ethernet1/1] pim ipv6 sm
[RouterA-Ethernet1/1] quit
[RouterA] interface ethernet 1/2
[RouterA-Ethernet1/2] pim ipv6 sm
[RouterA-Ethernet1/2] quit
[RouterA] interface pos 5/0
[RouterA-Pos5/0] pim ipv6 sm
[RouterA-Pos5/0] quit
# Enable IPv6 multicast routing, MLD and IPv6 PIM-SM 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 the firewall in the same way.
(Details not shown.)
3. Configure C-BSRs and C-RPs:
# On the firewall, 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.
<Firewall> system-view
[Firewall] acl ipv6 number 2005
[Firewall-acl6-basic-2005] rule permit source ff0e::101 64
[Firewall-acl6-basic-2005] quit
[Firewall] pim ipv6
[Firewall-pim6] c-bsr 4002::1 128 10
[Firewall-pim6] c-rp 4002::1 group-policy 2005
[Firewall-pim6] quit
# 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 20.
<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 1003::2 128 20
[RouterD-pim6] c-rp 1003::2 group-policy 2005
[RouterD-pim6] quit
1812BVerifying the configuration
# Display IPv6 PIM information on Router A.