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" |