...
The set protocols pimsm4 pim interface vif disable sm command is used to enable or PIM-SM function on a specific L3 VLAN interface.
The delete protocols pim interface sm command is used to disable PIM-SM function on a specific L3 VLAN interface.
...
Command Syntax
set protocols pimsm4 pim interface <interface-name> vif <vif-name> disable <true | false> sm
Parameter
Parameter | Description | ||
interface <interface-name> | Specifies a L3 VLAN interface. The value is a string. | vif <vif-name> | Specifies a vif interface. The value is a string. |
disable <true | false> | Enables or disables PIM-SM function on a specific L3 VLAN interface. The value could be true or false.
The default is false. |
Usage Guidelines
Users can use commands to enable or disable PIM function (including global and interface-level configurations).
...
. |
Example
- Disable PIMEnable PIM-SM function on the L3 VLAN interface vlan-2.
Code Block |
---|
admin@Xorplus# set protocols pimsm4pim interface vlan-2 vif vlan-2 disable true admin@Xorplus# commit |
- Enable PIM-SM function on the L3 VLAN interface vlan-2.
Code Block |
---|
admin@Xorplus# set protocols pimsm4 interface vlan-2 vif vlan-2 disable falsesm admin@Xorplus# commit |