ip igmp querier

ip igmp querier

no ip igmp querier

Description

Configures an IGMP querier on an interface, depending on the command context you are in. This functionality will allow an interface to join in the querier-election process.

The no form of this command disables IGMP querier on an interface.

Examples

Configuring an IGMP querier on interface VLAN 2:

switch(config)# interface vlan 2 switch(config-if-vlan)# ip igmp querier

Disabling an IGMP querier on interface VLAN 2:

switch(config)# interface vlan 2 switch(config-if-vlan)# no ip igmp querier

Configuring an IGMP querier on interface 1/1/1:

switch(config)# interface 1/1/1 switch(config-if)# no shutdown switch(config-if)# routing switch(config-subif)# ip igmp querier

Disabling an IGMP querier on interface 1/1/1:

switch(config)# interface 1/1/1 switch(config-subif)# no ip igmp querier

Configuring an IGMP querier on sub-interface 1/1/1.1

Applies only to the Aruba 6300, 6400, 8100, 8325, 8360, and 10000 Switch Series.

switch(config)# interface 1/1/1.1 switch(config-subif)# no shutdown switch(config-subif)# ip igmp querier

Disabling an IGMP querier on sub-interface 1/1/1.1:

Applies only to the Aruba 6300, 6400, 8100, 8325, 8360, and 10000 Switch Series.

switch(config)# interface 1/1/1.1 switch(config-subif)# no ip igmp querier

Command History

Release

Modification

10.11

Sub-interface support extended to 8325 and 10000 Switch Series.

10.07 or earlier

--

Command Information

Platforms

Command context

Authority

All , except for S3L75A, S3L76A, S3L77A

config-if-vlan

config-if

config-lag-if

config-subif

Administrators or local user group members with execution rights for this command.