show ipv6 pim neighbor
Use this command to display IPv6 PIM neighbor information. 
Command Syntax
show ipv6 pim neighbor (detail|)
show ipv6 pim neighbor IFNAME (detail|)
show ipv6 pim neighbor IFNAME X:X::X:X (detail|)
show ipv6 pim (vrf NAME|) neighbor (detail|)
show ipv6 pim (vrf NAME|) neighbor IFNAME (detail|)
show ipv6 pim (vrf NAME|) neighbor IFNAME X:X::X:X (detail|)
Parameters
vrf
The VPN routing/forwarding instance
NAME
Specify the name of the VPN routing/forwarding instance
IFNAME
Name of the interface
X:X::X:X
IPv6 address of the neighbor interface
detail
Display detailed information for a PIM neighbor
Command Mode
Exec mode and Privileged Exec mode 
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#show ipv6 pim neighbor detail 
rtr6# show  ipv6  pim  neighbor  detail
Nbr fe80::5054:ff:fe21:5e56 (eth2)
Expires in 83 seconds, uptime 01:37:14
Holdtime: 105 secs, T-bit: off, Lan delay: 1, Override interval: 3
DR priority: 1, Gen ID: 321289676,
Interface ID: Router-ID: 4.4.4.4 Local-ID: 4,
ECMP REDIRECT enabled
Secondary addresses:
  3ffe:192:168:1::150
 
Nbr fe80::5054:ff:fe29:f7f3 (eth2)
Expires in 79 seconds, uptime 01:37:15
Holdtime: 105 secs, T-bit: off, Lan delay: 1, Override interval: 3
DR priority: 1, Gen ID: 847253139,
Interface ID: Router-ID: 2.2.2.2 Local-ID: 4,
ECMP REDIRECT enabled
Secondary addresses:
  3ffe:192:168:1::149
 
 
Table 2-30 explains the fields for each pim entry.
 Note:	For show ipv6 pim (vrf NAME|) neighbor detail command:
•	Output shall contain ‘Bidirectional Forwarding Detection is enabled’ in case PIMv6 BFD detection is enabled for this neighbor.
Table 2-30: show ipv6 pim Neighbor
| Entry | Description | 
|---|
| Interface name | As stated | 
| Address | The IPv6 address of the interface. | 
| DR | The IPv6 address of the Designated Router (DR). | 
| Hello period | When PIM is enabled on an interface or a router first starts, the Hello Timer of that interface is set to a random value between 0 and Triggered_Hello_Delay. This prevents synchronization of Hello messages if multiple routers are powered on simultaneously. After the initial randomized interval, Hello messages MUST be sent every Hello_Period seconds. The Hello Timer should not be reset except when it expires. | 
| Next Hello | The time period before the next Hello is sent. | 
| Triggered Hello period  | A per-interface Hello Timer (HT(I)) is used to trigger sending Hello messages on each active interface. When PIM is enabled on an interface or a router first starts, the Hello Timer of that interface is set to a random value between 0 and Triggered_Hello_Delay. | 
| Propagation delay | The Propagation Delay field of the LAN Prune Delay option (if present) in the Hello message. | 
| ECMP REDIRECT | Whether Equal-Cost Multiple-Path (ECMP) is allowed and on which bundle. | 
| Secondary address | As stated. | 
Last modified date: 06/07/2023