show ipv6 mroute

Syntax

show ipv6 mroute [all-vrfs | vrf <VRF-NAME>] [vsx-peer]

Description

Shows multicast routing information. Optionally, you can show specific information by VRF. If no options are specified, it shows information for the default VRF.

Command context

Operator (>) or Manager (#)

Parameters

all-vrfs

Shows information for all VRFs.

vrf <VRF-NAME>

Specifies the name of a VRF. Default: default.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Example

Showing IPv6 mroute:

switch# show ipv6 mroute  all-vrfs
IP Multicast Route Entries

VRF : blu
Total number of entries : 2

Group Address           : ff08::1:3
Source Address          : 2002::04
Neighbor                : 2001::04
Incoming interface      : 1/1/2
Outgoing Interface List :
Interface      State
---------      -----
1/1/3          pruned
1/1/4          forwarding

Group Address           : ff08::1:4
Source Address          : 2003::04
Neighbor                : 2001::04
Incoming interface      : 1/1/2
Outgoing Interface List :
Interface      State
---------      -----
1/1/3          pruned

VRF : default
Total number of entries : 1

Group Address           : ff08::1:5
Source Address          : 2001::03
Neighbor                : 2003::04
Incoming interface      : 1/1/1
Outgoing Interface List :
Interface      State
---------      -----
1/1/4          pruned