CIT 247 Lab 12 Chapters 22

Overview

Review the diagrams at the end of this document. Note the subnets for each interface on the router. When configuring ACLs it’s important to know what subnets your router’s interface are connected to.

You will be configuring inbound and outbound ACLs on several router interfaces and performing various connectivity tests. Additionally, this will be a review of OSPF, creating GNS topologies and CLI configurations.

Setup

  1. Create the same topology shown at the end of the document
  2. Statically set each router interface with the appropriate IP address and mask
  3. Allow all networks to reach each other using the OSPF routing protocol
    1. Follow the directions in Chapter 17, your own notes and experience from Lab 11 parts 1 and 2

Helpful Hints:

  1. No passive interfaces on the routers
  2. Use the same PID and area number for all 3 routers
  3. Select 1 route that matches all networks in the topology.
    1. Use a single network ID and OSPF wildcard mask that matches the network ID, but still allows all host frames
  1. R1 and R3 need a username and password set to allow remote access.
    1. Both the username and password should be supplied for full remote access.
      1. Username = cit Password = 247
    2. Encryption does not need to be set for either router or credential
  1. Use the extended ping command to verify the source IP address remains the same.
    1. When routers pass packets, the source IP in the packet will change to the router’s sending interface
    2. Extended ping command: ping destinationIP source sourceIP
      1. R1# ping 10.1.1.1 source 172.16.0.2
  1. The command show ip ospf interface brief returns which interfaces allow OSPF learning.
    1. All router interfaces should be able to learn routes
  1. The command no router ospf PID# clears OSPF configurations
  2. The screenshots under the topology show the expected routing table output
  3. If your routing tables do not match the table in the document, there are issues with your configurations
  4. Remember that an implicit deny is created for every new ACL
  5. There should not be any messages of lost routes/interfaces down after ACLs created. Check your configurations
  6. To receive credit you will need to save each router configuration
    1. After saving all 3 router configurations, save the GNS3 topology and then upload to Blackboard through the VM.

Instructions

  1. Verify all devices can ping each subnet after OSPF fully loads
  2. The connectivity test most useful for this lab is ping
  3. Use ping before and after ACL creation
  4. After completing the ACL below, answer the questions in Blackboard

ACL Creation

  1. Create an extended ACL numbered 101 on R2 that denies any type of packet leaving R1 interface fa0/0 from reaching the R3 interface fa0/0
  1. Create an ACL on R2 numbered 102 that only allows R3 fa0/0 to Telnet into R1’s fa0/1 interface
  1. Create an ACL on R2 numbered 102 that prevents pings if the source is 192.168.23.2 from reaching R1 interface fa0/1

Lab Questions

Q1: What command did you enter to verify both the username and password are supplied when a user Telnets into R1 and R3

Q2: What command did you use to test the ACL to deny R1’s fa0/0 interface from reaching R3’s fa0/0 interface?

Q3: What direction and interface did you apply the above ACL on R2?

Q4: What was returned after testing if R1’s fa0/0 could ping R3’s fa0/0?

Q5: What ACL rule did you create to negate the implicit deny for your ACLs?

Q6: Explain the different between a standard ACL and extended ACL.

Q7: Explain why the direction an ACL is placed is important.

Submission

  1. Once you have your ACLs configured, be sure to copy the running-config file to the startup-config file on ALL Routers
    • Use the ‘copy run start’ command
    • When asked the filename, enter ‘startup-config’ without the quotes
  2. Save the entire GNS project
  3. Zip all the files and directories in your project directory created for the lab and submit the single file via Blackboard
  4. Answer the questions related to the lab and ACL creation in Blackboard

Topology

CIT 247 Lab 12 Chapters 22 Image 1

Routing Table Output

CIT 247 Lab 12 Chapters 22 Image 2