HP MSR2000/3000/4000 Router Series IP Multicast Configuration Guide
151
[RouterA-Ethernet1/2] quit
# Enable IPv6 multicast routing, MLD, and IPv6 PIM-DM on Router B and Router C in the same way
Router A is configured. (Details not shown.)
# On Router D, enable IPv6 multicast routing and enable IPv6 PIM-DM on each interface.
<RouterD> system-view
[RouterD] ipv6 multicast routing
[RouterD-mrib6] quit
[RouterD] interface ethernet 1/1
[RouterD-Ethernet1/1] ipv6 pim dm
[RouterD-Ethernet1/1] quit
[RouterD] interface ethernet 1/2
[RouterD-Ethernet1/2] ipv6 pim dm
[RouterD-Ethernet1/2] quit
[RouterD] interface ethernet 1/3
[RouterD-Ethernet1/3] ipv6 pim dm
[RouterD-Ethernet1/3] quit
[RouterD] interface ethernet 1/4
[RouterD-Ethernet1/4] ipv6 pim dm
[RouterD-Ethernet1/4] quit
Verifying the configuration
# Display IPv6 PIM information on Router D.
[RouterD] display ipv6 pim interface
Interface NbrCnt HelloInt DR-Pri DR-Address
Eth1/1 0 30 1 FE80::A01:201:1
(local)
Eth1/2 0 30 1 FE80::A01:201:2
(local)
Eth1/3 1 30 1 FE80::A01:201:3
(local)
Eth1/4 1 30 1 FE80::A01:201:4
(local)
# Display IPv6 PIM neighboring relationship on Router D.
[RouterD] display ipv6 pim neighbor
Total Number of Neighbors = 3
Neighbor Interface Uptime Expires Dr-Priority
FE80::A01:101:1 Eth1/2 00:04:00 00:01:29 1
FE80::B01:102:2 Eth1/3 00:04:16 00:01:29 3
FE80::C01:103:3 Eth1/4 00:03:54 00:01:17 5
Assume that Host A needs to receive information addressed to IPv6 multicast group FF0E::101. Once the
IPv6 multicast source 4001::100/64 sends IPv6 multicast packets to the IPv6 multicast group, an SPT is
established through traffic flooding. Routers on the SPT path (Router A and Router D) have their (S, G)
entries. Host A sends an MLD report to Router A to join IPv6 multicast group, and a (*, G) entry is
generated on Router A. To display the IPv6 PIM routing information on a router, use the display ipv6 pim
routing-table command. For example:
# Display IPv6 PIM multicast routing table information on Router A.