A network engineer is troubleshooting a PBR configuration on a Cisco router. The engineer has configured a route map named 'PBR-MAP' with a match statement matching traffic from source IP 10.1.1.0/24 and a set statement to forward the traffic to next-hop 192.168.1.2. The engineer applies the route map to the incoming interface GigabitEthernet0/0 using 'ip policy route-map PBR-MAP'. However, traffic from 10.1.1.0/24 is still being forwarded using the routing table instead of the PBR next-hop. What is the most likely cause?
Trap 1: The 'set ip next-hop' command requires the 'verify-availability'…
Incorrect because 'verify-availability' is optional and not required for basic PBR operation.
Trap 2: The route map sequence number is missing; PBR requires sequence…
Incorrect because route maps can have implicit sequence numbers; missing explicit numbers do not prevent PBR.
Trap 3: The 'ip policy route-map' command must be applied globally under…
Incorrect because 'ip route-cache policy' is not a valid command; PBR is applied per interface.
- A
The route map is applied to the outgoing interface instead of the incoming interface.
Correct because PBR must be applied to the incoming interface to intercept traffic before routing decision.
- B
The 'set ip next-hop' command requires the 'verify-availability' keyword to activate PBR.
Why wrong: Incorrect because 'verify-availability' is optional and not required for basic PBR operation.
- C
The route map sequence number is missing; PBR requires sequence numbers to be explicitly defined.
Why wrong: Incorrect because route maps can have implicit sequence numbers; missing explicit numbers do not prevent PBR.
- D
The 'ip policy route-map' command must be applied globally under 'ip route-cache policy'.
Why wrong: Incorrect because 'ip route-cache policy' is not a valid command; PBR is applied per interface.