View Single Post
  #5 (permalink)  
Old 2006-06-08
Lackie Lackie is offline
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 4
Lackie has an average reputation (10+)
Default Re: Manually failover VRRP via CLI

If you are running simplifed vrrp, you can change the priority with the following CLISH command.

set mcvr vrid <1-255> priority <1-254>

Legacy is harder because there are different vrid's on each interface, so you may hve to repeat the below command for all interfaces/vrids.

set vrrp interface if_name virtual-router backup-vrid <1-255> priority <1-254>

Remember these commands require you either going into the clish shell by typing clish or running the command as such from the regular command prompt.

clish -c "cli_command"
Reply With Quote