VRRP
Hi there,
Guys I am trying to set up a firewall into a VRRP. Currently I have only configured one firewall and given a priority of 255. When I see the status of the firewall it says it is a backup. The priority is 255 so I assume is should be a master. Am i missing anything ?
FortiGate-100F # get router info vrrp
Interface: x2, primary IP address: 10.108.0.2
UseVMAC: 1, SoftSW: 0, EmacVlan: 0 BrPortIdx: 0, PromiscCount: 0
HA mode: primary (0:0:1) VRRP primary number: 0
VRID: 1 verion: 2
vrip: 10.108.0.1, priority: 255 (255,20), state: BACKUP
adv_interval: 5, preempt: 1, ignore_dft: 0 start_time: 10
primary_adv_interval: 500, accept: 1
vrmac: 00:00:5e:00:01:01
vrdst: 10.50.50.109
vrgrp: 100
edit "x2"
set vdom "root"
set ip 10.108.0.2 255.255.255.248
set allowaccess ping https ssh
set type physical
set mediatype sr
set alias "Uplink to Core Switch"
set vrrp-virtual-mac enable
config vrrp
edit 1
set vrgrp 100
set vrip 10.108.0.1
set priority 255
set adv-interval 5
set start-time 10
set vrdst 10.50.50.109
set vrdst-priority 20
next
end
set snmp-index 20
set speed 10000full
Thanks
