networking_wiki:cisco_asa

This is an old revision of the document!


Cisco ASA

This is a list of handy items that weren't easy to find, feel free to find

General Information

This is not a complete guide more of common fixes and handy tools.

Requirements

  • Backup of your configs.
  • The Magic Blue Cable.

IP SLA

First we'll create a IP SLA tracker to ping an internet address.

-Note: Timeout is in milliseconds. Frequency is in seconds.

ip sla 1   
icmp-echo 8.8.8.8
timeout 500  
frequency 30 
ip sla schedule 1 start-time now life forever 
track 1 rtr 1 reachability 

Next we'll configure the default route, and associate it with the tracker we just created.

ip route 0.0.0.0 0.0.0.0 1.1.1.1 track 1

Now we'll add our backup route.

ip route 0.0.0.0 0.0.0.0 1.1.1.2 10

Images and Packages

  • networking_wiki/cisco_asa.1497311166.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)