Question about VRRP with FGCP
Currently I have a setup like below:
DMZ
|
[sw1---stack---sw2]
|| ||
[fw1] [fw2]
|| ||
[sw3---stack---sw4]
|
PC
Links between sw and fw are 802.3ad with 2 different vlan tag. One vlan for production and another one is for Mgmt.
I config all interfaces on fw1&2 as VRRP. However if sw3 down, PC is not able to reach DMZ because the return traffic will still hit fw1 which cannot pass packet back to PC via sw3.
The reason i'm not using FGCP is I want to manage both fw separately. However, if I use "reserved management interface" then FGCP cannot form a VIP for mgmt interface. I need the VIP because the fw mgmt interface is the GW for mgmt zone.
So, I wonder if I configure FGCP with reserved mgmt interface and then configure VRRP on those 2 interfaces. And my question is, will FGCP monitor the 2 mgmt interfaces? If sw3 goes down, will the return packet be passed from fw1 to fw2 due to FGCP?
