Skip to main content

Posts

Showing posts with the label asa monitoring

Static Route Monitoring

Initially there was no mechanism for determining whether a route is up or down on the Cisco ASA security appliance. And routes will stay in routing table even if the link is down. But with Cisco ASA software version 7.2(1) track availability and installing backup routes was added. In above diagram, two different ISPs, ISP_A and ISP_B respectively are used for failover purposes. And Cisco ASA is configured in such a way that if ISA_A fails ASA will immediately divert all traffic to ISP_B. Basically, we configure SLA to keep tracking one particular IP in our case 150.1.2.2 in ISP_A and if SLA tracking couldn’t reach this at any point of time it start diverting all traffic to ISP_B. ! ! hostname ASA1 enable password 8Ry2YjIyt7RRXU24 encrypted names ! interface Ethernet0/0  nameif outside  security-level 0  ip address 136.1.0.12 255.255.255.0 ! interface Ethernet0/1  nameif inside  security-level 100  ip address 136.1.121.12 255.255.255.0 ! !...