Monitoring PIM Interfaces for IPv4
Purpose
Display information about PIM interfaces. Specify no keywords or variables to view information about all PIM interfaces.
Specify the summary keyword to view the number of configured, enabled, and disabled PIM dense mode, PIM sparse mode, and PIM sparse-dense mode interfaces.
Specify the count keyword to view the number of multicast packets that the interface has sent and received.
Action
To display information about PIM interfaces. Specify no keywords or variables to view information about all PIM interfaces:
host1# show ip pim interface PIM Interface Table Interface Addr Interface State Ver Mode Nbr Hello J/P DR DR Addr JoinFilter Count Intvl Intvl Pri 101.0.0.1 ATM2/0.100 Up 2 Sparse 1 30 150 5 101.0.0.2 - 102.0.0.1 ATM2/0.101 Up 2 Sparse 1 30 100 2 102.0.0.2 silver 103.0.0.1 ATM3/0.102 Up 2 Sparse 1 30 100 2 103.0.0.1 gold
host1#show ip pim interface summary PIM Interface Summary SM: 0, 0 enabled, 0 disabled DM: 0, 0 enabled, 0 disabled SM/DM: 1, 0 enabled, 1 disabled
host1#show ip pim interface count PIM Interface Count Interface Addr Interface Name ControlPktCount In|Out Hello JoinPrune Assert 192.32.10.20 ATM3/0.20 0 0 0 0 0 0
Meaning
Table 1 lists the show ip pim interface command output fields.
Table 1: show ip pim interface Output Fields
Field Name | Field Description |
---|---|
Interface Addr | IP address of the interface |
Interface Name | Type and specifier of the interface. For details about interface types and specifiers, see Interface Types and Specifiers in JunosE Command Reference Guide. |
Ver | Version of PIM running on this interface |
Mode | PIM mode running on this interface: Sparse, Dense, or SparseDense |
Nbr Count | Number of neighbors connected to this interface |
Hello Intvl | Time interval, in seconds, at which the interface sends hello messages to neighbors |
J/P Interval | Time interval, in seconds, at which the interface sends the join/prune messages |
DR Addr | Address of the designated router |
SM | Number of PIM sparse mode interfaces |
DM | Number of PIM dense mode interfaces |
SM/DM | Number of PIM sparse-dense mode interfaces:
|
DR Pr | Designated router priority value |
ControlPktCount In|Out | PIM messages received on and sent from this interface |
Hello | Total number of hello messages |
JoinPrune | Total number of join and prune messages |
Assert | Total number of assert messages |