...
Command Syntax
set protocols igmp interface <text> vif <text> <text> disable <bool>
delete protocols igmp interface <text> vif <text> <text> disable
Parameter
•<text>network interface or virtual interface
•<bool>enable or disable igmp protocol on a specified interface
...
Code Block |
---|
admin@XorPlus# set protocols igmp interface vlan2 vif vlan2 disable false
admin@XorPlus# commit |
...