Use this command to display all static IGMP entries or static IGMP entries for the specified IGMP group.
group group | (Optional) Specifies a group IP address. |
vlan-list vlan-list | (Optional) Specifies the VLAN(s) for which to display static IGMP information. |
If not specified, static IGMP information will be displayed for all groups and VLANs.
All command modes.
This example shows how to display static IGMP information for group 10.10.50.1 and VLAN 100:
System(rw)->set igmp static 10.10.50.1 100 include-ports tg.1.1-5 exclude-ports tg.1.6-10 System(rw)->show igmp static group 10.10.50.1 vlan-list 100 -------------------------------------------------------------------------------- Multicast Group Address = 10.10.50.1 Vlan Id = 100 Source IP Address = Any Include List = tg.1.1-5 Exclude List = tg.1.6-10 System(rw)->