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

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           B

# 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: Enabled

Table 46: 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. This field displays B if the PIM mode is BIDIR-PIM.

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.