display pim rp-info

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

Syntax

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

Views

Any view

Predefined user roles

network-admin

network-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.

group-address: Specifies a multicast group by its IP address in the range of 224.0.1.0 to 239.255.255.255. If you do not specify a multicast group, this command displays RP information for all multicast groups.

Examples

# Display RP information for multicast group 224.0.1.1 on the public network.

<Sysname> display pim rp-info 224.0.1.1
 BSR RP address is: 2.2.2.2
     Priority: 192
     HoldTime: 180
     Uptime: 03:01:10
     Expires: 00:02:30

 Static RP address is: 3.3.3.5
     Preferred: Yes
     Configured ACL: 2003

 RP mapping for this group is: 3.3.3.5

 Anycast-RP 3.3.3.5 members:
     Member address           State
     1.1.0.1                  Active
     1.2.0.2                  Local
     1.2.0.1                  Remote

# Display RP information for all multicast groups on the public network.

<Sysname> display pim rp-info
 BSR RP information:
   Scope: non-scoped
     Group/MaskLen: 224.0.0.0/4
       RP address               Priority  HoldTime  Uptime    Expires
       1.1.1.1 (local)          192       180       03:01:36  00:02:29
       2.2.2.2                  192       180       1d:13h    00:02:02
     Group/MaskLen: 225.1.0.0/16 [B]
       RP address               Priority  HoldTime  Uptime    Expires
       3.3.3.3                  192       180       12w:5d    00:02:05

 Static RP information:
       RP address               ACL   Mode    Preferred
       3.3.3.1                  2000  pim-sm  No
       3.3.3.2                  2001  bidir   Yes
       3.3.3.3                  2002  pim-sm  No
       3.3.3.4                        pim-sm  No
       3.3.3.5                  2002  pim-sm  Yes

 Anycast-RP information:
       RP address               Member address           State
       3.3.3.5                  1.1.0.1                  Active
       3.3.3.5                  1.1.0.2                  Local
       3.3.3.5                  1.2.0.1                  Remote

Table 48: Command output

Field

Description

BSR RP address is

IP address of the RP.

BSR RP information

Information about the RP.

Group/MaskLen

Multicast group to which the RP is designated.

[B]

The RP is a BIDIR-PIM RP.

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

RP address

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

Priority

Priority of the RP.

HoldTime

RP lifetime.

Uptime

Length of time the RP has been up.

Expires

Remaining lifetime for the RP.

Preferred

Whether the static RP is preferred.

Configured ACL/ACL

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

Mode

RP service mode, PIM-SM or BIDIR-PIM.

RP mapping for this group

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

Anycast-RP 3.3.3.5 members

Members of Anycast RP 3.3.3.5.

Member address

IP 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.