Users Guide

Table Of Contents
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-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.
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
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.
Default None
Command Mode EXEC
Usage Information This command displays the following:
Neighbor address—IP addresses of the PIM neighbor
Interface—Interface type with slot/port information or VLAN/Port Channel ID of the PIM neighbor
Uptime/expires—Amount of time that the PIM neighbor has been up
Version—PIM version number; v2 for PIM version 2
DR priority/Mode—Designated router priority value and mode. The default designated router priority is 1
and S for sparse mode
Multicast 733