Allowing a backup VRRP device that is acting as the master to be preempted by another backup device with a higher priority value.
A VRRP session must be globally enabled using the protocol vrrp command in global configuration mode.
device(config)# interface ethernet 1/5
device(conf-if-eth-1/5)# ip address 192.168.4.3/24
Note
This router is a backup router.device(conf-if-eth-1/5)# vrrp-group 1
device(conf-vrrp-group-1)# preempt-mode
The following example enables preemption on a backup VRRP device.
device(config)# interface ethernet 1/5 device(conf-if-eth-1/5)# ip address 192.168.4.3/24 device(conf-if-eth-1/5)# vrrp-group 1 device(config-vrrp-group-1)# preempt-mode