A network administrator configures an active/passive firewall cluster to ensure high availability for an enterprise network. During a failover test, the passive firewall successfully assumes the active role, and newly initiated web traffic flows normally. However, all established, long-lived TCP sessions (such as SSH connections and database transactions) are immediately dropped, forcing users to reconnect. Which of the following is the most likely cause of this issue?
- Stateful session synchronization between the cluster nodes was not enabled.Cevap
- BThe client workstations were configured to use the primary node's physical IP address instead of the virtual IP address.
- CThe secondary switch connected to the passive firewall was assigned a higher Spanning Tree Protocol priority value than the primary switch.
- DThe DHCP relay agent interface on the internal gateway router was configured with an incorrect helper scope.
Cevap
Stateful session synchronization between the cluster nodes was not enabled.
In a stateful high-availability deployment, active and standby nodes replicate connection tracking tables, NAT tables, and VPN state information across a dedicated heartbeat link. If state synchronization is missing or disabled (stateless failover), the standby unit has no record of established connections when it becomes active, forcing it to drop existing stateful TCP sessions while accepting new connections.
Adım Adım Çözüm
Anahtar Kavram
Stateful vs. Stateless High Availability Failover