Configuring the Switch
3-180
3

Web – Click IP, IGMP, Interface Settings. Specify each interface that will support

IGMP (Layer 3), specify the IGMP parameters for each int erface, then click Apply.

Figure3-102 IGM P Interface Settings

CLI – This example configures the IGMP parameters for VLAN 1.

Console(config)#interface vlan 1 4-190
Console(config-if)#ip igmp 4-236
Console(config-if)#ip igmp last-memb-query-interval 10 4-239
Console(config-if)#ip igmp max-resp-interval 20 4-238
Console(config-if)#ip igmp query-interval 100 4-238
Console(config-if)#ip igmp robustval 3 4-237
Console(config-if)#ip igmp version 1 4-240
Console(config-if)#end
Console#show ip igmp interface vlan 1 4-240
Vlan 1 is up
IGMP is enable, version is 2
Robustness variable is 2
Query interval is 125 sec
Query Max Response Time is 10 sec, Last Member Query Interval is 1 sec
Querier is 10.1.0.253
Console#