Use this command to display information about discovered IPv6 PIM neighbors.
ifName | (Optional) Displays neighbor information for the specified PIM interface. Interface name format is vlan.x.y. |
brief | (Optional) Displays a summary level of neighbor information for all or the specified IPv6 interface |
detail | (Optional) Displays a detailed level of neighbor information for all or the specified IPv6 interface. |
statistics | (Optional) Displays PIM neighbor statistics for all or the specified IPv6 interface. |
If no optional parameters are specified, a standard level of information about all PIM interfaces are displayed.
All command modes.
This example displays a standard level of IPv6 PIM neighbor information for interface VLAN 3014: System(su)->show ipv6 pim neighbor vlan.0.3014 Neighbor Address Interface DR Priority Uptime Expires ------------------------------------------------------------------------------ fe80::211:88ff:fe37:a582 vlan.0.3014 1 03:41:40 00:01:44 1 PIM neighbor for interface vlan.0.3014
show ipv6 pim interface Output Details provides an explanation of the show ipv6 pim neighbor command output.
Output... | What it displays... |
---|---|
Neighbor Address | IPv6 address of the PIM neighbor. |
Interface | The interface on this device the neighbor address is neighbor to. |
DR Priority | Specifies the value of the designated router priority from the last PIM Hello message received from the neighbor. This object is zero if the pimNeighborDRPriorityPresent object is FALSE. |
Uptime | Specifies the length of time in hours, minutes, and seconds that this PIM neighbor has been in the PIM neighbor table. |
Expires | Specifies the length of time in hours, minutes, and seconds until this PIM neighbor will be removed from the IP multicast routing table. |
This example displays a detailed level of PIM neighbor information for VLAN 3014: System(su)->show ipv6 pim neighbor vlan.0.3014 detail Interface vlan.0.3014 PIM Neighbor Address: fe80::211:88ff:fe37:a582 PIM Neighbor Secondary Address: 3014::1 PIM Neighbor Uptime: 03:42:09 PIM Neighbor Expiry: 00:01:15 PIM Generation Id : 3662994102 (0xda54dab6) PIM DR Priority: 1 PIM Lan Prune Delay Present: true PIM Lan Prune Delay Tbit Present: false PIM Propagation Delay: 500 PIM Override Interval: 2500 PIM Generation Id Present: true PIM DR Priority Present: true 1 PIM neighbor for interface vlan.0.3014 System(su)-> This example displays neighbor statistics information for interface VLAN 3014: System(su)->show ipv6 pim neighbor statistics Interface vlan.0.3014 Neighbor Address: fe80::211:88ff:fe37:a582 Valid PIM Hello messages received: 446 Valid PIM Join/Prune messages received: 0 Valid PIM Assert messages received: 0 Valid PIM Bootstrap messages received: 0 Erroneous PIM Join/Prune messages received: 0 Erroneous PIM Assert messages received: 0 Erroneous PIM Bootstrap messages received: 0 System(su)->