DGS-6604 ip igmp query-max-response-time
CLI Reference Guide
270
ip igmp query-max-response-time
Use this command to configure the maximum response time advertised in IGMP
queries.
ip igmp query-max-response-time SECONDS
Default 10 seconds
Command Mode VLAN interface configuration
Usage Guideline This command controls the period during which the group member can respond
to an IGMP query message before the router deletes the membership.
This command applies to interfaces configured for both IGMP Layer-3 multicast
protocols and IGMP Snooping (L2 mode and the interface function as a querier).
The group membership interval is equal to query-interval* robustness + max
response time.
Example This example shows how to configure IGMP max query response time to 10
seconds on VLAN 1000.
Verify the settings by entering the show ip igmp interface command.
Syntax Description
SECONDS Set the maximum response time, in seconds, advertised in IGMP queries.The
range is 1 to 25.
Switch# configure terminal
Switch(config)# interface vlan1000
Switch(config-if)# ip igmp query-max-response-time 10
Switch(config-if)# end