display ipv6 pim c-rp

Use display ipv6 pim c-rp to display C-RP information.

Syntax

display ipv6 pim [ vpn-instance vpn-instance-name ] c-rp [ local ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays information about learned C-RPs on the public network.

local: Specifies local C-RPs. If you do not specify this keyword, the command displays information about all C-RPs.

Usage guidelines

You can display information about learned C-RPs only on the BSR. On other devices, you can display information about the locally configured C-RPs.

Examples

# Display information about learned C-RPs on the public network.

<Sysname> display ipv6 pim c-rp
 Scope: non-scoped
     Group/MaskLen: FF00::/8 [B]
       C-RP address             Priority  HoldTime  Uptime    Expires
       8:12::2 (local)          192       150       00:27:48  00:01:43
     Group/MaskLen: FF23::/92 Expires: 00:02:07

# Display information about the locally configured C-RPs.

<Sysname> display ipv6 pim c-rp local
 Candidate RP: 8:12::2(Loop1)
     Priority: 192
     HoldTime: 150
     Advertisement interval: 60
     Next advertisement scheduled at: 00:00:46

Table 119: Command output

Field

Description

Group/MaskLen

IPv6 multicast group to which the C-RP is designated.

[B]

The C-RP is an IPv6 BIDIR-PIM RP. This field is not displayed if the C-RP is an IPv6 PIM-SM RP.

C-RP address

IPv6 address of the C-RP. If the C-RP resides on the device where the command is executed, this field displays (local) after the IPv6 address.

Priority

C-RP priority.

HoldTime

C-RP lifetime.

Uptime

Length of time the C-RP has been up:

  • w—Weeks.

  • d—Days.

  • h—Hours.

Expires

Remaining lifetime for the C-RP and the IPv6 multicast group.

Candidate RP

IPv6 address of the locally configured C-RP.

Advertisement interval

Interval between two advertisement messages sent by the locally configured C-RP.

Next advertisement scheduled at

Remaining time for the locally configured C-RP to send the next advertisement message.