DXS-3326GSR Stackable Gigabit Layer 3 Switch
create vrrp vrid
and is used to troubleshoot misconfigured routers. The default is 1
second.
preempt [true | false] – This entry will determine the behavior of
backup routers within the VRRP group by controlling whether a
higher priority backup router will preempt a lower priority Master
router. A true entry, along with having the backup router’s priority set
higher than the masters priority, will set the backup router as the
Master router. A false entry will disable the backup router from
becoming the Master router. This setting must be consistent with all
routers participating within the same VRRP group. The default
setting is true.
critical_ip <ipaddr> - Enter the IP address of the physical device that
will provide the most direct route to the Internet or other critical
network connections from this virtual router. This must be a real IP
address of a real device on the network. If the connection from the
virtual router to this IP address fails, a new Master will be elected
from the backup routers participating in the VRRP group. If the
connection to the backup fails, this backup router cannot assume the
Master router role. Different critical IP addresses may be assigned to
different routers participating in the VRRP group, and can therefore
define multiple routes to the Internet or other critical network
connections.
critical_ip_state [enable | disable] – This parameter is used to enable
or disable the critical IP address entered above. The default is
disable.
Restrictions Only administrator-level users can issue this command.
Example usage:
To create a VRRP entry:
DXS-3326GSR:4#create vrrp vrid 1 ipif Darren ipaddress 11.1.1.1 state
enable priority 200 advertisement_interval 1 preempt true critical_ip
10.53.13.224 critical_ip_state enable
Command: create vrrp vrid 1 ipif Darren ipaddress 11.1.1.1 state enable
priority 200 advertisement_interval 1 preempt true critical_ip 10.53.13.224
critical_ip_state enable
Success.
DXS-3326GSR:4#
config vrrp vrid
Purpose To configure a VRRP IP interface on the Switch.
vrid <vrid 1-255> {state [enable | disable] | priority <int 1-254> |
ipaddress <ipaddr> | advertisement_interval <int 1-255> |
preempt [true | false] | critical_ip <ipaddr> | critical_ip_state
[enable | disable]}
Syntax
269