Packet Tracer - Configure Numbered Standard Ipv4 Acls: Addressing Table
Packet Tracer - Configure Numbered Standard Ipv4 Acls: Addressing Table
Addressing Table
Objectives
Part 1: Plan an ACL Implementation
Part 2: Configure, Apply, and Verify a Standard ACL
Background / Scenario
Standard access control lists (ACLs) are router configuration scripts that control whether a router permits or
denies packets based on the source address. This activity focuses on defining filtering criteria, configuring
standard ACLs, applying ACLs to router interfaces, and verifying and testing the ACL implementation. The
routers are already configured, including IP addresses and Enhanced Interior Gateway Routing Protocol
(EIGRP) routing.
Instructions
2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Page 1 of www.netacad.com
Public
Packet Tracer - Configure Numbered Standard IPv4 ACLs
2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Page 2 of www.netacad.com
Public
c. Verify that the access list is configured correctly.
R3# show access-lists
Standard IP access list 1
10 deny 192.168.10.0 0.0.0.255
20 permit any
d. Apply the ACL by placing it for outbound traffic on the GigabitEthernet 0/0 interface.
R3(config)# interface GigabitEthernet0/0
R3(config-if)# ip access-group 1 out