4.1.2.5 Packet Tracer - Configure IP ACLs To Mitigate Attacks
4.1.2.5 Packet Tracer - Configure IP ACLs To Mitigate Attacks
4.1.2.5 Packet Tracer - Configure IP ACLs To Mitigate Attacks
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway Switch Port
Objectives
Verify connectivity among devices before firewall configuration.
Use ACLs to ensure remote access to the routers is available only from management station PC-C.
Configure ACLs on R1 and R3 to mitigate attacks.
Verify ACL functionality.
Background/Scenario
Access to routers R1, R2, and R3 should only be permitted from PC-C, the management station. PC-C is also
used for connectivity testing to PC-A, which is a server providing DNS, SMTP, FTP, and HTTPS services.
2015 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com
Packet Tracer - Configure IP ACLs to Mitigate Attacks
Standard operating procedure is to apply ACLs on edge routers to mitigate common threats based on source
and destination IP address. In this activity, you will create ACLs on edge routers R1 and R3 to achieve this
goal. You will then verify ACL functionality from internal and external hosts.
The routers have been pre-configured with the following:
o Enable password: ciscoenpa55
o Password for console: ciscoconpa55
o SSH logon username and password: SSHadmin/ciscosshpa55
o IP addressing
o Static routing
b. From the command prompt, establish an SSH session to R2 Lo0 interface (192.168.2.1) using username
SSHadmin and password ciscosshpa55. When finished, exit the SSH session.
SERVER> ssh -l SSHadmin 192.168.2.1
2015 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com
Packet Tracer - Configure IP ACLs to Mitigate Attacks
b. From the command prompt, establish an SSH session to R2 Lo0 interface (192.168.2.1) using username
SSHadmin and password ciscosshpa55. Close the SSH session when finished.
c. Establish another SSH session to R2 G0/0 interface (209.165.200.225) using username SSHadmin and
password ciscosshpa55. When finished, exit the SSH session.
d. Open a web browser to the PC-A server (192.168.1.3) to display the web page. Close the browser when
done.
2015 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com
Packet Tracer - Configure IP ACLs to Mitigate Attacks
Part 3: Create a Numbered IP ACL 120 on R1
Create an IP ACL numbered 120 with the following rules:
o Permit any outside host to access DNS, SMTP, and FTP services on server PC-A.
o Deny any outside host access to HTTPS services on PC-A.
o Permit PC-C to access R1 via SSH.
Note: Check Results will not show a correct configuration for ACL 120 until you modify it in Part 4.
Step 1: Verify that PC-C can access the PC-A via HTTPS using the web browser.
Be sure to disable HTTP and enable HTTPS on server PC-A.
Step 2: Configure ACL 120 to specifically permit and deny the specified traffic.
Use the access-list command to create a numbered IP ACL.
Step 4: Verify that PC-C cannot access PC-A via HTTPS using the web browser.
Step 1: Verify that PC-A cannot successfully ping the loopback interface on R2.
Step 2: Make any necessary changes to ACL 120 to permit and deny the specified traffic.
Use the access-list command to create a numbered IP ACL.
Step 3: Verify that PC-A can successfully ping the loopback interface on R2.
2015 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com
Packet Tracer - Configure IP ACLs to Mitigate Attacks
Step 1: Configure ACL 110 to permit only traffic from the inside network.
Use the access-list command to create a numbered IP ACL.
Step 1: Configure ACL 100 to block all specified traffic from the outside network.
You should also block traffic sourced from your own internal address space if it is not an RFC 1918 address.
In this activity, your internal address space is part of the private address space specified in RFC 1918.
Use the access-list command to create a numbered IP ACL.
2015 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 4 www.netacad.com
Packet Tracer - Configure IP ACLs to Mitigate Attacks
Step 3: Confirm that the specified traffic entering interface Serial 0/0/1 is handled correctly.
a. From the PC-C command prompt, ping the PC-A server. The ICMP echo replies are blocked by the ACL
because they are sourced from the 192.168.0.0/16 address space.
b. Establish an SSH session to 192.168.2.1 from PC-C. (should fail)
fail
c. Establish an SSH session to 209.165.200.225. (should be successful).
successful
2015 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 4 www.netacad.com