Which TWO statements about the interaction between IPv6 ACLs and uRPF are correct? (Choose TWO.)
Correct. uRPF checks occur before ACL processing in the input path.
Why this answer
Option A is correct because when both uRPF and an inbound IPv6 ACL are configured on the same interface, Cisco IOS processes uRPF first. This is because uRPF is a routing-based security check that verifies the source address against the FIB before any ACL filtering occurs. The inbound ACL is evaluated only after the packet passes the uRPF check, ensuring that spoofed traffic is dropped before ACL processing.
Exam trap
The trap here is that candidates often assume ACLs are always processed before uRPF, or that uRPF can be configured to skip ACL checks, but Cisco explicitly tests the order of operations where uRPF is evaluated first on inbound interfaces.