display ipv6 pim neighbor

Use display ipv6 pim neighbor to display IPv6 PIM neighbor information.

Syntax

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

ipv6-neighbor-address: Specifies an IPv6 PIM neighbor by its IPv6 address. If you do not specify an IPv6 PIM neighbor, this command displays information about all IPv6 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 information about IPv6 PIM neighbors on all interfaces.

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

Examples

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

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

 Neighbor        Interface           Uptime   Expires  DR-Priority Mode
 FE80::A01:101:1  Vlan1              02:50:49 00:01:31 1           B
 FE80::A01:102:1  Vlan2              02:49:39 00:01:42 1

# Display detailed information about the IPv6 PIM neighbor with IPv6 address FE80::A01:101:1 on the public network.

<Sysname> display ipv6 pim neighbor fe80::a01:101:1 verbose
 Neighbor: FE80::A01:101:1
     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):
     1::1

Table 123: Command output

Field

Description

Total Number of Neighbors

Total number of IPv6 PIM neighbors.

Neighbor

Primary IPv6 address (link-local address) of the IPv6 PIM neighbor.

Interface

Interface that connects to the IPv6 PIM neighbor.

Uptime

Length of time the IPv6 PIM neighbor has been up.

Expires/Expiry time

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

DR-Priority/DR Priority

DR priority of the IPv6 PIM neighbor.

Mode

IPv6 PIM mode.

This field displays B if the IPv6 PIM mode is BIDIR-PIM.

This field is empty if an IPv6 PIM mode other than IPv6 BIDIR-PIM is used.

Generation ID

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

Holdtime

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

LAN delay

IPv6 PIM message propagation delay on the shared-media LAN.

Override interval

Interval for overriding prune messages.

State refresh interval

Interval for refreshing state.

This field is displayed only when the IPv6 PIM neighbor is operating in IPv6 PIM-DM mode and the state refresh feature is enabled.

Neighbor tracking

Neighbor tracking status: enabled or disabled.

Bidirectional PIM

Whether IPv6 BIDIR-PIM is enabled.

RPF proxy vector

Whether the RPF proxy vector feature is enabled.

For more information about the RPF proxy vector feature, see IP Multicast Configuration Guide.

Secondary address(es)

Secondary IPv6 address (non-link-local address) of the IPv6 PIM neighbor.