show ip pim interface

Use this command to display information about IPv4 PIM interfaces that are currently up (not shutdown).

Syntax

show ip pim interface [ifName] [brief] [detail] [statistics]

Parameters

ifName (Optional) Displays information about a specific PIM interface.
brief (Optional) Displays a summary level of information about all PIM interfaces or a specific PIM interface.
detail (Optional) Displays detailed information about all PIM interfaces or a specific PIM interface.
statistics (Optional) Displays PIM statistics information for all or the specified interface.

Defaults

If no parameters are specified, information about all PIM interfaces will be displayed.

Mode

All command modes.

Examples

This example shows how to display summary information for all PIM interfaces.

System(su)->>show ip pim interface
 Interface    Address          Nbr    Hello  DR         Status  DR-Address
                               Count  Intvl  Priority
 ------------------------------------------------------------------------------
 vlan.0.3034  192.168.34.4     1      30     1          UP      192.168.34.4

This example shows how to display detailed information for a specific PIM interface.

System(su)->show ip pim interface vlan.0.3034 detail
Interface vlan.0.3034
  PIM IP Address is 192.168.34.4
  PIM version: 2, mode: sparse
  PIM DR Primary Address: 192.168.34.4
  PIM Hello Interval: 30
  PIM Triggered Hello Interval: 5
  PIM Join Prune Interval: 60
  PIM Hello Holdtime: 105
  PIM Join Prune Holdtime: 210
  PIM Generation Id Value: 1639319435 (0x61b6078b)
  PIM Neighbor Count: 1
  PIM Propagation Delay: 500
  PIM Override Interval: 2500
  PIM DR Priority: 1
  PIM Lan Delay Enabled: true
  PIM Effective Propagation Delay: 500
  PIM Effective Override Interval: 2500
  PIM Suppression Enabled: true
  PIM DR Priority Enabled: true
  PIM Assert Interval: 177
  PIM Assert Holdtime: 180

show ip pim interface Output Details provides an explanation of the command output.

Click to expand in new window

show ip pim interface Output Details

Output... What it displays...
Interface Specifies the PIM interface for this information.
Address Specifies the PIM IP address for this information.
Nbr Count Specifies the number of neighbors for this PIM interface.
Hello Intvl Specifies the value of the hello interval.
DR Priority Specifies the priority value of the designated router.
Status Specifies the status of this PIM interface.
DR-Address Specifies the IP address of the designated router.