This command displays the PIM interface status parameters. The argument unit/slot/port corresponds to a physical routing interface or VLAN routing interface. The keyword vlan is used to specify the VLAN ID of the routing VLAN directly instead of in a unit/slot/port format. If no interface is specified, the command displays the status parameters of all PIM-enabled interfaces.
| Format | show ip pim interface [ unit/slot/port|vlan 1-4093}] |
| Mode |
|
| Term | Definition |
|---|---|
| Interface | unit/slot/port The interface number. |
| Mode | Indicates the active PIM mode enabled on the interface is dense or sparse. |
| Hello Interval | The frequency at which PIM hello messages are transmitted on this interface. By default, the value is 30 seconds. |
| Join Prune Interval | The join/prune interval value for the PIM router. The interval is in seconds. |
| DR Priority | The priority of the Designated Router configured on the interface. This field is not applicable if the interface mode is Dense. |
| BSR Border | Identifies whether this interface is configured as a bootstrap router border interface. |
| Neighbor Count | The number of PIM neighbors learned on this interface. This is a dynamic value and is shown only when a PIM interface is operational. |
| Designated Router | The IP address of the elected Designated Router for this interface. This is a dynamic value and will only be shown when a PIM interface is operational. This field is not applicable if the interface mode is Dense. |
Example: The following shows example CLI display output for the command.
(Routing)#show ip pim interface Interface.........................................1/0/1 Mode............................................Sparse Hello Interval (secs)...........................30 Join Prune Interval (secs)......................60 DR Priority.....................................1 BSR Border......................................Disabled Neighbor Count..................................1 Designated Router...............................192.168.10.1 Interface.........................................1/0/2 Mode............................................Sparse Hello Interval (secs)...........................30 Join Prune Interval (secs)......................60 DR Priority.....................................1 BSR Border......................................Disabled Neighbor Count..................................1 Designated Router...............................192.168.10.1
If none of the interfaces are enabled for PIM, the following message is displayed:
None of the routing interfaces are enabled for PIM.