Command Manual – Multicast Protocol
Quidway S8500 Series Routing Switches
Chapter 4 IGMP Configuration Commands
Huawei Technologies Proprietary
4-14
A multicast router periodically sends out IGMP query messages to check whether there
are multicast group members on the network. The query interval can be modified
according to the practical conditions of the network.
Related command:
igmp timer other-querier-present
.
Example
# Configure to transmit the host-query message every 150 seconds via
VLAN-interface2.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway]interface vlan-interface 2
[Quidway-Vlan-interface2] igmp timer query 150
4.1.15 igmp version
Syntax
igmp version
{
1
|
2
}
undo igmp version
View
VLAN interface view
Parameter
1
: IGMP version 1.
2
: IGMP version 2. The default setting is IGMP version 2.
Description
Use the
igmp version
command to specify the version of IGMP that a router uses.
Use the
undo igmp version
command to restore the default value.
The system does not automatic switching between different IGMP versions. Therefore,
all routers on a subnet must be configured to run the same IGMP version.
Example
# Run IGMP Version 1 on VLAN-interface10.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway]interface vlan-interface 10
[Quidway-Vlan-interface10] igmp version 1