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
What is the number range for standard IP ACLs?
1-99
What is the number range for Extended IP ACLs?
100-199
What is the number range for expanded standard IP ACLs?
1300-1999
In addition to using more memorable names, using named ACLs instead of numbered ACLs enable to you __________ individual statements in a named IP access list
delete
What is the number range for expanded extended IP ACLs?
2000-2699
What version of IOS Software release did IP access list entry sequence numbering get introduced with?
12.3
How many ACLs are allowed per protocol, per direction, and per interface
1
How should you organize the ACL statements?
Top down with more specific references appearing before more general ones
You should always create the ACL before __________ it to an interface
Applying