Cisco ASA High Availability Failover Configuration
Cisco ASA High Availability Failover Configuration
PNETLAB Store
PNETLab.com
Lab Objective: The objective of this lab exercise is for you to learn and understand how
can you configure High Availability between two Firewall ASA.
In Active/Standby failover, one unit is the active unit. It passes traffic. The standby unit
does not actively pass traffic. When a failover occurs, the active unit fails over to the
standby unit, which then becomes active. You can use Active/Standby failover for ASAs
in single or multiple context mode.
1
Download PNETLab Platform
PNETLAB Store
PNETLab.com
TASK LIST:
SOLUTION:
Task 1: Configuration basic in Nodes
CONFIGURATION
USER1 USER2
interface Ethernet0/0 interface Ethernet0/0
no shutdown no shutdown
ROUTER ip address 192.168.10.10 255.255.255.0 ip address 192.168.10.20 255.255.255.0
! !
ip route 0.0.0.0 0.0.0.0 192.168.10.1 ip route 0.0.0.0 0.0.0.0 192.168.10.1
interface Ethernet0/0
no shutdown
SERVER ip address 192.168.10.30 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.10.1
interface Loopback0
ip address 8.8.8.8 255.255.255.255
INTERNET !
interface Ethernet0/0
no shutdown
ip address 10.168.20.100 255.255.255.0
2
Download PNETLab Platform
PNETLAB Store
PNETLab.com
3
Download PNETLab Platform
PNETLAB Store
PNETLab.com
Task 3: Configuration Routing Traffic between inside and outside interface in ASA
1. Configuration enable icmp
Active-ASA(config)# policy-map global_policy
Active-ASA(config)# class inspection_default
Active-ASA(config)# inspect icmp
Verification:
5
Download PNETLab Platform
PNETLAB Store
PNETLab.com
USER1#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 2/15/58 ms
USER2#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/76/259 ms
!
SERVER#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 2/10/25 ms