User Manual

Table Of Contents
[Description]
Sets the IGMP version.
If this command is executed with the "no" syntax, the IGMP version returns to the default setting (V3).
[Note]
This command can be specified only for VLAN interface. Also, this can be specified only if IGMP snooping is enabled.
If an IGMP packet of a different version than this setting is received, the following action occurs.
When set to V2
If a V3 query is received, it is forwarded as a V2 query
If a V3 report is received, it is discarded
When set to V3
If a V2 query is received, it is forwarded as a V2 query
If a V2 report is received, it is forwarded as a V3 report
[Example]
On VLAN #2, set the IGMP version to 2.
SWX3220#configure terminal
SWX3220(config)#interface vlan2
SWX3220(config-if)#ip igmp snooping version 2
On VLAN #2, return the IGMP version to the default setting.
SWX3220#configure terminal
SWX3220(config)#interface vlan2
SWX3220(config-if)#no ip igmp snooping version
8.2.8 Show multicast router connection port information
[Syntax]
show ip igmp snooping mrouter ifname
[Parameter]
ifname : VLAN interface name
Interface to show
[Input mode]
unprivileged EXEC mode, privileged EXEC mode
[Description]
Shows the multicast router connection port information that was dynamically learned or statically set.
[Example]
Show multicast router connection port information for VLAN #2.
SWX3220#show ip igmp snooping mrouter vlan2
VLAN Interface IP-address Expires
2 port1.8(dynamic) 192.168.100.216 00:00:49
8.2.9 Show IGMP group membership information
[Syntax]
show ip igmp snooping groups [detail]
show ip igmp snooping groups A.B.C.D [detail]
show ip igmp snooping groups ifname [detail]
[Keyword]
detail : Detailed information
[Parameter]
A.B.C.D : Multicast group address
ifname : VLAN interface name
Interface to show
Command Reference | IP multicast control | 333