Users can set robustness variable number to judge whether drop the report when host have no response over the time(time = robustness variable number * query interval).
Command Syntax
set protocols igmp-snooping robustness-variable <value> delete protocols igmp-snooping robustness-variable
Parameter
•<value>Robustness Variable number,[2..4].
Example
• This example is to set robustness variable number to 3:
XorPlus# set protocols igmp-snooping robustness-variable 3 XorPlus# commit
protocols igmp-snooping vlan-id <id> enable
You can enable igmp snooping in a VLAN.Command Syntax
set protocols igmp-snooping vlan-id <id> enable <bool> delete protocols igmp-snooping vlan-id <id> enable
Parameter
•<id> vlan-id identifier
•<bool>enable or disable igmp snooping in a VLAN
true enable igmp snooping in a VLAN false disable igmp snooping in a VLAN
Example
• This example is to enable igmp snooping in vlan-id 2:
XorPlus# set protocols igmp-snooping vlan-id 2 enable true XorPlus# commit
protocols igmp-snooping vlan-id <id> fast-leave
Users can enable fast leave function of a port.After you make this configuration,the switch will delete this port from forwarding table and not forward data to the port again when the switch receive query report of a certain group.
Command Syntax
set protocols igmp-snooping vlan-id <id> fast-leave <bool> delete protocols igmp-snooping vlan-id <id> fast-leave
Parameter
•<id> vlan-id identifier
•<bool>enable or disable fast leave function in a VLAN
true enable fast leave function in a VLAN false disable fast leave function in a VLAN Example
• This example is to enable fast leave function in vlan-id 2:
XorPlus# set protocols igmp-snooping vlan-id 2 fast-leave true XorPlus# commit
protocols igmp-snooping vlan-id <id> mrouter interface
Users can set the interface which will be used to receive message of multicast source.Command Syntax
set protocols igmp-snooping vlan-id <id> mrouter interface <interface> delete protocols igmp-snooping vlan-id <id> mrouter interface <interface>
Parameter
•<id> vlan-id identifier
•<interface> Configure the mrouter port,(eg:ge-1/1/1)
Example
• This example is to configure the mrouter port to ge-1/1/3 in vlan-id 2:
protocols igmp-snooping vlan-id <id> querier address
Users can set the address for query.Command Syntax
set protocols igmp-snooping vlan-id <id> querier address <IPv4> delete protocols igmp-snooping vlan-id <id> querier address
Parameter
•<id> vlan-id identifier
•<IPv4> Configure the IP address of the igmp-querier
Example
• This example is to configure the IP address of the igmp-querier to 192.168.10.2 in vlan-id 2:
XorPlus# set protocols igmp-snooping vlan-id 2 querier address 192.168.10.2 XorPlus# commit
protocols igmp-snooping vlan-id <id> querier enable
You can enable querier on a vlan port.Command Syntax
set protocols igmp-snooping vlan-id <id> querier enable <bool>
Parameter
•<id> vlan-id identifier
•<bool>Enable or disable the igmp-querier
true enable the igmp-querier false disable the igmp-querier Example
• This example is to enable the igmp-querier on vlan-id 2:
XorPlus# set protocols igmp-snooping vlan-id 2 querier enable true XorPlus# commit
protocols igmp-snooping vlan-id <id> querier
other-querier-timer
Users can Configure the other-querier-timer.
Command Syntax
set protocols igmp-snooping vlan-id <id> querier other-querier-timer <time> delete protocols igmp-snooping vlan-id <id> querier other-querier-timer
Example
• This example is to configure other querier timer to 12 on vlan-id 2:
XorPlus# set protocols igmp-snooping vlan-id 2 querier other-querier-timer 12
XorPlus# commit
protocols igmp-snooping vlan-id <id> querier version
You can also set the IGMP version on a specified port which allows igmp-snooping.Command Syntax
set protocols igmp-snooping vlan-id <id> querier version <number> delete protocols igmp-snooping vlan-id <id> querier version
Parameter
•<id> vlan-id identifier
•<number>the version number of IGMP,[1..2]
Example
• This example is to configure IGMP version to 1 on vlan-id 2 :
XorPlus# set protocols igmp-snooping vlan-id 2 querier version 1 XorPlus# commit
protocols igmp-snooping vlan-id <id> static group <IPv4>
interface
Users can configure a static igmp-snooping group.
Command Syntax
set protocols igmp-snooping vlan-id <id> static group <IPv4> interface <interface> delete protocols igmp-snooping vlan-id <id> static group <IPv4> interface <interface>
Parameter
•<id> vlan-id identifier
•<IPv4>ipv4 address identifier
•<interface> interface identifier(eg:ge-1/1/3)
Example
• This example is to configure a static igmp-snooping group to 224.0.0.1 for ge-1/1/3 on vlan-id 2
XorPlus# set protocols igmp-snooping vlan-id 2 static group 224.0.0.1 interface ge-1/1/3