show ipv6 pim mrt

Use this command to display the IPv6 PIM and DVMRP multicast route (*,G and S,G) table.

Syntax

show ipv6 pim mrt [source source | group group] [interface] [detail] [brief] [summary]

Parameters

source source (Optional) Displays information about a specific unicast source address.
group group (Optional) Display information about a multicast destination address.
interface (Optional) Displays information for the multicast route table filtered based upon the inbound interface.
detail (Optional) Displays a detailed level of multicast route table 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.

Usage

This command provides insight into PIM specific data for an mroute such as protocol state and timers for purposes of debugging PIM.

Examples

This example displays a standard level of information for the IPv6 PIM multicast route table for source address 2502::10:
System(su)->show ipv6 pim mrt source 2502::10
PIM Sparse Mode Multicast Routing Table
Timers: Uptime/Expires
  2502::10, ff04::1:1:1:1, up 1d, 02:33:23
    RPF interface: vlan.0.2502, SPT true, mode ASM
    Downstream S,G state:
      vlan.0.2504, Forward, 1d, 02:32:56/00:00:00
  2502::10, ff04::1:1:1:2, up 1d, 02:32:56
    RPF interface: vlan.0.2502, SPT false, mode ASM
    Downstream S,G state:
      vlan.0.2504, Forward, 1d, 02:32:56/00:00:00
  2502::10, ff04::1:1:1:3, up 1d, 02:32:56
    RPF interface: vlan.0.2502, SPT false, mode ASM
    Downstream S,G state:
      vlan.0.2504, Forward, 1d, 02:32:56/00:00:00
3 mroute entries displayed (3 S,G, 0 *,G)
System(su)->
This example displays a detailed level of IPv6 PIM multicast route table information for source address 2502::10:
System(su)->show ipv6 pim mrt source 2502::10 detail
PIM Sparse Mode Multicast Routing Table
Timers: Uptime/Expires
  2502::10, ff04::1:1:1:1, up 1d, 02:36:04
    RPF interface: vlan.0.2502, SPT true, mode ASM
    Upstream join state joined, timer 00:00:00, neighbor ::
    RPF nexthop 2502::10, route 2502::/64 [0/0]
    DR register state prune, timer 00:01:05
    RPT prune state not-pruned, up 1d, 02:35:41, override timer 00:00:00
    Downstream S,G state:
      vlan.0.2504, Forward, 1d, 02:35:37/00:00:00
        local S,G membership true
        joinPrune state no-info
        prunePending timer 00:00:00
        assert state no-info
  2502::10, ff04::1:1:1:2, up 1d, 02:35:37
    RPF interface: vlan.0.2502, SPT false, mode ASM
    Upstream join state joined, timer 00:00:00, neighbor ::
    RPF nexthop 2502::10, route 2502::/64 [0/0]
    DR register state no-info, timer 00:00:00
    Downstream S,G state:
      vlan.0.2504, Forward, 1d, 02:35:37/00:00:00
        local S,G membership true
        joinPrune state no-info
        prunePending timer 00:00:00
        assert state no-info
  2502::10, ff04::1:1:1:3, up 1d, 02:35:37
    RPF interface: vlan.0.2502, SPT false, mode ASM
    Upstream join state joined, timer 00:00:00, neighbor ::
    RPF nexthop 2502::10, route 2502::/64 [0/0]
    DR register state no-info, timer 00:00:00
    Downstream S,G state:
      vlan.0.2504, Forward, 1d, 02:35:37/00:00:00
        local S,G membership true
        joinPrune state no-info
        prunePending timer 00:00:00
        assert state no-info
3 mroute entries displayed (3 S,G, 0 *,G)
System(su)->