show ip pim mrt type

Use this command to display the IPv4 PIM multicast route (*,G and S,G) table by type.

Syntax

show ip mcache type {all | s-g | star-g} [source source | group group] [interface] [detail] [brief] [summary]

Parameters

all Displays all PIM multicast route table entries.
s-g Displays only S,G PIM multicast route table entries.
star-g Displays only *,G entries PIM multicast route table entries.
source source (Optional) Displays information about a specific unicast source address table entry.
group group (Optional) Display information about a multicast destination address table entry.
interface (Optional) Displays interface information for the multicast route table.
detail (Optional) Displays a detailed level of the specified information.
brief (Optional) Displays a brief level of specified information.
summary (Optional) Displays the number of entries found.

Defaults

If no optional parameters are specified, a standard level of information about all source and destination addresses is displayed.

Mode

All command modes.

Examples

This example displays a standard level of information for the IPv4 PIM multicast route table S,G entries for source address 192.168.101.10:
System(su)->show ip pim mrt type s-g source 192.168.101.10
PIM Sparse Mode Multicast Routing Table
Timers: Uptime/Expires
  192.168.101.10, 224.1.1.1, up 12:22:54
    RPF interface: vlan.0.3034, SPT true, mode ASM
    Downstream S,G state:
      vlan.0.2334, Forward, 07:16:36/00:02:34
      vlan.0.2601, Forward, 12:22:54/00:00:00
1 mroute entries displayed (1 S,G, 0 *,G)
System(su)->
This example displays a detailed level of information for the IPv4 PIM multicast route table S,G entries for source address 192.168.101.10:
System(su)->show ip pim mrt type s-g source 192.168.101.10 detail
PIM Sparse Mode Multicast Routing Table
Timers: Uptime/Expires
  192.168.101.10, 224.1.1.1, up 12:24:49
    RPF interface: vlan.0.3034, SPT true, mode ASM
    Upstream join state joined, timer 00:00:23, neighbor 192.168.34.3
    RPF nexthop 192.168.34.3, route 192.168.101.0/24 [110/20]
    DR register state no-info, timer 00:00:00
    RPT prune state pruned, up 12:24:05, override timer 00:00:00
    Downstream S,G state:
      vlan.0.2334, Forward, 07:18:31/00:02:40
        local S,G membership false
        joinPrune state join
        prunePending timer 00:00:00
        RPT join-prune state pruned, up 06:52:30
        RPT local-receiver-exclude false
        RPT prune-pending-timer 00:00:00, prune-expiry-timer 00:02:38
        assert state no-info
      vlan.0.2601, Forward, 12:24:49/00:00:00
        local S,G membership true
        joinPrune state no-info
        prunePending timer 00:00:00
        RPT join-prune state pruned, up 06:52:30
        RPT local-receiver-exclude false
        RPT prune-pending-timer 00:00:00, prune-expiry-timer 00:02:38
        assert state no-info
1 mroute entries displayed (1 S,G, 0 *,G)
System(su)->