Displays IPv4 PIM traffic statistics.
Privileged EXEC mode
PIM control packet statistics for interfaces that are configured for standard PIM are listed first by the display.
The show ip pim traffic command displays the following information:
Output Field |
Description |
---|---|
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. |
JOIN-PRUNE |
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.
|
ASSERT |
The number of Assert messages sent or received on the interface. |
REGISTER GRAFT (DM) |
The number of Register messages sent or received on the interface. |
REGISTER STOP (SM) |
The number of Register Stop messages sent or received on the interface. |
BOOTSTRAP MSGS (SM) |
The number of bootstrap messages sent or received on the interface. |
CAND. RP ADV. (SM) |
The total number of Candidate-RP-Advertisement messages sent or received on the interface. |
Err |
The total number of messages discarded, including a separate counter for those that failed the checksum comparison. |
This example shows PIM join and prune traffic statistics for received and sent packets:
device# show ip pim traffic Port |HELLO |JOIN |PRUNE |ASSERT |GRAFT/REGISTER |REGISTER-STOP |BSR-MSGS |RPC-MSGS |Rx |Rx |Rx |Rx |Rx |Rx |Rx |Rx ------------+---------+---------+---------+---------+---------+---------+---------+---------+ Ve10 54 0 0 0 0 0 0 0 Lo 1 0 0 0 0 0 0 0 0 device# show ip pim traffic Port |HELLO |JOIN |PRUNE |ASSERT |GRAFT/REGISTER |REGISTER-STOP |BSR-MSGS |RPC-MSGS | Tx |Tx | Tx |Tx |Tx |Tx ------------+---------+---------+---------+---------+---------+---------+---------+---------+--- Ve10 29 0 0 0 0 0 0 0 Lo 1 28 0 0 0 0 0 0 0