M4-5 (ACL Concepts and IPv4 Configuration) Flashcards
review
What are the permit or deny statements in an ACL called?
Access control entries
What packet filtering statement is true?
Standard ACLs filter at Layer 3 only
Which statement about the operation of a standard ACL is incorrect?
The router extracts the source IPv4 address from the packet header.
The router starts at the top of the ACL and compares the address to each ACE in sequential order.
When a match is made, the ACE either permits or denies the packet, and any remaining ACEs are not analyzed.
If there are no matching ACEs in the ACL, the packet is forwarded because there is an implicit permit ACE automatically applied to all ACLs.
When a match is made, the ACE either permit or denies the packet, and any remaining ACEs are not analyzed
What wildcard mask would permit only host 10.10.10.1?
0.0.0.0
0.0.0.31
0.0.0.255
0.0.255.255
255.255.255.255
0.0.0.0
What wildcard mask would permit only hosts from the 10.10.10.0/16 network?
0.0.0.0
0.0.0.31
0.0.0.255
0.0.255.255
255.255.255.255
0.0.255.255
What wildcard mask would permit all hosts?
0.0.0.0
0.0.0.31
0.0.0.255
0.0.255.255
255.255.255.255
255.255.255.255
What wildcard mask would permit all hosts from the 192.168.10.0/24 network?
0.0.0.0
0.0.0.31
0.0.0.255
0.0.255.255
255.255.255.255
0.0.0.255
How many total ACLs (both IPv4 and IPv6) can be configured on an interface?
4
What is the best practice of ACL?
Always test ACLs on a production network.
Create your ACLs on a production router.
Document the ACLs using the description ACL command
Write the ACL before configuring it on a router.
Write the ACL before configuring it on a router.
What ACL is capable of filtering based on TCP port number?
Extended ACL
What statement about ACLs is true?
Extended ACLs are numbered 1300 - 2699.
Named ACLs can be standard or extended.
Numbered ACLs is the preferred method to use when configuring ACLs.
Standard ACLs are numbered 1 - 199.
Named ACLs can be standard or extended.
What should be the standard ACL be placed?
Standard ACL location is not important.
Standard ACLs should be placed as close to the destination as possible.
Standard ACLs should be placed as close to the source as possible.
Standard ACLs should be placed on serial interfaces.
Standard ACLs should be placed as close to the destination as possible.
When is an extended ACL be placed?
Extended ACL location is not important.
Extended ACLs should be located as close to the destination as possible.
Extended ACLs should be located as close to the source as possible.
Extended ACLs should be located on serial interfaces.
Extended ACLs should be located as close to the source as possible.
Which two conditions would cause a router to drop a packet? (Choose two.)
No inbound ACL exists on the interface where the packet enters the router.
The ACL that is affecting the packet does not contain at least one deny ACE.
The packet source address does not match the source as permitted in a standard inbound ACE.
No outbound ACL exists on the interface where the packet exits the router.
No routing table entry exists for the packet destination, but the packet matches a permitted address in an outbound ACL.
The packet source address does not match the source as permitted in a standard inbound ACE and No routing table entry exists for the packet destination, but the packet matches a permitted address in an outbound ACL
A network administrator configures an ACL with the command R1(config)# access-list 1 permit 172.16.0.0 0.0.15.255. Which two IP addresses will match this ACL statement? (Choose two.)
172.16.0.255
172.16.15.36
172.16.16.12
172.16.31.24
172.16.65.21
172.16.0.255 and 172.16.156.36