Access list CCNA lab

Lab 12 — Access Control Lists
Unauthorized Access
This interactive lab is exclusively licensed to PacketTracerLab.com and cannot be used on any other domain or offline environment.
Visit PacketTracerLab.com
⚠ Unauthorized use or redistribution is prohibited.
Lab 12
Access Control Lists (ACL)
Select a lab below to begin
Part A Standard ACL
Part B Extended ACL
Standard ACL Tasks
Create ACL 10 — deny host 192.168.1.10
Permit remaining 192.168.1.0/24 network
Apply ACL 10 inbound on Fa0/0
Verify with show ip access-lists
Commands
access-list 10 deny host 192.168.1.10
access-list 10 permit 192.168.1.0 0.0.0.255
interface fa0/0
 ip access-group 10 in
show ip access-lists
Standard ACL Rules
ACL 1–99 = Standard
Filters by source IP only
Apply close to destination

Wildcard: 0.0.0.255
= match any host in /24

Implicit deny any at end
PC192.168.1.10192.168.1.0/240/00/1CISCO 1841R1Server10.0.0.10010.0.0.0/24
Router R1 — Console
Router>