API Guide

1. Create a virtual router for the interface with the VRRP identifier in INTERFACE mode, from 1 to 255.
vrrp-group vrrp-id
2. Configure a simple text password in INTERFACE-VRRP mode.
authentication-type simpletext text
simpletext text Enter the keyword and a simple text password.
NOTE: The system does not support a simple text password that begins with the ! or # character. Ensure that the
password does not begin with either of these characters.
Configure VRRP authentication
OS10(config)# interface ethernet 1/1/5
OS10(conf-if-eth1/1/5)# vrrp-group 250
OS10(conf-eth1/1/5-vrid-250)# authentication simple-text eureka
Verify VRRP authentication configuration
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# vrrp-group 1
OS10(conf-eth1/1/1-vrid-1)# authentication simple-text dell
Disable preempt
Prevent the Backup router with the higher priority from becoming the master router by disabling the preemption process. The
preempt command is enabled by default. The command forces the system to change the master router if another router with a
higher priority comes online.
You must configure all virtual routers in the VRRP group with the same settings. Configure all routers with preempt enabled or
configure all with preempt disabled.
1. Create a virtual router for the interface with the VRRP identifier in INTERFACE mode, from 1 to 255.
vrrp-group vrrp-id
2. Prevent any backup router with a higher priority from becoming the Master router in INTERFACE-VRRP mode.
no preempt
Disable preempt
OS10(config)# interface ethernet 1/1/5
OS10(conf-if-eth1/1/5)# vrrp-group 254
OS10(conf-eth1/1/5-vrid-254)# no preempt
View running configuration
OS10(conf-eth1/1/5-vrid-254)# do show running-configuration
! Version 10.2.0E
! Last configuration change at Sep 24
07:17:45 2016
!
debug radius false
snmp-server contact http://www.dell.com/support/softwarecontacts
snmp-server location "United States"
username admin password $6$q9QBeYjZ$jfxzVqGhkxX3smxJSH9DDz7/3OJc6m5wjF8nnLD7/
VKx8SloIhp4NoGZs0I/UNwh8WVuxwfd9q4pWIgNs5BKH.
aaa authentication system:local
!
interface ethernet1/1/5
ip address 1.1.1.1/16
no switchport
no shutdown
!
vrrp-group 254
768
Layer 3