Examples
The following example shows how to display information about the global status:
Router# show ip pim snooping
Global runtime mode: Enabled
Global admin mode : Enabled
DR Flooding status : Disabled
SGR-Prune Suppression: Enabled
Number of user enabled VLANs: 1
User enabled VLANs: 1001
This example shows how to display information about a specific VLAN:
Router# show ip pim snooping vlan 1001
4 neighbors (0 DR priority incapable, 4 Bi-dir incapable)
5000 mroutes, 0 mac entries
DR is 10.10.10.4
RP DF Set:
QinQ snooping : Disabled
This example shows how to display information about the neighbor database for a specific VLAN:
Router# show ip pim snooping vlan 1001 neighbor
IP Address Mac address Port Uptime/Expires Flags
VLAN 1001: 3 neighbors
10.10.10.2 000a.f330.344a Po128 02:52:27/00:01:41
10.10.10.1 000a.f330.334a Hu1/0/7 04:54:14/00:01:38
10.10.10.4 000a.f330.3c00 Hu1/0/1 04:53:45/00:01:34 DR
This example shows how to display the detailed statistics for a specific VLAN:
Router# show ip pim snooping vlan 1001 statistics
PIMv2 statistics:
Total : 56785
Process Enqueue : 56785
Process PIMv2 input queue current outstanding : 0
Process PIMv2 input queue max size reached : 110
Error - Global Process State not RUNNING : 0
Error - Process Enqueue : 0
Error - Drops : 0
Error - Bad packet floods : 0
Error - IP header generic error : 0
Error - IP header payload len too long : 0
Error - IP header payload len too short : 0
Error - IP header checksum : 0
Error - IP header dest ip not 224.0.0.13 : 0
Error - PIM header payload len too short : 0
Error - PIM header checksum : 0
Error - PIM header checksum in Registers : 0
Error - PIM header version not 2 : 0
This example shows how to display information about the mroute database for all the mrouters in a specific VLAN:
Router# show ip pim snooping vlan 10 mroute
Flags: J/P - (*,G) Join/Prune, j/p - (S,G) Join/Prune
SGR-P - (S,G,R) Prune
VLAN 1001: 5000 mroutes
(*, 225.0.1.0), 00:14:54/00:02:59
10.10.10.120->10.10.10.105, 00:14:54/00:02:59, J
Downstream ports: Po128
Upstream ports: Hu1/0/7
Outgoing ports: Hu1/0/7 Po128
(11.11.11.10, 225.0.1.0), 00:14:54/00:02:59
10.10.10.130->10.10.10.120, 00:14:54/00:02:59, SGR-P
Downstream ports:
Upstream ports: Hu1/0/7
Outgoing ports:
(*, 225.0.5.0), 00:14:53/00:02:57
10.10.10.105->10.10.10.10, 00:14:53/00:02:57, J
Downstream ports: Po128
Upstream ports: Hu1/0/7
Outgoing ports: Hu1/0/7 Po128
(11.11.11.10, 225.0.5.0), 00:14:53/00:02:57
10.10.10.105->10.10.10.130, 00:14:53/00:02:57, SGR-P
Downstream ports:
Upstream ports: Hu1/0/7
Outgoing ports:
Number of matching mroutes found: 4
This example shows how to display information about the PIM mroute for a specific source address:
Router# show ip pim snooping vlan 10 mroute 172.16.100.100
(*, 172.16.100.100), 00:16:36/00:02:36
10.10.10.1->10.10.10.2, 00:16:36/00:02:36, J
Downstream ports: 3/12
Upstream ports: 3/13
Outgoing ports: 3/12 3/13
This example shows how to display information about the PIM mroute for a specific source and group address:
Router# show ip pim snooping vlan 10 mroute 192.168.0.0 172.16.10.10
(192.168.0.0, 172.16.10.10), 00:03:04/00:00:25
10.10.10.1->10.10.10.2, 00:03:04/00:00:25, j
Downstream ports: 3/12
Upstream ports: 3/13
Outgoing ports: 3/12 3/13
The table below describes the significant fields shown in the display.
Table 1. show ip pim snooping Field Descriptions
Field
|
Description
|
Downstream ports
|
Ports on which PIM joins were received.
|
Upstream ports
|
Ports towards RP and source.
|
Outgoing ports
|
List of all upstream and downstream ports for the multicast flow.
|