Displays information about PIM neighbors.
Privileged EXEC mode
The show ip pim neighbor command displays the following information:
|  
					  Output Field  |  
				   
					  Description  |  
				
|---|---|
|  
					  Port  |  
				   
					  The interface through which the device is connected to the neighbor.  |  
				
|  
					  Phyport  |  
				   
					  When there is a virtual interface, this is the physical port to which the neighbor is connected.  |  
				
|  
					  Neighbor  |  
				   
					  The IP interface of the PIM neighbor.  |  
				
|  
					  Holdtime sec  |  
				   
					  Indicates how many seconds the neighbor wants this device to hold the entry for this neighbor in memory. The neighbor sends the Hold Time in Hello packets: 
  |  
				
|  
					  Age sec  |  
				   
					  The number of seconds since the device received the last hello message from the neighbor.  |  
				
|  
					  UpTime sec  |  
				   
					  The number of seconds the PIM neighbor has been up. This timer starts when the device receives the first Hello messages from the neighbor.  |  
				
|  
					  VRF  |  
				   
					  The VRF in which the interface is configured. This can be a VRF that the port was assigned to or the default VRF of the device.  |  
				
|  
					  Priority  |  
				   
					  The DR priority that is used in the DR election process. This can be a configured value or the default value of 1.  |  
				
The following example shows information about PIM neighbors.
device(config)# show ip pim neighbor
--------+--------+---------------+--------+---+---------+---------+-----+-----------+-----------+----
Port    |PhyPort |Neighbor       |Holdtime|T  |PropDelay|Override |Age  |UpTime     |VRF        |Prio
        |        |               |sec     |Bit|msec     |msec     |sec  |           |           |    
--------+--------+---------------+--------+---+---------+---------+-----+-----------+-----------+----
v2       e1/1     2.1.1.2         105      1   500       3000      0     00:44:10    default-vrf 1    
v4       e1/2     4.1.1.2         105      1   500       3000      10    00:42:50    default-vrf 1    
v5       e1/1     5.1.1.2         105      1   500       3000      0     00:44:00    default-vrf 1    
v22      e1/1     22.1.1.1        105      1   500       3000      0     00:44:10    default-vrf 1    
Total Number of Neighbors : 4