Skip to main content
Sharique62
New Member
March 2, 2026
Question

LAN failover is not occurring between the FortiGate HA pair and the Cisco Switches operating in VSS

  • March 2, 2026
  • 2 replies
  • 173 views

 

Can anyone help me with the issue where LAN failover is not occurring between the FortiGate HA pair and the Cisco VSS switches?


[ Cisco VSS Logical Switch ]
(Switch 01 + Switch 02)
/ \
[Po101] [Po101]
/ \ / \
(Eth1/3) (Eth2/3) (Eth1/4) (Eth2/4)

| | | |
[ x1 ] [ x2 ] [ x1 ] [ x2 ]
[FortiGate-01] [FortiGate-02]
(ACTIVE) (PASSIVE)

| |
TRAFFIC <----------- NO TRAFFIC


The Cisco switch is configured with an EtherChannel (Port‑Channel 101) that bundles four interfaces—Eth1/3, Eth2/3, Eth1/4, and Eth2/4—operating in active mode, as shown in the diagram.

The FortiGate firewalls are deployed as an HA pair, with ports X1 and X2 connected to the Cisco VSS switches. Port X5 is connected to the Internet link (Cisco Wan Router) and is also configured as an HA‑monitored interface.

Additionally, the X5 port is part of the WAN_Aggregate interface, which is assigned to VLAN 50. VLAN 50 serves as the Internet_VLAN SVI, and the default gateway for the Internet_VLAN resides on the Cisco router.

When the X5 interface goes down, the HA failover is initiated as expected. However, the LAN does not fail over because the LAN-facing monitored interfaces remain operational. As a result, LAN reachability is lost even though an HA failover event occurs

2 replies

AEK
SuperUser
SuperUser
March 2, 2026

The EtherChannel on Cisco VSS should not bundle all 4 ports. There should be 2 EtherChannel groups like this:

- Group1: sw1/p3 & sw2/p3 : connected to FG1

- Group2: sw1/p4 & sw2/p4 : connected to FG2

AEK
Sharique62
New Member
March 3, 2026

Hi AEK,

Thanks for reply .
Can you please help me to understand how WAN & LAN Failover happen in below cases.
When Portx5 connected to Internet is down on Active FGT but PortX1 & X2 are up.
When PortX5 is up but PortX1 & X2 goes down on Active FGT.




 

 

AEK
SuperUser
SuperUser
March 5, 2026

Hi  Shariq

I didn't understand the question. Do you mean you want to enable port monitor in order to initiate an automatic fail-over on port down?

AEK