10.1.4.8 Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM - Instructor
10.1.4.8 Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM - Instructor
Topology
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
IP Addressing Table
Objectives
Part 1: Configure Basic Device Settings
Cable the network and clear previous device settings.
Configure basic settings for routers and switches.
Configure static routes on R2 and default routes on R1 and R3.
Enable the HTTP server on R1 and set the enable and VTY passwords.
Configure PC host IP settings.
Verify connectivity.
Part 2: Access the ASA Console and ASDM
Access the ASA console and view hardware, software, and configuration settings.
Clear previous ASA configuration settings.
Bypass Setup mode and configure the ASDM VLAN interfaces.
Configure ASDM and verify access to the ASA.
Access ASDM and explore the GUI.
Part 3: Configure ASA Settings and Firewall Using the ASDM Startup Wizard
Access the Configuration menu and launch the Startup wizard.
Configure the hostname, domain name, and enable the password.
Configure the inside and outside VLAN interfaces.
Configure DHCP, address translation, and administrative access.
Review the summary and deliver the commands to the ASA.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
Background/Scenario
The Cisco Adaptive Security Appliance (ASA) is an advanced network security device that integrates a
stateful firewall, a VPN, and FirePOWER services. This lab employs an ASA 5506-X to create a firewall and
protect an internal corporate network from external intruders while allowing internal hosts access to the
Internet. The ASA creates three security interfaces: Outside, Inside, and DMZ. It provides outside users with
limited access to the DMZ and no access to internal resources. Inside users can access the DMZ and outside
resources.
The focus of this lab is to configure the ASA as a basic firewall. Other devices will receive minimal
configuration to support the ASA portion of the lab. This lab uses the ASA GUI interface ASDM to configure
basic device and security settings.
In Part 1 of this lab, you will configure the topology and non-ASA devices. In Part 2, you will prepare the ASA
for Adaptive Security Device Manager (ASDM) access. In Part 3, you will use the ASDM Startup wizard to
configure basic ASA settings and the firewall between the inside and outside networks. In Part 4, you will
configure additional settings via the ASDM configuration menu. In Part 5, you will configure a DMZ on the
ASA and provide access to a server in the DMZ.
The scenario for this lab assumes your company has a location connected to an ISP. R1 is a customer-
premise equipment (CPE) device managed by the ISP. R2 represents an intermediate Internet router. R3
connects an administrator from a network management company, who has been hired to remotely manage
your network. The ASA is an edge security device that connects the internal corporate network and DMZ to
the ISP while providing NAT and DHCP services to inside hosts. The ASA will be configured for management
by an administrator on the internal network and the remote administrator. Layer 3 VLAN interfaces provide
access to the three areas created in the lab: Inside, Outside, and DMZ. The ISP has assigned the public IP
address space of 209.165.200.224/29, which will be used for address translation on the ASA.
Note: The router commands and output in this lab are from a Cisco 1941 router with Cisco IOS Release
15.4(3)M2 (with a Security Technology Package license). Other routers and Cisco IOS versions can be used.
See the Router Interface Summary Table at the end of the lab to determine which interface identifiers to use
based on the equipment in the lab. Depending on the router model and Cisco IOS version, the commands
available and the output produced might vary from what is shown in this lab.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
The ASA used with this lab is a Cisco model 5506-X with an 8-port integrated switch, running OS version
9.10(1), Adaptive Security Device Manager (ASDM) version 7.10(1), and comes with a Base license that
allows a maximum of five VLANs.
Note: Before beginning, ensure that the routers and switches have been erased and have no startup
configurations.
Instructor Note: Instructions for erasing switches and routers are provided in Chapter 0.0.0.0.
Required Resources
3 Routers (Cisco 1941 with Cisco IOS Release 15.4(3)M2 image with a Security Technology Package
license)
3 Switches (Cisco 2960 with cryptography IOS image for SSH support – Release 15.0(2)SE7 or
comparable) (not required)
1 ASA 5506-X (OS version 9.10(1) and ASDM version 7.10(1) and Base license or comparable)
3 PCs (Windows, SSH Client and Java version compatible with installed ASDM version)
Serial and Ethernet cables, as shown in the topology
Console cables to configure Cisco networking devices
Instructor Notes:
This lab is divided into five parts. Part 1 and 2 can be performed separately but must be performed before
Parts 3 through 5. Part 2 uses the ASA CLI to prepare the ASA for ASDM Access. Parts 3 through 5 can
be performed individually, or in combination with others as time permits, but they should be performed
sequentially. In some cases, a task assumes the configuration of certain features in a prior task.
The main goal is to use an ASA to implement firewall and other services that might previously have been
configured on an ISR. In the Chapter 9 Lab, the student configured the most common basic ASA settings
and services, such as NAT, ACL, DHCP, AAA, and SSH from the CLI. In this lab, the student uses ASDM
to configure these features.
The final running configs for all devices are found at the end of the lab.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
Step 7: Save the basic running configuration for each router and switch.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
e. Enable the G1/2 interface using the no shutdown command and verify the G1/2 interface status. The
status and protocol for interface G1/2 should be up/up.
ciscoasa(config)# interface G1/2
ciscoasa(config-if)# no shut
ciscoasa(config-if)# exit
f. Configure outside interface G1/1 and enable the G1/1 interface. You will assign the IP address using
ASDM.
ciscoasa(config)# interface G1/1
ciscoasa(config-if)# nameif outside
INFO: Security level for "outside" set to 0 by default.
ciscoasa(config-if)# security-level 0
ciscoasa(config-if)# no shut
ciscoasa(config-if)# exit
g. Test connectivity to the ASA by pinging from PC-B to ASA interface G1/2 192.168.1.1. The pings should
be successful.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
These areas display various information about the ASA. For instance, the Device Information displays
device information, such as hostname, ASA version, ASDM version, firewall mode, device type (ASA
5506), and more.
Note: If the Cisco Smart Call Home window appears, click Do not enable Smart Call Home and click
OK.
g. Click the Configuration and Monitoring buttons to become familiar with their layout and to see what
options are available.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
Part 3: Configure Basic ASA Settings and Firewall Using the ASDM Startup
Wizard
In this part, you will use ASDM Startup Wizard to modify the configurations.
Note: The following steps are based on ASA version 9.10(1), ASDM version 7.10(1) and Java version
1.8(201). These steps are for reference only. Your steps maybe different.
Step 1: Access the Configuration menu and launch the Startup wizard.
a. On the menu bar, click Configuration. The Configuration screen provides the following five areas of
device configuration:
o Device Setup (default display)
o Firewall
o Remote Access VPN
o Site-to-Site VPN
o Device Management
b. The Device Setup option displays the Startup Wizard by default. Read through the on-screen text
describing the Startup wizard, and then click Launch Startup Wizard.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
b. On the Startup Wizard Step 7 screen – Address Translation (NAT/PAT), click Use Port Address
Translation (PAT). The default is to use the IP address of the outside interface. Click Next to continue.
Note: You can also specify a particular IP address for PAT or a range of addresses with NAT.
c. On the Startup Wizard Step 8 screen – Administrative Access, HTTPS/ASDM access is currently
configured for hosts on the inside network 192.168.1.0/24. Add SSH access to the ASA for the inside
network 192.168.1.0 with a subnet mask of 255.255.255.0. Add SSH access to the ASA from host
172.16.3.3 on the outside network. Ensure that the Enable HTTP server for HTTPS/ASDM access
check box is selected. Click Next to continue.
Step 6: Review the summary and deliver the commands to the ASA.
a. On the Startup Wizard Step 9 screen – Auto Update Server, leave everything to the default and click Next
to continue.
a. On the Startup Wizard Step 10 – Do not enable Smart Call Home, leave everything to the default and
click Next to continue.
b. On the Startup Wizard Step 11 screen – Startup Wizard Summary, review the Configuration Summary
and click Finish. ASDM will deliver the commands to the ASA device and then reload the modified
configuration.
Note: If the GUI dialogue box stops responding during the reload process, close it, exit ASDM, and restart
the browser and ASDM. If prompted to save the configuration to flash memory, respond with Yes. Even
though ASDM may not appear to have reloaded the configuration, the commands were delivered. If there
are errors encountered as ASDM delivers the commands, you will be notified with a list of commands that
succeeded and the commands that failed.
Note: The process to restart ASDM would be different if ASDM was installed on your PC or ran from the
web browser. If it was installed, launch ASDM from the program menu. Otherwise, ASDM can be started
from the web browser.
c. Provide the new enable password cisco12345 with no username when prompted. Return to the Device
dashboard and check the Interface Status window. You should see the inside and outside interfaces with
IP address and status. The inside interface should show a number of Kb/s. The Traffic Status window
may show the ASDM access as TCP traffic spike.
Step 8: Test access to an external website using the ASDM Packet Tracer utility.
a. Click Tools > Packet Tracer.
b. Select the inside interface from the Interface drop-down list and click TCP from the Packet Type radio
buttons. From the Source drop-down list, select IP Address and enter the address 192.168.1.3 (PC-B)
with a Source Port of 1500. From the Destination drop-down list, select IP Address, and enter
209.165.200.225 (R1 G0/0) with a Destination Port of http.
c. Click Start to begin the trace of the packet. The packet should be permitted.
d. Click Clear to reset the entries. Try another trace and select outside from the Interface drop-down list
and leave TCP as the packet type. From the Sources drop-down list, select IP Address, and enter
209.165.200.225 (R1 G0/0) and a Source Port of 1500. From the Destination drop-down list, select IP
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
Address and enter the address 209.165.200.226 (ASA outside interface) with a Destination Port of
telnet.
e. Click Start to begin the trace of the packet. The packet should be dropped.
f. Click Close to continue.
Step 3: Configure AAA user authentication using the ASA local database.
In a previous step, inside hosts and PC-C were configured SSH access to the ASA. We will now enable AAA
user authentication to access the ASA using SSH. To allow the administrator to have SSH access to the ASA,
you will add a user in the local database.
a. On the Configuration screen and select Device Management.
b. Click Users/AAA > User Accounts.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 11 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
c. To add a new user, click Add to open the Add User Account window
d. Create a new user named admin01 with a password of admin01pass and enter the password again to
confirm it. Allow this user Full access (ASDM, SSH, Telnet, and console) and set the privilege level to 15.
e. Click OK to add the user and return to the User Accounts window. Verify that the new entry is correct.
f. Click Apply to send the command to the ASA.
g. Next we will enable AAA access to the ASA. In the Device Management > Users/AAA > and select AAA
Access.
h. On the Authentication tab, click the check boxes to require authentication for HTTP/ASDM and SSH
connections using the LOCAL server group to authenticate against.
i. Click Apply to send the commands to the ASA.
Note: The next action you attempt within ASDM will require that you log in as admin01 with the password
admin01pass.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 12 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
g. From PC-B, ping the external interface of R1 S0/0/0 (10.1.1.1). The pings should be successful.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 13 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
k. In the Browse Private Service window, you will double-click various services to select them and add them
to the Public Service field. Double-click the following services: tcp/ftp, tcp/http, icmp/echo, and
icmp/echo-reply (Note: scroll down to see all services).
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 14 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
m. When you have completed all the information in the Add Public Server dialog box, it should look like the
one shown below.
Step 4: Test access to the DMZ server from the outside network.
a. From PC-C, ping the IP address of the static NAT public server address (209.165.200.227). The pings
should be successful.
b. Ping the DMZ server (PC-A) internal IP address 192.168.2.3 from inside network host PC-B. The pings
should be successful. This is because the ASA inside interface G1/2 is set to security level 100 (the
highest) and the DMZ interface G1/3 is set to 70.
c. Try to ping from the DMZ server PC-A to PC-B at the IP address 192.168.1.3. The pings should not be
successful. The reason the DMZ server cannot ping PC-B on the inside network is because the DMZ
interface G1/3 has a lower security level than the inside interface.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 15 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
c. Click Show Graphs to display the graph. Initially, there is no traffic displayed.
d. From a privileged mode command prompt on R2, simulate Internet traffic to the ASA by pinging the DMZ
server’s public address with a repeat count of 1000. You can increase the number of pings if desired.
R2# ping 209.165.200.227 repeat 1000
e. You should see the results of the pings from R2 on the graph as an Input Packet Count. The scale of the
graph is automatically adjusted depending on the volume of traffic. You can also view the data in tabular
form by clicking the Table tab. Notice that the View selected at the bottom left of the Graph screen is
Real-time, data every 10 seconds. Click the pull-down list to see the other available options.
f. Ping from PC-B to R1 S0/0/0 at 10.1.1.1 using the –n option (number of packets) to specify 100 packets.
C:>\ ping 10.1.1.1 –n 100
Note: The response from the PC is relatively slow, and it may take a while to show up on the graph as
Output Packet Count.
Reflection
1. What are some of the benefits of using ASDM over the CLI?
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
The ASDM GUI is easier to use, especially for less technical staff, and can generate very complex
configurations through the use of mouse selections, fill-in fields, and wizards.
2. What are some of the benefits of using the CLI over ASDM?
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
In some cases, the CLI can provide more precise control over the desired configuration. Also, some CLI
commands are necessary to prepare the ASA for GUI access. CLI requires only a serial console connection,
whereas ASDM requires Layer 3 (IP) connectivity to an ASA interface.
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 16 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be
used in Cisco IOS commands to represent the interface.
Device Configs
ASA 5506-X
CCNA-ASA# show run
: Saved
:
: Hardware: ASA5506, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)
:
ASA Version 9.10(1)
!
hostname CCNAS-ASA
domain-name ccnasecurity.com
enable password ***** pbkdf2
names
no mac-address auto
!
interface GigabitEthernet1/1
nameif outside
security-level 0
ip address 209.165.200.226 255.255.255.248
!
interface GigabitEthernet1/2
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 17 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
interface GigabitEthernet1/3
nameif dmz
security-level 70
ip address 192.168.2.1 255.255.255.0
!
interface GigabitEthernet1/4
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/5
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/6
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/7
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/8
shutdown
no nameif
no security-level
no ip address
!
interface Management1/1
management-only
shutdown
no nameif
no security-level
no ip address
!
ftp mode passive
clock timezone MST -7
dns server-group DefaultDNS
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 18 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
domain-name ccnasecurity.com
same-security-traffic permit inter-interface
object network DMZ-Server
host 192.168.2.3
description PC-A
object-group service DM_INLINE_SERVICE_0
service-object icmp echo
service-object icmp echo-reply
service-object tcp destination eq ftp
service-object tcp destination eq www
access-list outside_access extended permit object-group DM_INLINE_SERVICE_0 any4
object DMZ-Server
pager lines 24
mtu inside 1500
mtu outside 1500
mtu dmz 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
arp rate-limit 16384
!
object network DMZ-Server
nat (dmz,outside) static 209.165.200.227
!
nat (inside,outside) after-auto source dynamic any interface
access-group outside_access in interface outside
route outside 0.0.0.0 0.0.0.0 209.165.200.225 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
timeout conn-holddown 0:00:15
timeout igp stale-route 0:01:10
user-identity default-domain LOCAL
aaa authentication http console LOCAL
aaa authentication ssh console LOCAL
aaa authentication login-history
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
service sw-reset-button
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 19 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
telnet timeout 5
ssh stricthostkeycheck
ssh 192.168.1.0 255.255.255.0 inside
ssh 172.16.3.3 255.255.255.255 outside
ssh timeout 5
ssh version 2
ssh key-exchange group dh-group1-sha1
console timeout 0
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 20 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
Router R1
R1# show run
Building configuration...
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 21 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
cts logging verbose
!
username admin01 secret 9
$9$D96eQuJ01ZvWE.$m/ePFFlbfwd72xBHxVhrmlxsTy9IMxUa58HsDFOfA5w
!
redundancy
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 209.165.200.225 255.255.255.248
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.1.1 255.255.255.252
clock rate 64000
!
interface Serial0/0/1
no ip address
shutdown
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.1.1.2
!
control-plane
!
line con 0
exec-timeout 5 0
logging synchronous
login local
line aux 0
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 22 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
exec-timeout 5 0
logging synchronous
login local
transport input ssh
!
scheduler allocate 20000 1000
!
end
Router R2
R2# show run
Building configuration...
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 23 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
!
interface Serial0/0/1
ip address 10.2.2.2 255.255.255.252
clock rate 64000
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 172.16.3.0 255.255.255.0 10.2.2.1
ip route 209.165.200.224 255.255.255.248 10.1.1.1
!
control-plane
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
!
end
Router R3
R3# show run
Building configuration...
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 24 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
no aaa new-model
memory-size iomem 15
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
cts logging verbose
!
redundancy
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.16.3.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 125000
!
interface Serial0/0/1
ip address 10.2.2.1 255.255.255.252
!
ip forward-protocol nd
!
no ip http server
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 25 of 26 www.netacad.com
Lab - Configure ASA 5506-X Basic Settings and Firewall Using ASDM
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.2.2.2
!
control-plane
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
!
end
Switches S1, S2, and S3 – Use default configs, except for host name
© 2015 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 26 of 26 www.netacad.com