show ip igmp static-groups

Syntax

show ip igmp static-groups [vrf <VRF-NAME> | all-vrfs] [vsx-peer]

Description

Shows IGMP static groups, or shows information by VRF.

Command context

Operator (>) or Manager (#)

Parameters

vrf <VRF-NAME> | all-vrfs

Optional. Used to show information by VRF. Specify the VRF by VRF name. With no <VRF-NAME> specified, the default VRF is implied. Or specify all-vrfs to show information for all VRFs.

[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.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Examples

Showing IGMP static-group information:

switch# show ip igmp static-groups

IGMP Static Group Address Information

VRF Name    default
Interface Name   Group Address
--------------- -----------------
vlan10            238.1.1.1

Showing IGMP statics-group information for all VRFs:

switch# show ip igmp static-groups all-vrfs

IGMP Static Group Address Information

VRF Name   :test
Interface Name   Group Address
--------------- -----------------
vlan20            239.1.1.1

VRF Name   :default
Interface Name   Group Address
--------------- -----------------
vlan10            238.1.1.1

Showing IGMP static-group information for VRF test:

switch# show ip igmp static-groups vrf test

IGMP Static Group Address Information

VRF Name   :test
Interface Name   Group Address
--------------- -----------------
vlan20            239.1.1.1