12 - IP ACLs Flashcards
How many bytes in a UDP header?
8
How many bytes in a TCP header?
20
What port does DNS use?
Port 53
What IP ACLs only match on the Source IP?
Standard ACLs
What two points in a device are ACLs applied?
Either entering or exiting interface
What is the range for Standard numbered ACLs?
1 - 99
What is the range for Extended numbered ACLs?
100 - 199
What is the range for both Standard and Extended ‘Additional’ ACLs?
Standard: 1300-1999
Extended: 2000-2699
What is the difference between Numbered and Named ACLs with respect to configuration commands?
Numbered ACLs can be configured with Global commands
Named ACLs are configured with sub-commands
What statement is implicitly at the end of all ACLs?
Deny all
How would you configure a standard IP access list to allow a given subnet?
access-list 99 permit 10.1.1.0 0.0.0.255
How would you match any and all packets with an ACL command?
access-list 1 permit any
access-list 1 deny any
Why would you want to configure an explicit deny any rule?
So that you can see the counter for how many packets are matched by it, which is not possible using the implicit deny any rule
Where should standard ACLs be placed and why?
As close to the destination as possible so that they don’t unintentionally discard packets that shouldn’t be discarded
What command is used to actually enable the ACL on a chosen interface?
Interface subcommand:
ip access-group 99 in | out