EasyManuals Logo

Cisco ASA 5525-X Cli Configuration Guide

Cisco ASA 5525-X
2164 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #622 background imageLoading...
Page #622 background image
1-8
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring Static and Default Routes
Configuration Examples for Static or Default Routes
Configuration Examples for Static or Default Routes
The following example shows how to create a static route that sends all traffic destined for 10.1.1.0/24
to the router 10.1.2.45, which is connected to the inside interface, defines three equal cost static routes
that direct traffic to three different gateways on the outside interface, and adds a default route for
tunneled traffic. The ASA then distributes the traffic among the specified gateways:
hostname(config)# route inside 10.1.1.0 255.255.255.0 10.1.2.45 1
hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.2.1
hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.2.2
hostname(config)# route outside 10.10.10.0 255.255.255.0 192.168.2.3
hostname(config)# route outside 0 0 192.168.2.4 tunneled
Unencrypted traffic received by the ASA for which there is no static or learned route is distributed among
the gateways with the IP addresses 192.168.2.1, 192.168.2.2, and 192.168.2.3. Encrypted traffic received
by the ASA for which there is no static or learned route is passed to the gateway with the IP address
192.168.2.4.
The following example creates a static route that sends all traffic destined for 10.1.1.0/24 to the router
(10.1.2.45) connected to the inside interface:
hostname(config)# route inside 10.1.1.0 255.255.255.0 10.1.2.45 1
Example:
hostname(config)# interface phy_if
hostname(config-if)# dhcp client route
track track_id
hostname(config-if)# ip address dhcp
setroute
hostname(config-if)# exit
Tracks a default route obtained through DHCP,
Remember that you must use the setroute keyword with the ip
address dhcp command to obtain the default route using DHCP.
Example:
hostname(config)# interface phy_if
hostname(config-if)# pppoe client route
track track_id
hostname(config-if)# ip address pppoe
setroute
hostname(config-if)# exit
Tracks a default route obtained through PPPoE.
You must use the setroute keyword with the ip address pppoe
command to obtain the default route using PPPoE.
Command Purpose

Table of Contents

Other manuals for Cisco ASA 5525-X

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco ASA 5525-X and is the answer not in the manual?

Cisco ASA 5525-X Specifications

General IconGeneral
Maximum Concurrent Sessions500, 000
Maximum VPN Peers750
Memory8 GB
Flash Memory8 GB
Power SupplyAC
Rack Units1U
Interfaces8 x 1Gbps (RJ-45/SFP)

Related product manuals