Displaying PIM traffic statistics

To display PIM traffic statistics, enter the following command at any CLI level.

device(config)# show ip pim traffic
Port    HELLO     JOIN-PRUNE  ASSERT    REGISTER  REGISTER  BOOTSTRAP CAND. RP  Err
                                      GRAFT(DM) STOP(SM)  MSGS (SM) ADV. (SM)    
-------+---------+-----------+---------+---------+---------+---------+---------+---
       Rx        Rx          Rx        Rx        Rx        Rx        Rx        Rx
------+---------+-----------+---------+---------+---------+---------+---------+---
v30     0         0           0         0         0         0         0         0  
v50     2526      1260        0         0         0         1263      0         0  
v150    2531      0           0         0         0         1263      0         0  
v200    2531      0           0         0         0         1         0         0  
Port    HELLO     JOIN-PRUNE  ASSERT    REGISTER  REGISTER  BOOTSTRAP CAND. RP  Err
                                      GRAFT(DM) STOP(SM)  MSGS (SM) ADV. (SM)    
-------+---------+-----------+---------+---------+---------+---------+---------+---
       Tx        Tx          Tx        Tx        Tx        Tx        Tx       
------+---------+-----------+---------+---------+---------+---------+---------+---
v30     2528      0           0         0         0         0         0        
v50     2540      1263        0         0         0         2         0        
v150    2529      0           0         0         0         1262      0        
v200    2529      0           0         0         0         1262      0        
Brocade#show ip pim traffic rx
Port    HELLO     JOIN-PRUNE  ASSERT    REGISTER  REGISTER  BOOTSTRAP CAND. RP  Err
                                      GRAFT(DM) STOP(SM)  MSGS (SM) ADV. (SM)    
-------+---------+-----------+---------+---------+---------+---------+---------+---
       Rx        Rx          Rx        Rx        Rx        Rx        Rx        Rx
------+---------+-----------+---------+---------+---------+---------+---------+---
v30     0         0           0         0         0         0         0         0  
v50     2526      1260        0         0         0         1263      0         0  
v150    2531      0           0         0         0         1263      0         0  
v200    2531      0           0         0         0         1         0         0  
Brocade#show ip pim traffic tx
Port    HELLO     JOIN-PRUNE  ASSERT    REGISTER  REGISTER  BOOTSTRAP CAND. RP  Err
                                      GRAFT(DM) STOP(SM)  MSGS (SM) ADV. (SM)    
-------+---------+-----------+---------+---------+---------+---------+---------+---
       Tx        Tx          Tx        Tx        Tx        Tx        Tx       
------+---------+-----------+---------+---------+---------+---------+---------+---
v30     2528      0           0         0         0         0         0        
v50     2540      1263        0         0         0         2         0        
v150    2529      0           0         0         0         1262      0        
v200    2530      0           0         0         0         1262      0        
Brocade#show ip pim traffic join-prune  
Port  Packet    Join      Prune     Avg Aggr  Last Aggr
-----+---------+---------+---------+---------+----------
      Rx        Rx        Rx        Rx        Rx     
-----+---------+---------+---------+---------+----------
v30   0         0         0         0         0        
v50   1260      1260      0         1         1        
v150  0         0         0         0         0        
v200  0         0         0         0         0        
Port  Packet    Join      Prune     Avg Aggr  Last Aggr
-----+---------+---------+---------+---------+----------
      Tx        Tx        Tx        Tx        Tx     
-----+---------+---------+---------+---------+----------
v30   0         0         0         0         0        
v50   1263      1262      1         1         1        
v150  0         0         0         0         0        
v200  0         0         0         0         0        
Brocade#show ip pim traffic join-prune  rx
Port  Packet    Join      Prune     Avg Aggr  Last Aggr
-----+---------+---------+---------+---------+----------
      Rx        Rx        Rx        Rx        Rx     
-----+---------+---------+---------+---------+----------
v30   0         0         0         0         0        
v50   1260      1260      0         1         1        
v150  0         0         0         0         0        
v200  0         0         0         0         0        
Brocade#show ip pim traffic join-prune  tx
Port  Packet    Join      Prune     Avg Aggr  Last Aggr
-----+---------+---------+---------+---------+----------
      Tx        Tx        Tx        Tx        Tx     
-----+---------+---------+---------+---------+----------
v30   0         0         0         0         0        
v50   1264      1263      1         1         1        
v150  0         0         0         0         0        
v200  0         0         0         0         0 

Syntax: show ip pim [vrf vrf-name ] traffic [join-prune | rx | tx ]

  • vrf --PIM traffic statistics for the VRF instance identified by vrf-name
  • join-prune --Join/prune statistics.
  • rx --Received PIM traffic statistics.
  • tx --Transmitted PIM traffic statistics.
NOTE
If you have configured interfaces for standard PIM (dense mode) on the device, statistics for these interfaces are listed first by the display.

The following table describes the output for this show command.

Table 14 Output from the show ip pim vrf traffic command

This field...

Displays...

Port

The port or virtual interface on which the PIM interface is configured.

Hello

The number of PIM Hello messages sent or received on the interface.

J or P

The number of Join or Prune messages sent or received on the interface.

NOTE
Unlike PIM dense, PIM Sparse uses the same messages for Joins and Prunes.

Register

The number of Register messages sent or received on the interface.

RegStop

The number of Register Stop messages sent or received on the interface.

Assert

The number of Assert messages sent or received on the interface.

Total Recv or Xmit

The total number of IGMP messages sent and received by the device.

Total Discard or chksum

The total number of IGMP messages discarded, including a separate counter for those that failed the checksum comparison.