Legal Disclaimer: The resource assets in this website may include abbreviated and/or legacy terminology for HPE Aruba Networking products. See www.arubanetworks.com for current and complete HPE Aruba Networking product lines and names.
ip igmp
ip igmp {enable | disable}
no ip igmp [enable | disable]
Description
Enables or disables IGMP on the current interface. IGMP is disabled by default.
The no form of this command disables IGMP on the current interface.
Parameter | Description |
---|---|
enable | Enable IGMP. |
disable | Disable IGMP. |
Examples
Enabling IGMP on interface VLAN 2:
switch(config)# interface vlan 2 switch(config-if-vlan)# ip igmp enable
Disabling IGMP on interface VLAN 2:
Enabling IGMP 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 enable
Disabling IGMP on interface 1/1/1:
switch(config)# interface 1/1/1 switch(config-subif)# ip igmp disable
switch(config)# interface 1/1/1 switch(config-subif)# no ip igmp enable
Enabling IGMP 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 enable
Disabling IGMP 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)# ip igmp disable
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 platforms, 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. |