Configuring Cisco ASA Active/Standby Failover
In this article, I will share the configurations used in the within the video below. The configurations enable one to configure Active/Standby ASA’s with failover and redundant failover links. ASAv1 Configurations interface redundant 1 member-interface g0/0 member-interface g0/1 no shutdown#Interface G0/0 no shutdown#Interface G0/1 no shutdown Configure failover settings on ASAv1 failover lan unit primary failover lan interface redundant 1 (This is the interface used for the failover link) failover interface failover redundant 1 (‘failover’ = the name I gave the failover interface redundant 1) failover interface ip failover 10.0.0.1 255.255.255.0 standby 10.0.0.2 failover key cisco (Key needs to match on both ASA’s) failover (Enables failover) write memory (Save your configuration) Configure Basic Device Settings interface g0/2 nameif OUTSIDE ip address 172.16.235.2 255.255.255.0 standby 172.16.235.3 no shutdown#Interface g0/3 nameif INSIDE ip address 192.168.10.1 255.255.255.0 standb...