Here is VRRP on two routers:
Router A (intended Master):
interface GigabitEthernet0/0 ip address 10.0.0.2 255.255.255.0 vrrp 1 ip 10.0.0.1 vrrp 1 priority 110 vrrp 1 preempt
Router B (Backup):
interface GigabitEthernet0/0 ip address 10.0.0.3 255.255.255.0 vrrp 1 ip 10.0.0.1 vrrp 1 priority 100
The syntax mirrors HSRP. The default priority is . VRRP multicast address is .