display ipv6 pim interface

Use display ipv6 pim interface to display IPv6 PIM information for interfaces.

Syntax

display ipv6 pim [ vpn-instance vpn-instance-name ] 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 IPv6 PIM information for interfaces on the public network.

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

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

Examples

# Display brief IPv6 PIM information for all interfaces on the public network.

<Sysname> display ipv6 pim interface
 Interface         NbrCnt  HelloInt  DR-Pri     DR-Address
 Vlan1             1       30        1          FE80::200:5EFF:FE04:8700

Table 121: Command output

Field

Description

Interface

Name of the interface.

NbrCnt

Number of IPv6 PIM neighbors.

HelloInt

Interval for sending hello messages.

DR-Pri

DR priority.

DR-Address

IPv6 address (link-local address) of the DR.

# Display detailed IPv6 PIM information on VLAN-interface 1 on the public network.

<Sysname> display ipv6 pim interface vlan-interface 1 verbose
 Interface: Vlan-interface1, FE80::200:5EFF:FE04:8700
     PIM version: 2
     PIM mode: Sparse
     PIM DR: FE80::200:AFF:FE01:101
     PIM DR Priority (configured): 1
     PIM neighbors count: 1
     PIM hello interval: 30 s
     PIM LAN delay (negotiated): 500 ms
     PIM LAN delay (configured): 500 ms
     PIM override interval (negotiated): 2500 ms
     PIM override interval (configured): 2500 ms
     PIM neighbor tracking (negotiated): disabled
     PIM neighbor tracking (configured): disabled
     PIM generation ID: 0xF5712241
     PIM require generation ID: disabled
     PIM hello hold interval: 105 s
     PIM assert hold interval: 180 s
     PIM triggered hello delay: 5 s
     PIM J/P interval: 60 s
     PIM J/P hold interval: 210 s
     PIM BSR domain border: disabled
     PIM BFD: disabled
     PIM passive: disabled
     Number of routers on network not using DR priority: 0
     Number of routers on network not using LAN delay: 0
     Number of routers on network not using neighbor tracking: 2

Table 122: Command output

Field

Description

Interface

Interface name and IPv6 address (link-local address).

PIM version

Version of the IPv6 PIM protocol

PIM mode

IPv6 PIM mode: dense or sparse.

PIM DR

IPv6 address (link-local address) of the DR.

PIM DR Priority (configured)

Configured DR priority.

PIM neighbor count

Total number of IPv6 PIM neighbors.

PIM hello interval

Interval for sending hello messages.

PIM LAN delay (negotiated)

Negotiated IPv6 message propagation delay.

PIM LAN delay (configured)

Configured IPv6 message propagation delay.

PIM override interval (negotiated)

Negotiated interval for overriding prune messages.

PIM override interval (configured)

Configured interval for overriding prune messages.

PIM neighbor tracking (negotiated)

Negotiated neighbor tracking status: enabled or disabled.

PIM neighbor tracking (configured)

Configured neighbor tracking status: enabled or disabled.

PIM require generation ID

Whether the feature of dropping hello messages without Generation_ID is enabled.

PIM hello hold interval

IPv6 PIM neighbor lifetime.

PIM assert hold interval

Assert holdtime timer.

PIM triggered hello delay

Maximum delay for sending hello messages.

PIM J/P interval

Interval for sending join/prune messages.

PIM J/P hold interval

Joined/pruned state holdtime timer.

PIM BSR domain border

Whether an IPv6 PIM domain border is configured.

PIM BFD

Whether IPv6 PIM is enabled to work with BFD.

PIM passive

Whether IPv6 PIM passive mode is enabled on the interface.

Number of routers on network not using DR priority

Number of routers that do not use the DR priority field on the subnet where the interface resides.

Number of routers on network not using LAN delay

Number of routers that do not use the LAN delay field on the subnet where the interface resides.

Number of routers on network not using neighbor tracking

Number of routers that are not enabled with neighbor tracking on the subnet where the interface resides.