...
The set protocols vrrp interface vif vrid accept disable command is used to enable or disable the Accept Mode of the device in a VRRP group.
NOTE: As Accept Mode is only supported in VRRPv3, this command applies to only VRRPv3 configuration. |
...
Command Syntax
set protocols vrrp interface <interface-name> vif <vif-name> vrid < vrid <virtual-router-id> accept disable <true | false>
Parameter
Parameter | Description | |
interface <interface-name> | Specifies the Layer 3 interface name of VRRP device. The value is a string.vif <vif-name> | Specifies the VLAN interface name. The value is a string. |
vrid <virtual-router-id> | Specifies the VRID of a VRRP group. The value is an integer that ranges from 1 to 254. | |
accept disable <true | false> | Enables or disables Accept Mode. The value could be true or false.
By default, Accept Mode is disabled. |
Usage Guidelines
VRRPv3 supports Accept Mode which controls whether a virtual router in Master state will accept packets addressed to the virtual IPvX address of a VRRP group if it is not the IP address owner (the IP address owner is the router that has the interface whose actual IP address is used as the virtual router’s IP address).
...
NOTE:
|
...
Example
- Enable the accept mode of the device in VRRP group 2.
Code Block |
---|
admin@Xorplus# set protocols vrrp interface vlan100 vif vlan100 vrid 2 accept disable false
admin@Xorplus# commit |
...