VRRP groups
If VRRP routers are added to multiple interfaces of the same FortiGate, each router will be in a different VRRP domain. If one of the VRRP routers fails, it is useful if all of the VRRP routers added to the FortiGate also fail.
VRRP can only check the routers' status in a single VRRP domain and cannot track the status of routers in other domains. For multiple VRRP domains on a single FortiGate, only one can switch to being a backup, and the others remain operating normally. Using VRRP groups resolves this issue.
All the VRRP virtual routers on the FortiGate can be added to a VRRP group. If one of the virtual routers in a VRRP group switches to the backup, the VRRP group forces all members to switch to backups. All VRRP traffic being processed by the FortiGate fails over to other devices in the network.
The status of the virtual routers in a VRRP group only changes when one or more of the virtual routers in the group changes status. A VRRP group should not be used to manually change the status of the virtual routers in the group. |
To configure two IPv4 VRRP routers in a VRRP group:
config system interface edit port10 config vrrp edit 200 set vrip 10.31.101.200 set priority 255 set vrgrp 10 next end next edit port20 config vrrp edit 100 set vrip 10.23.1.223 set priority 20 set vrgrp 10 next end next end
To configure two IPv6 VRRP routers in a VRRP group:
config system interface edit port11 config ipv6 set vrip6_link_local <IPv6_address> config vrrp6 edit 220 set vrip 2001:db8:1::12 set priority 255 set vrgrp 90 next end end next edit port12 config ipv6 set vrip6_link_local <IPv6_address> config vrrp6 edit 220 set vrip 2001:db8:1::14 set priority 100 set vrgrp 90 next end end next end