display pim df-info

Use display pim df-info to display BIDIR-PIM DF information.

Syntax

display pim [ vpn-instance vpn-instance-name ] df-info [ rp-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 BIDIR-PIM DF information on the public network.

rp-address: Specifies a BIDIR-PIM RP by its IP address.

Examples

# Display BIDIR-PIM DF information on the public network.

<Sysname> display pim df-info
RP address: 12.12.12.12
  Interface: Vlan-interface1
    State     : Win        DF preference: 10
    DF metric : 1562       DF uptime    : 00:06:59
    DF address: 30.1.1.11 (local)
  Interface: Tunnel2, 100.1.1.12
    State     : Lose       DF preference: 0
    DF metric : 0          DF uptime    : 00:06:59
    DF address: 100.1.1.12

Table 43: Command output

Field

Description

RP address

IP address of the BIDIR-PIM RP.

Interface

DF interface.

State

DF election state:

  • Win—The interface wins the DF election.

  • Lose—The interface loses the DF election.

  • Offer—The interface is in the initial state of the DF election.

  • Backoff—The interface is acting as the DF, but there are more appropriate devices running for the DF.

This field displays a hyphen (-) if the interface does not participate in the DF election.

DF preference

Advertised route preference for DF election.

DF metric

Advertised route metric for DF election.

DF uptime

Length of time the DF has been up.

DF address

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