Post

Cisco FTD HA Cluster

Cisco Firepower Threat Defense (FTD) failover cluster, configured in Firepower Management Center (FMC), is a setup where multiple FTD devices are grouped to provide high availability and redundancy. In this configuration, one device acts as the primary, actively handling traffic, while the other(s) serve as standby units, ready to take over in case of a failure. This setup ensures continuous network security operations without interruptions, enhancing reliability and performance.

x


Active-Standby

Here on FMC we have registered 2 FTD Firewalls running in standalone mode

x


To create a HA Cluster, select Add » High Availability, then select the peers

x


Then configure the HA & State links, which in this case we will be using the same link

x


And that’s pretty much it, now we have the HA Cluster up and configured

x


Now the Primary node will actively synchronizing configuration to the Secondary node which is in standby mode, which shows below where FTD2 now has the same interface configuration as FTD1

x

x


Failing Over

To test the failover, lets simulate a network failure by disconnecting the Primary’s Uplink and Downlink interfaces

x


An health warning pops up informing there’s an interface failure on Primary Node and the Secondary has taken the Active role

x


It shows that FTD2 now is active and FTD1 is in failed state

x


We can also go to CLI and run “show failover status” to see the cluster status

x


Looking at the traffic logs, we can see the traffic is now handled by FTD2

x


And there’s no significant impact felt on the client side when the cluster is failing over

x


On System » Monitoring, we can see the detailed health issue thats currently going on in the cluster

x


Switching Back

Now if we restore the network connectivity on FTD1, it will change the state from Failed to Standby

x

x


To force the FTD1 to take the active role, run command “failover active”

x


And now the active role has been given back to FTD1

x


This post is licensed under CC BY 4.0 by the author.