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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Introduction

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, a server providing DNS, SMTP, FTP, and HTTPS services.

Standard operating procedure is to apply ACLs on edge routers to mitigate common threats based on source and/or destination IP address. In this activity, you create ACLs on edge routers R1 and R3 to achieve this goal. You then verify ACL functionality from internal and external hosts.

The routers have been pre-configured with the following:

  • Enable password: ciscoenpa55
  • Password for console: ciscoconpa55
  • Username for VTY lines: SSHadmin
  • Password for VTY lines: ciscosshpa55
  • IP addressing
  • Static routing
  • Verify Basic Network Connectivity

Verify network connectivity prior to configuring the IP ACLs.

  • From the PC-C command prompt, ping the PC-A server.
  • From the PC-C command prompt, SSH to the router R2 Lo0 interface. Exit the SSH session.
  • From PC-C, open a web browser to the PC-A server (using the IP address) to display the web page. Close the browser on PC-C.
  • From the PC-A server command prompt, ping PC-C.Step 0.
  • Secure Access to Routers
  • Configure ACL 10 to block all remote access to the routers except from PC-C.

Use the access-list command to create a numbered IP ACL on R1, R2, and R3.  

  • Apply ACL 10 to ingress traffic on the VTY lines.

Use the access-class command to apply the access list to incoming traffic on the VTY lines.  

  • Verify exclusive access from management station PC-C. Step 0.

SSH to 192.168.2.1 from PC-C (should be successful). SSH to 192.168.2.1 from PC-A (should fail).  

  • Create a Numbered IP ACL 100

On R3, block all packets containing the source IP address from the following pool of addresses: 127.0.0.0/8, any RFC 1918 private addresses, and any IP multicast address.

  • 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.  

  • Apply the ACL to interface Serial 0/0/1.

Use the ip access-group command to apply the access list to incoming traffic on interface Serial 0/0/1.

  • Confirm that the specified traffic entering interface Serial 0/0/1 is dropped.

From the PC-C command prompt, ping the PC-A server. The ICMP echo replies are blocked by the ACL since they are sourced from the 192.168.0.0/16 address space.

  • Remove the ACL from interface Serial 0/0/1.

Remove the ACL. Otherwise, all traffic from the outside network (being addressed with private source IP addresses) will be denied for the remainder of the PT activity.Step 0.

Use the no ip access-group command to remove the access list from interface Serial 0/0/1.  

Note:  In order for the PT activity to score 100 percent, the ACL needs to be grouped to the interface at the end of the activity. 

  • Create a Numbered IP ACL 110

Deny all outbound packets with source address outside the range of internal IP addresses.

  • Configure ACL 110 to permit only traffic from the inside network.

Use the access-list command to create a numbered IP ACL.

  • Apply the ACL to interface F0/1. Step 0.

Use the ip access-group command to apply the access list to incoming traffic on interface F0/1.

  • Create a Numbered IP ACL 120

Permit any outside host to access DNS, SMTP, and FTP services on server PC-A, deny any outside host access to HTTPS services on PC-A, and permit PC-C to access R1 via SSH.

  • 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.

  • Configure ACL 120 to specifically permit and deny the specified traffic.

Use the access-list command to create a numbered IP ACL.

  • Apply the ACL to interface S0/0/0.

Use the ip access-group command to apply the access list to incoming traffic on interface S0/0/0.

  • Verify that PC-C cannot access PC-A via HTTPS using the web browser. Step 0.
  • Modify An Existing ACL

Permit ICMP echo replies and destination unreachable messages from the outside network (relative to R1); deny all other incoming ICMP packets.

  • Verify that PC-A cannot successfully ping the loopback interface on R2.
  • 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.

  • Verify that PC-A can successfully ping the loopback interface on R2.
  • Check results.

Your completion percentage should be 100%. Click Check Results to see feedback and verification of which required components have been completed.

PT Activity: Configure IP ACLS to Mitigate Attacks
Topology Diagram
R2
PC-A
PC-C
51
R3
Addressing Table
Device
Interface
IP Address
Subnet Mask
Default Gateway
Fa0/1
192.168.1.1
255.255.255.0
N/A
R1
So/0/0 (DCE)
10.1.1.1
255.255.255.252
N/A
SO/0/0
10.1.1.2
255.255.255.252
N/A
R2
So/0/1(DCE)
10.2.2.2
255.255.255.252
N/A
Lo0
192.168.2.1
255.255.255.0
N/A
Fa0/1
192.168.3.1
255.255.255.0
N/A
R3
SO/0/1
10.2.2.1
255.255.255.252
N/A
PC-A
NIC
192.168.1.3
255.255.255.0
192.168.1.1
PC-C
NIC
192.168.3.3
255.255.255.0
192.168.3.1
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.
Transcribed Image Text:PT Activity: Configure IP ACLS to Mitigate Attacks Topology Diagram R2 PC-A PC-C 51 R3 Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/1 192.168.1.1 255.255.255.0 N/A R1 So/0/0 (DCE) 10.1.1.1 255.255.255.252 N/A SO/0/0 10.1.1.2 255.255.255.252 N/A R2 So/0/1(DCE) 10.2.2.2 255.255.255.252 N/A Lo0 192.168.2.1 255.255.255.0 N/A Fa0/1 192.168.3.1 255.255.255.0 N/A R3 SO/0/1 10.2.2.1 255.255.255.252 N/A PC-A NIC 192.168.1.3 255.255.255.0 192.168.1.1 PC-C NIC 192.168.3.3 255.255.255.0 192.168.3.1 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.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Network Security
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education