Device Security Flashcards
What are the ranges for standard ACLs?
1-99
1300-1999
Syntax for an extended numbered ACL
access-list access-list-number {deny | permit} protocol source IP wildcard mask destination IP wildcard mask [log]
3 primary differences that named ACLs have vs numbered
- Names instead of numbers
- Uses ACL subcommands vs global commands to define the ACL
- ACL editing allows users to edit delete and add individual lines
Command to delete a line from a numbered ACL with sequence numbers.
conf t
ip access-list {standard | extended} number
no seq number
Syntax to assign an ACL to a vty
access-class number {in | out}
TCP version of an extended ACL
access-list access-list-number {deny | permit}tcp source source-wildcard [operator [port]] destination destination-wildcard [operator [port]] [log]
If an ACL omits the wildcard mask, what is the implied mask?
0.0.0.0
What are the ranges for extended ACLs?
100 - 199
2000 - 2699
Syntax for a standard numbered ACL
access-list {1-99 | 1300-1999} {permit | deny} [subnet wildcard mask | any ]
Operational command to see: -IPv4 ACLs -All ACLs
show ip access-lists
show access-list
Command to see access list application status on an interface
show ip interface interface
Keyword to add to an ACL to help keep track of it’s activity
log
What are the 3 types of ACLs?
Standard
Extended
Named
Are named ACLs standard or extended?
Either, depends on how they are configured
What is the difference between standard and extended ACLs?
Standard ACLs filter on source address Extended ACLs filter on: Source and Dest IP Source and Dest Port Other criteria
What do extended ACLs filter on?
Source & Dest. IP
Source & Dest. Port