ip igmp last-member-query-count
To configure the Internet Group Management Protocol (IGMP) last member query counter, use the ip igmp last-member-query-count command in Interface Configuration mode. To restore the default value, use the no form of this command.
Syntax
ip igmp last-member-query-count count
no ip igmp last-member-query-count
Parameters
count—The number of times that group- or group-source-specific queries are sent upon receipt of a message indicating a leave. (Range: 1–7)
Default Configuration
A value of IGMP Robustness variable.
Command Mode
Interface Configuration mode
User Guidelines
Use the ip igmp robustness command to change the IGMP last member query counter.
Example
The following example changes a value of the IGMP last member query counter to 3:
switchxxxxxx(config)# interface vlan 1
switchxxxxxx(config-if)# ip igmp last-member-query-count 3
switchxxxxxx(config-if)# exit