display pim neighbor

Use display pim neighbor to display PIM neighbor information.

Syntax

display pim [ vpn-instance vpn-instance-name ] neighbor [ neighbor-address | interface interface-type interface-number | verbose ] *

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

neighbor-address: Specifies a PIM neighbor by its IP address. If you do not specify a PIM neighbor, this command displays information about all PIM neighbors.

interface interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, this command displays PIM neighbor information on all interfaces.

verbose: Displays detailed PIM neighbor information. If you do not specify this keyword, the command displays brief PIM neighbor information.

Examples

# Display brief information about all PIM neighbors on the public network.

<Sysname> display pim neighbor
 Total Number of Neighbors = 2

 Neighbor        Interface           Uptime   Expires  DR-Priority Mode
 10.1.1.2        Vlan1               02:50:49 00:01:31 1           B
 20.1.1.2        Vlan2               02:49:39 00:01:42 1           P

# Display detailed information about the PIM neighbor with IP address 11.110.0.20 on the public network.

<Sysname> display pim neighbor 11.110.0.20 verbose
 Neighbor: 11.110.0.20
     Interface: Vlan-interface3
     Uptime: 00:00:10
     Expiry time: 00:00:30
     DR Priority: 1
     Generation ID: 0x2ACEFE15
     Holdtime: 105 s
     LAN delay: 500 ms
     Override interval: 2500 ms
     State refresh interval: 60 s
     Neighbor tracking: Disabled
     Bidirectional PIM: Disabled
     RPF proxy vector: Disabled
     Secondary address(es): 
     22.1.1.2
     22.1.1.3
     22.1.1.4
     22.1.1.5
     22.1.1.6
     22.1.1.7
     22.1.1.8

Table 50: Command output

Field

Description

Total Number of Neighbors

Total number of PIM neighbors.

Neighbor

IP address of the PIM neighbor.

Interface

Interface that connects to the PIM neighbor.

Uptime

Length of time the PIM neighbor has been up.

Expires/Expiry time

Remaining lifetime for the PIM neighbor. If the PIM neighbor is always up and reachable, this field displays never.

DR-Priority/DR Priority

Priority of the PIM neighbor.

Mode

PIM mode.

  • B—The PIM mode is BIDIR-PIM.

  • P—The RPF proxy vector is enabled.

This field is empty if the PIM mode is not BIDIR-PIM and the RPF vector is disabled.

Generation ID

Generation ID of the PIM neighbor. (A random value represents a status change of the PIM neighbor.)

Holdtime

Lifetime of the PIM neighbor. If the PIM neighbor is always up and reachable, this field displays forever.

LAN delay

PIM message propagation delay on a shared-media LAN.

Override interval

Interval for overriding prune messages.

State refresh interval

Interval for refreshing state. This field is displayed only when the PIM neighbor operates in the PIM-DM mode and the state refresh capability is enabled.

Neighbor tracking

Neighbor tracking status: enabled or disabled.

Bidirectional PIM

Whether BIDIR-PIM is enabled.

RPF proxy vector

Whether the RPF vector feature is enabled.

For more information about the RPF proxy vector feature, see "Configuring multicast VPN."

Secondary address(es)

Secondary addresses of the PIM neighbor.