2-9: ACLs Flashcards
Which two characteristics are shared by both standard and extended ACLs?
- Both can be created by using either a descriptive name or number.
- Both include an implicit deny as a final ACE.
A network administrator needs to configure a standard ACL so that only the workstation of the administrator with the IP address 192.168.15.23 can access the virtual terminal of the main router. Which two configuration commands can achieve the task?
access-list 10 permit 192.168.15.23 0.0.0.0
access-list 10 permit host 192.168.15.23
Which statement describes a difference between the operation of inbound and outbound ACLs?
Inbound ACLs are processed before the packets are routed while outbound ACLs are processed after the routing is completed.
The IPv6 access list LIMITED_ACCESS is applied on the S0/0/0 interface of R1 in the inbound direction. Which IPv6 packets from the ISP will be dropped by the ACL on R1?
ICMPv6 packets that are destined to PC1
The final entry in an ACL is always?
Implicit deny any
What wildcard mask would you use for hosts in a subnet with the subnet mask 255.255.252.0?
192.168.5.0 0.0.3.255
Which three statements are generally considered to be best practices in the placement of ACLs?
- Place extended ACLs close to the source IP address of the traffic.
- Place standard ACLs close to the destination IP address of the traffic.
- Filter unwanted traffic before it travels onto a low-bandwidth link.
What wildcard mask would you use for addresses with a subnet mask of 255.255.255.248?
192.168.3.64 0.0.0.7
The Logical Operation for equality in Extended ACLs is?
eq
A router has an existing ACL that permits all traffic from the 172.16.0.0 network. The administrator attempts to add a new ACE to the ACL that denies packets from host 172.16.0.1 and receives the error message that is shown in the exhibit. What action can the administrator take to block packets from host 172.16.0.1 while still permitting all other traffic from the 172.16.0.0 network?
Manually add the new deny ACE with a sequence number of 5.
Which three implicit access control entries are automatically added to the end of an IPv6 ACL?
deny ipv6 any any
permit icmp any any nd-ns
permit icmp any any nd-na
Which feature is unique to IPv6 ACLs when compared to those of IPv4 ACLs?
An implicit permit of neighbor discovery packets
Rules in Access Control Lists are known as?
Access Control Entries (ACEs)
Which IPv4 address range covers all IP addresses that match the ACL filter specified by 172.16.2.0 with wildcard mask 0.0.1.255?
172.16.2.0 to 172.16.3.255
What are two possible uses of access control lists in an enterprise network?
- limiting debug outputs
- controlling virtual terminal access to routers