Which TWO statements about IPv4 and IPv6 ACLs are true?
Trap 1: Standard IPv4 ACLs use numbers in the range 100-199.
Standard IPv4 ACLs are numbered in the ranges 1–99 and 1300–1999, not 100–199. The number range 100–199 is explicitly reserved for extended numbered ACLs, which evaluate source and destination IP addresses, protocol, and port numbers. Misidentifying 100–199 as standard ACL numbers confuses the ACL type and its underlying matching logic.
Trap 2: Standard IPv4 ACLs filter only the source IP address and are best…
Standard ACLs indeed filter only on the source IP address, but that limited matching capability requires them to be placed as close to the destination as possible, not the source. If placed near the source, a standard ACL entry that denies a particular source would block that source's traffic to all destinations, including legitimate ones. Positioning near the destination limits the ACL's impact to the intended target network, avoiding accidental collateral denial.
Trap 3: Numbered ACLs allow individual access control entries (ACEs) to be…
Numbered ACLs do not permit deletion of an individual access control entry; to remove one ACE, the entire ACL must be deleted and re-entered without that entry. Named ACLs, in contrast, assign sequence numbers to each ACE, allowing selective deletion, insertion, and resequencing without recreating the full list. This operational limitation of numbered ACLs applies to both standard and extended numbered variants and is a common source of configuration errors.
- A
Standard IPv4 ACLs use numbers in the range 100-199.
Why wrong: Standard IPv4 ACLs are numbered in the ranges 1–99 and 1300–1999, not 100–199. The number range 100–199 is explicitly reserved for extended numbered ACLs, which evaluate source and destination IP addresses, protocol, and port numbers. Misidentifying 100–199 as standard ACL numbers confuses the ACL type and its underlying matching logic.
- B
Extended IPv4 ACLs should be placed as close to the source as possible to minimize unnecessary traffic on the network.
Extended IPv4 ACLs can match on source and destination addresses, protocol, and TCP/UDP ports, so they can selectively deny specific traffic flows while permitting unrelated traffic. Placing such an ACL closest to the source of that traffic stops unwanted packets immediately at the ingress edge, preventing them from consuming bandwidth and router processing power on every intermediate link toward the destination. This granularity makes source-side placement safe and efficient, unlike standard ACLs.
- C
IPv6 ACLs are always named and can filter traffic based on source and destination IPv6 addresses, as well as protocol types.
IPv6 ACLs are always configured as named extended ACLs; there is no numbered IPv6 ACL concept. They examine IPv6 source and destination addresses, the Next Header field (analogous to the IPv4 protocol field), and TCP/UDP ports, along with other IPv6-specific options such as ICMPv6 message types. Because entries are processed sequentially until a match is found, careful ordering is essential to enforce policy correctly, with an implicit deny-all at the end.
- D
Standard IPv4 ACLs filter only the source IP address and are best placed close to the source to be most effective.
Why wrong: Standard ACLs indeed filter only on the source IP address, but that limited matching capability requires them to be placed as close to the destination as possible, not the source. If placed near the source, a standard ACL entry that denies a particular source would block that source's traffic to all destinations, including legitimate ones. Positioning near the destination limits the ACL's impact to the intended target network, avoiding accidental collateral denial.
- E
Numbered ACLs allow individual access control entries (ACEs) to be deleted without removing the entire ACL.
Why wrong: Numbered ACLs do not permit deletion of an individual access control entry; to remove one ACE, the entire ACL must be deleted and re-entered without that entry. Named ACLs, in contrast, assign sequence numbers to each ACE, allowing selective deletion, insertion, and resequencing without recreating the full list. This operational limitation of numbered ACLs applies to both standard and extended numbered variants and is a common source of configuration errors.