show ipv6 pim interface

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

Syntax

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

Parameters

ifName (Optional) Displays information for the specified PIM interface. Interface name format is vlan.x.y.
brief (Optional) Displays a summary level of information for all or the specified IPv6 interface
detail (Optional) Displays a detailed level of information for all or the specified IPv6 interface.
statistics (Optional) Displays PIM statistics for all or the specified IPv6 interface.

Defaults

If no option is not specified, a standard level of PIM information is displayed for all interfaces in a table format.

Mode

All command modes.

Examples

This example displays a standard level of interface configuration information for VLAN 2502:
System(su)->show ipv6 pim interface vlan.0.2502
 Interface    Address                   Nbr    Hello  DR         Status  DR-Address
                                        Count  Intvl  Priority
 ------------------------------------------------------------------------------
 vlan.0.2502  fe80::21f:45ff:fe5b:f5cf  0      30     1          UP      fe80::21f:45ff:fe5b:f5cf
System(su)->

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

Click to expand in new window

show ipv6 pim interface Output Details

Output... What it displays...
Interface Specifies the interface name for the displayed line of information.
Address Specifies the PIM IPv6 address for the displayed line of information.
Nbr Count Specifies the number of neighbors for the specified interface.
Hello Intvl Specifies the value of the Hello Interval.
DR Priority Specifies the priority value of the designated router.
Status Specifies the current status of the PIM interface.
DR-Address Specifies the IPv6 address of the designated router.
This example displays a detailed level of interface configuration information for VLAN 2502:
System(su)->show ipv6 pim interface vlan.0.2502 detail
Interface vlan.0.2502
  PIM IP Address is fe80::21f:45ff:fe5b:f5cf
  PIM version: 2, mode: sparse
  PIM DR Primary Address: fe80::21f:45ff:fe5b:f5cf
  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: 3504619787 (0xd0e4410b)
  PIM Neighbor Count: 0
  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
System(su)->
This example displays PIM statistics information for interface VLAN 2502:
System(su)->show ipv6 pim interface statistics vlan.0.2502
Interface vlan.0.2502
  Valid PIM Hello messages sent: 101
  Valid PIM Join/Prune messages sent: 0
  Valid PIM Assert messages sent: 0
  Valid PIM Bootstrap Router messages sent: 54
  Erroneous PIM Hello messages received: 0
  PIM messages received from a neighbor before a Hello: 0
  Unknown options received: 0
System(su)->