This command displays the interface information for PIM on the specified interface. 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 for all PIM-enabled interfaces.
| Format | show ipv6 pim interface [{ unit/slot/port|vlan 1-4093}] |
| Mode |
|
| Term | Definition |
|---|---|
| Interface | unit/slot/port |
| Mode | Indicates whether the 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 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 ipv6 pim interface Interface...................................... 0/1 Mode........................................... Sparse Hello Interval (secs).......................... 30 Join Prune Interval (secs)..................... 60 DR Priority.................................... 1 BSR Border..................................... Disabled Interface...................................... 0/21 Mode........................................... Sparse Hello Interval (secs).......................... 30 Join Prune Interval (secs)..................... 60 DR Priority.................................... 1 BSR Border..................................... Disabled Neighbor Count ................................ 1 Designated Router.............................. fe80::20a:f7ff:fe81:8ad9
If none of the interfaces are enabled for PIM, the following message is displayed:
None of the routing interfaces are enabled for PIM.