N-Unit 15 Lesson 1
N-Unit 15 Lesson 1
Day
Place WE - Schools
Date هجر
Year 2
ي
Class Networks and Cybersecurity
ميالد
ي
Time
1
By the end of the training unit, the student will be able to the following:
Short
description - Apply Security policies on a network , Restore and backup network devices operating systems, Operate and monitor network
devices performance
Skills
TPC3.3 Configure devices to communicate on a network and virtual private network
2
Learning Strategy Brain storming and Lab practice
3 Implementing Acl
Materials needed for the Computer lab with packet tracer or GNS3
Activity
إدارة
: المدرسة
3
What is an
Access Control
List ?
4
Access
Control
List
5
Access Control List
6
• ACLs are rule based lists that are
used by switches and routers to
identify traffic based on
Access characteristics such as
Control List • IP address
• Port number
• Once identified the switch or router
can filter the traffic
7
Named
Standard
Numbered
ACL
Named
Extended
Numbered
8
ACL Standard Numbered
10
Standard ACLs Syntax and Matching
11
Standard ACLs Syntax and Matching
We will make a
standard ACL on R2
and tell the router if
the source IP address
is 10.1.1.1 permit
If any other source IP
address deny
12
Standard ACLs Syntax and Matching
Standard numbered IP ACLs use the following global command:
14
We are telling this line in the ACL will permit or
deny
Standard ACLs Syntax and Matching
15
For standard ACLs, means that you can only match the
source IP address or portions of the source IP address
using something called an ACL wildcard mask.
Exact IP
address
Subset of
Matching
addresses using
Parameters
wild Card mask
All or Any
Addresses
17
Standard ACLs Matching Parameters
Matching
Exact IP address
Parameters
18
Standard ACLs Matching Parameters
Subset of
Matching
addresses using
Parameters
wild Card mask
For the subnet 10.1.1.0 /24 , we want to allow only 10.1.1.1 and deny all the rest of IP
addresses. Can we type the rest of addresses 253 ??????!!!!!!!!
19
Standard ACLs Matching Parameters
Subset of
Matching
addresses using
Parameters
wild Card mask
21
Standard ACLs
Applying
Writing ACL
statements is enough to
be
applied ?????????????
?!!!!!!!!!!!!!
22
Standard ACLs Applying
IN / OUT
23
Standard ACLs Applying
IN / OUT
24
Important Rules for ACL
27
Important Rules for ACL
28
We want to allow PC1 (10.1.1.1 /24) to reach the server
and prevent any other device of this subnet, while allowing
all devices from the subnet 10.0.0.0/24.
30
Our steps will be as follows:
1) Enable the ACL inbound on R2’s Gig0/0/0 interface.
2) Permit packets coming from host PC1.
3) Deny packets coming from other hosts in host PC1 ’s subnet. 4)
Permit packets coming from any other address in Class A network
10.0.0.0.
5) The original example made no comment about what to do by
default, so simply deny all other traffic
31
32