ip igmp last-member-query-count
To configure the IGMP last-member query counter, use the ip igmp last-member-query-count command in interface switch configuration mode. To restore the default counter value, use the no form of this command.
ip igmp last-member-query-count count
no ip igmp last-member-query-count
Syntax Description
count |
Specifies the number of times that group- or group-source-specific queries are sent upon receipt of a message indicating a leave. Valid range is from 1–7. |
Command Default
The value of IGMP Robustness variable.
Command Modes
Interface (VLAN) switch configuration (config-switch-if)
Command History
Release | Modification |
---|---|
3.5.1 |
This command was introduced. |
Usage Guidelines
Use the ip igmp robustness command to configure the IGMP last-member query interval on an interface.
Examples
The following example changes the value of IGMP last member query counter to 3:
nfvis(config-switch)# interface vlan 1
nfvis(config-switch-if)# ip igmp last-member-query-count 3
nfvis(config-switch-if)# commit
nfvis(config-switch-if)# end