ACLs Flashcards
Which item represents the standard IP ACL?
access-list 50 deny 192.168.1.1 0.0.0.255
A network administrator is configuring ACLs on a Cisco router, to allow traffic from hosts on networks 192.168.146.0, 192.168.147.0, 192.168.148.0, and 192.168.149.0 only. Which two ACL statements, when combined, would you use to accomplish this task?
- access-list 10 permit ip 192.168.146.0 0.0.1.255
- access-list 10 permit ip 192.168.148.0 0.0.1.255
On which options are standard access lists based?
source address and wildcard mask
Which statement about access lists that are applied to an interface is true?
you can configure one access list, per direction, per layer 3 protocol
A network engineer wants to allow a temporary entry for a remote user with a specific username and password so that the user can access the entire network over the internet. Which ACL can be used?
dynamic
When you are troubleshooting an ACL issue on a router, which command can help you to verify which interfaces are affected by the ACL?