accept-mode
Use this command to enable/disable accept mode for the session.
Controls whether a VRRP master node will accept/respond to packets addressed to the Virtual-IP address as its own address if it is not the Virtual-IP Owner.
Command Syntax
accept-mode true
accept-mode false
Parameter
None
Default
By default, accept-mode for the session is enabled
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The example below shows how to set and unset the accept-mode.
#configure terminal
(config)#router vrrp 2 eth0
(config-router)#accept-mode false
# configure terminal
(config)#router vrrp 2 eth2
(config-router)#accept-mode True
Last modified date: 08/28/2023