Access Control Lists (ACLs)

Filtering Network Traffic and Securing the Network

Access Control Lists (ACLs) are a set of rules defined on a router or switch interface to filter traffic. They can permit or deny packets based on source IP, destination IP, port numbers, and protocols.

Types of ACLs

1. Standard ACLs (1-99, 1300-1999)

2. Extended ACLs (100-199, 2000-2699)

Wildcard Masks

ACLs use wildcard masks to define the scope of the address match. A 0 bit means "match exactly", and a 1 bit means "ignore".

Next Step: Configure ACLs in the ACL Configuration Lab.