Day 10 - ACL Concepts Flashcards
An ACL is a router __________ __________ (that is, it’s a list of ___________)
Configuration Script
Statements
ACLs control whether a router permits or denies packets to pass, based on criteria in the what?
Packet header
To determine whether a packet is permitted or denied, it is tested against the ACL statement in what order?
Sequential order
When an ACL statement matches, do any other statements get evaluated?
No
What is at the bottom of every ACL?
An implicit deny any statement
If a packet doesn’t match any of the statements in the ACL, what happens to it?
It’s dropped
ACLs use what kind of logic?
First match logic
If a packet matches one line in the ACL, the router takes the action listed in that line of the ACL and does what with the rest of the ACL statements?
Ignores them
What two types of ACLs are there?
Standard IPv4 ACLs
Extended IPv4 and Extended IPv6 ACLs
What two methods are there to identify both standard and extended ACLs?
Numbered IPv4 ACLs
Named IPv4 and Named IPv6 ACLs
What is the difference between standard ACLs and Extended ACLs?
Standard ACLs filter traffic based on source address only
Extended ACLs filter traffic based on source and destination address, specific protocols and source and destination TCP and UDP ports
What do numbered ACLs use to identify themselves?
They use a number for identification
What do named ACLs use to identify themselves?
They use a descriptive name or number for identification
Standard numbered and standard named ACLs only look for matching what?
Source addresses
Extended numbered and extended named ACLs look for matching what?
Source and Dest IP
Source and Dest Port