Avaya P330-ML-ML Switch User Manual


 
Chapter 3 Avaya P330-ML Layer 3 CLI Commands
Avaya P330-ML Reference Guide 289
ip vrrp preempt
User level: privileged, supervisor.
Use the ip vrrp preempt command to configure the router to preempt a lower
priority master for the virtual router ID.
Use the no ip vrrp preempt command to disable preemption for the virtual
router instance.
By default, preemption is enabled.
The syntax for this command is:
[no] ip vrrp <vr-id> preempt
Example:
ip vrrp primary
User level: privileged, supervisor.
Use the ip vrrp primary command to set the primary address that shall be
used as the source address of VRRP packets for the virtual router ID.
Use the no ip vrrp primary command to return to the default primary address
for the virtual router instance.
By default, the primary address is selected automatically by the device.
The syntax for this command is:
[no] ip vrrp <vr-id> primary <ip-address>
Example:
vr-id Virtual Router ID (1-255)
Router-N(configure-if:marketing) # ip vrrp 1 preempt
Done!
vr-id Virtual Router ID (1-255)
ip-address Primary IP address of the virtual router. This address
should be one of the router addresses on the VLAN.
Router-N(configure-if:marketing) # ip vrrp 1 primary
192.168.66.23
Done!