display ipv6 pim rp-info

Use display ipv6 pim rp-info to display RP information.

Syntax

display ipv6 pim [ vpn-instance vpn-instance-name ] rp-info [ ipv6-group-address ]

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 RP information on the public network.

ipv6-group-address: Specifies an IPv6 multicast group address. The value range for this argument is FFxy::/16 (excluding FFx1::/16 and FFx2::/16), where "x" and "y" represent any hexadecimal numbers in the range of 0 to F. If you do not specify an IPv6 multicast group, this command displays RP information for all IPv6 multicast groups.

Examples

# Display information about the RP for IPv6 multicast group FF0E::101 on the public network.

<Sysname> display ipv6 pim rp-info ff0e::101
 BSR RP address is: 7:12::1
     Priority: 192
     HoldTime: 180
     Uptime: 03:01:10
     Expires: 00:02:30

 Static RP address is: 7:12::1
     Preferred: No
     Configured ACL: 2003

 RP mapping for this group is: 7:12::1 (local host)

 Anycast-RP 7:12::1 members:
     Member address           State
     1:1::1                   Active
     1:1::2                   Local
     1:2::1                   Remote

# Display information about all RPs for all IPv6 multicast groups.

<Sysname> display ipv6 pim rp-info
 BSR RP information:
   Scope: non-scoped
     Group/MaskLen: FF00::/8
       RP address               Priority  HoldTime  Uptime    Expires
       8:12::2 (local)          192       180       03:01:36  00:02:29
     Group/MaskLen: FF23::/92 [B]
       RP address               Priority  HoldTime  Uptime    Expires
       7:12::1 (local)          192       180       00:00:39  00:02:57

 Static RP information:
       RP address               ACL   Mode    Preferred
       3:3::1                   2000  pim-sm  No
       3:3::2                   2001  bidir   Yes
       3:3::3                   2002  pim-sm  No
       3:3::4                         pim-sm  No
       3:3::5                   2002  pim-sm  Yes

 Anycast-RP information:
       RP address               Member address           State
       3:3::1                   1:1::1                   Active
       3:3::1                   1:1::2                   Local
       3:3::1                   1:2::1                   Remote

Table 125: Command output

Field

Description

BSR RP address is

IPv6 address of the RP.

BSR RP information

Information about the RP.

Group/MaskLen

IPv6 multicast group to which the RP is designated.

[B]

The RP is an IPv6 BIDIR-PIM RP.

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

RP address

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

Priority

Priority of the RP.

HoldTime

RP lifetime.

Uptime

Length of time the RP has been up.

Expires

Remaining time for the RP lifetime.

Static RP address is/RP address

IPv6 address of the static RP.

Preferred

Whether the static RP is preferred.

Configured ACL/ACL

ACL defining the IPv6 multicast groups to which the static RP is designated.

Mode

RP service mode: IPv6 PIM-SM or IPv6 BIDIR-PIM.

RP mapping for this group

IPv6 address of the RP that provides services for the IPv6 multicast group.

Anycast-RP 7:12::1 members

Members of Anycast RP 7:12::1.

Member address

IPv6 address of the Anycast RP member.

State

State of the interface from which the member address originates:

  • Active—Activated local interface.

  • Local—Inactivated local interface.

  • Remote—Remote interface.