show ip mroute <GROUP-ADDR>
Syntax
show ip mroute <GROUP-ADDR> [<SOURCE-ADDR>]
[all-vrfs | vrf <vrf-name>] [vsx-peer]
Description
Shows the multicast routing information for the given group address. Optionally, you can specify display information by VRF. If no options are specified, it shows information for the default VRF.
Command context
Operator (>
) or Manager (#
)
Parameters
<GROUP-ADDR>
Specifies a group address in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255.<SOURCE-ADDR>
Specifies show information for the group from this source in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255.all-vrfs
Shows mroute information for the group for all VRFs.
vrf <VRF-NAME>
Specifies the name of a VRF.
[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.
Examples
Showing information for group 239.1.1.1 and VRF green:
switch# show ip mroute 239.1.1.1 vrf green VRF : green Group Address : 239.1.1.1 Source Address : 40.0.0.5 Neighbor : 10.1.1.2 Incoming interface : vlan1 Unicast Routing Protocol : connected Metric : 1234 Metric Pref : 1234 Downstream Interface Interface State --------- ----- vlan6 forwarding
Showing information for group 239.1.1.1 from source 40.0.0.5 and all VRFs:
switch# show ip mroute 239.1.1.1 40.0.0.5 all-vrfs VRF : blue Group Address : 239.1.1.1 Source Address : 40.0.0.5 Incoming interface : vlan3 Unicast Routing Protocol : connected Metric : 1234 Metric Pref : 1234 Downstream Interface Interface State --------- ----- vlan2 forwarding VRF : green Group Address : 239.1.1.1 Source Address : 40.0.0.5 Neighbor : 10.1.1.2 Incoming interface : vlan1 Unicast Routing Protocol : connected Metric : 1234 Metric Pref : 1234 Downstream Interface Interface State --------- ----- vlan6 forwarding