Users Guide

Table Of Contents
InterfaceInterface type with slot/port information or VLAN/Port Channel ID
Version/ModePIM version number and mode; v2 for PIM version 2 and S for PIM sparse mode
Nbr CountActive neighbor count on the PIM-enabled interface
Query intervalQuery interval for router query messages on that interface
DR priorityDesignated router priority value configured on that interface
DRIP 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 that are synchronized from VLT peer and local route information.
Syntax
show ip pim [vrf vrf-name] mcache [group-address [source-address]] [vlt]
Parameters
vrf vrf-nameEnter the keyword vrf, then the name of the VRF.
group-addressEnter the multicast group address in dotted-decimal format (A.B.C.D).
source-addressEnter 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.
Examples
OS10# show ip pim mcache vlt
PIM Multicast Routing Cache Table
Flags: S - Synced
(*, 225.1.1.1), flags: S
Incoming interface: Vlan 502
outgoing interface list:
Vlan 2002 (S)
(2.2.2.2, 225.1.1.1), flags: S
Incoming interface: Vlan 501
outgoing interface list:
Vlan 1000, Vlan 2003 (S)
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
Multicast 1085