Cns 5
Cns 5
Hariom Khaladkar
CNS Practical No: 05
Problem Statement: Using a Network Simulator (e.g. packet tracer) Configure Router
for
Theory
An Access Control List (ACL) is a set of rules that controls network traffic by permitting
or denying packets based on various conditions such as IP addresses, protocols, and
ports. ACLs are primarily used in routers and firewalls to enforce security policies and
optimize network traffic flow.
ACLs are primarily divided into two types: standard and extended. We also
differentiate between numbered and named ACLs.
Standard ACLs allow filtering traffic solely based on Layer 3 source address written
in the header of the IP (Internet Protocol) packet.
Extended ACLs filter traffic based on Layer 3 and 4 source and destination
information thus giving greater flexibility and control over network access than
standard ACLs.
Use Case Basic filtering (e.g., allow or More specific filtering (e.g., block
deny traffic from a particular HTTP traffic but allow SSH).
subnet).
Goal: Deny traffic from 192.168.1.0/24 to a network while allowing everything else.
Goal: Block HTTP traffic (port 80) from 192.168.1.100 to 192.168.2.200, but
allow all other traffic.
Explanation:
● ACL 100 blocks only HTTP traffic (port 80) from 192.168.1.100 to
192.168.2.200.
● permit ip any any ensures other traffic isn't blocked.
● Applied outbound on Gig0/1.
Network
Router 2