Connectivity Guide

Usage Information The show ip pim interface command displays the following:
Address—IP addresses of the IP PIM-enabled interfaces
Interface—Interface type with slot/port information or VLAN/Port Channel ID
Version/Mode—PIM version number and mode; v2 for PIM version 2 and S for PIM sparse mode
Nbr Count—Active neighbor count on the PIM-enabled interface
Query interval—Query interval for router query messages on that interface
DR priority—Designated router priority value congured on that interface
DR—IP address of the DR for that interface
Example
OS10# show ip pim interface
Address Interface Ver/Mode Nbr Count Query Intvl DR Prio DR
-------------------------------------------------------------------------------------------------------------
2.2.2.2 vlan103 v2/S 1 30 1 2.2.2.2
3.3.3.2 vlan105 v2/S 1 30 1 3.3.3.2
122.1.1.2 vlan121 v2/S 0 30 1 122.1.1.2
Supported Releases 10.4.3.0 or later
show ip pim mcache
Displays routes synchronized from VLT peer and local route information.
Syntax
show ip pim [vrf vrf-name] mcache [group-address [source-address]]
Parameters
vrf vrf-name—Enter the keyword vrf, then the name of the VRF.
group-address—Enter the multicast group address in dotted-decimal format (A.B.C.D).
source-address—Enter the multicast source address in dotted-decimal format (A.B.C.D).
Default None
Command Mode EXEC
Usage Information This command provides details about the incoming and outgoing interfaces for multicast routes.
Example
OS10# show ip pim mcache
PIM Multicast Routing Cache Table
(*, 225.1.1.1)
Incoming interface : vlan105
Outgoing interface list :
vlan121
(101.1.1.10,225.1.1.1)
Incoming interface : vlan103
Outgoing interface list :
vlan121
Supported Releases 10.4.3.0 or later
show ip pim neighbor
Displays PIM neighbors.
Syntax
show ip pim [vrf vrf-name] neighbor
Parameters
vrf vrf-name—Enter the keyword vrf, then the name of the VRF.
Multicast 651