0% found this document useful (0 votes)
2 views

Lab 11

The document outlines Lab 11 for the EE442L course at ITU, focusing on the configuration of static routing and access control lists. It details the objectives, required equipment, lab conduct, and theoretical background on static routing and ACLs. The lab tasks involve creating a network topology, configuring static routes, and implementing ACLs, with an assessment rubric for evaluating student performance.

Uploaded by

bsee22024
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Lab 11

The document outlines Lab 11 for the EE442L course at ITU, focusing on the configuration of static routing and access control lists. It details the objectives, required equipment, lab conduct, and theoretical background on static routing and ACLs. The lab tasks involve creating a network topology, configuring static routes, and implementing ACLs, with an assessment rubric for evaluating student performance.

Uploaded by

bsee22024
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Department of Electrical Engineering - ITU

EE442L: Computer Communication & Networks Lab

Course Instructor: Usman Ali Dated:

Semester: Spring 2025


Lab Engineer: Muhammad Kashif

Session: 2022-2026 Batch: BSEE2025

Lab 11. Configuration of Static Routing & Access Control List

Name Roll No Total Marks (35)

Raja Hassnain Amir BSEE22024

Checked on: ____________________________

Signature: ____________________________
1.1 Objective
The objective of this lab is to do some networking commands to help us better understand
networking and, in its troubleshooting, as well as its administration.
1.2 Equipment and Component
Component Value Quantity
Description
Computer Available in lab 1

1.3 Conduct of Lab


1. Students are required to perform this experiment individually.
2. In case the lab experiment is not understood, the students are advised to seek help from the
course instructor, lab engineers, assigned teaching assistants (TA) and lab attendants.

1.4 Theory and Background


Static routing is a form of routing that occurs when a router uses a manually configured routing
entry, rather than information from a dynamic routing traffic. In many cases, static routes are
manually configured by a network administrator by adding in entries into a routing table, though
this may not always be the case. It is configured by network administrator manually. It need
destination network id. It is secure and fast. It uses in small organizations with router 10 to 15.
An access control list (ACL) is a list of rules that specifies which users or systems are granted or
denied access to a particular object or system resource. Access control lists are also installed in
routers or switches, where they act as filters, managing which traffic can access the network.

Lab Task
Task A: Configuration of Static Routing [Marks: 20]

Create a network topology as shown below:


1. Assign IP addresses with default gateway and label them.

2. To route IP traffic destined for the network 192.168.1.0/24 via the next-hop
router with the IPv4 address of 192.168.3.1, the following configuration
commands or steps can be used in Router1:

Router(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.1

Similarly, add static route in Router0:

Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.3.2

3. Test ping command from pc of LAN 1 with pc of LAN 2.

Note: The show ip route command is used to show the router's routing table.

e.g. Router#show ip route

5. Show working configuration to the lab engineer to obtain credit.

6. Save .pkt file using naming convention as: (e.g.,roll#_taskA.pkt).

7. Paste screenshot of the working configuration in the space below:


Task B: Configuration of Access Control List [Marks: 20]

1. Use network topology created in Task A, label “Permit” to pc with IP


192.168.2.100 and “deny” with IP 192.168.2.101 as shown below:

Note: The below picture is only for understanding.


2. Run the following commands in Router0:

Router(config)#access-list 1
Router(config)#access-list 1 ?

Deny - Specify packets to reject


Permit - Specify packets to forward
Remark - Access list entry comment

Router(config)#access-list 1 deny 192.168.2.101 0.0.0.255


Router(config)#access-list 1 permit any
Router(config)#exit
Router#
Router#show running-config

Note down your observations.

Now run the following commands in Router0:

Router(config)#interface gigabitEthernet 0/1


Router(config-if)#ip access-group 1 out
Router(config)#
Router(config)#exit
Router#show running-config

Again, Note down your observations for interface gigabitethernet 0/1

3. Test Ping command from pc IP 192.168.1.100 and pcs labelled with “permit”
and “deny”.
4. Show working configuration to the lab engineer to obtain credit.
5. Save your .pkt file as (roll#_acl_config.pkt).
6. Paste screenshot of the working configuration in the space below:

Deny
permit
Assessment Rubric for Lab

Performance metric Able to complete the task Able to complete the task Able to complete the
CLO Marks
over 80% (4-5) 50-80% (2-3) task below 50% (0-1)
Not fully Assign
Assign network settings, Assign network settings,
network settings,
policies, flows, and policies, flows, and controls.
1. Realization of policies, flows, and
1 controls. Thorough testing Some testing has been
controls. No testing has
experiment has been completed completed
been completed

2. Conducting Partially able to make


1 Able to make changes unable to make changes
experiment changes

3. Computer use 2 Timely Late Not done

Actively engages and Cooperates with other group Distracts or discourages


cooperates with other group member(s) in a reasonable other group members
4. Teamwork
3 member(s) in effective manner but conduct can be from conducting the
manner improved experiment
Observes lab safety rules;
5. Laboratory safety handles the development
Observes safety rules and
board and other components Disregards lab safety and
and disciplinary disciplinary guidelines with
3 with care and adheres to the
minor deviations
disciplinary rules
rules lab disciplinary guidelines
aptly
Completes data collection
from the experiment setup Completes data collection Fails at collecting data by
by giving proper inputs and with minor errors and enters giving proper inputs and
6. Data collection 3 observing the outputs, data in lab report with slight observing output states of
complies with the deviations from provided experiment setup, unable to
instructions regarding data guidelines fill the lab report properly
entry in manual
A logical solution that is
Solution is efficient, easy to A difficult and
7. Data analysis 4 understand, and maintain
easy to follow but it is not
inefficient solution
the most efficient

Total (out of 35):

You might also like