...
The set protocols vrrp interface vif vrid authentication simple-key command configures the authentication key in simple authentication mode for a VRRP group.
NOTE: VRRP authentication is only supported by VRRPv2, which is not supported by VRRPv3. |
Command Syntax
set protocols vrrp interface <interface-name> vif <vif-name> vrid <virtual-router-id> authentication simple-key <simple-key>
...
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. | |
authentication simple-key <simple-key> | Specifies the authentication key in simple authentication mode. The value is a string of 1 to 8 case-sensitive characters without spaces. |
...
Code Block |
---|
admin@Xorplus# set protocols vrrp interface vlan100 vif vlan100 vrid 2 authentication simple-key picos123
admin@Xorplus# commit |
...