/
multicast-interface interface <text> vif <text> disable

multicast-interface interface <text> vif <text> disable


Users can enable or disable multicast_interface. You should enable the multicast interface before enabling the IGMP interface.


Command Syntax
set multicast-interface interface <text_n> vif <text_v> disable <bool>
delete multicast-interface interface <text_n> vif <text_v> disable


Parameter
<text_n> Configure IPv4 MFEA on a network interface.
<text_v> Configure IPv4 MFEA on a virtual interface
<bool> Disable or enable IPv4 multicast-interface on an interface

  • true disable multicast_interface
  • false enable multicast_interface


Example
• This example is to enable multicast interface::

admin@XorPlus# set vlans vlan-id 2 l3-interface vlan2
admin@XorPlus# set vlans vlan-id 3 l3-interface vlan3
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 family ethernet-switching native-vlan-id 2
admin@XorPlus# set interface gigabit-ethernet ge-1/1/2 family ethernet-switching native-vlan-id 3
admin@XorPlus# set vlan-interface interface vlan2 vif vlan2 address 10.10.60.10 prefix-length 24
admin@XorPlus# set vlan-interface interface vlan3 vif vlan3 address 10.10.61.10 prefix-length 24
admin@XorPlus# commit
admin@XorPlus# set multicast-interface interface vlan2 vif vlan2 disable false
admin@XorPlus# set multicast-interface interface vlan3 vif vlan3 disable false
admin@XorPlus# commit



Copyright © 2025 Pica8 Inc. All Rights Reserved.