How is traffic treated when a deny statement is used in a PBR route-map?
When the “deny” statement is used within a route map that is used for policy-based routing, how is the traffic that matches the deny route-map line treated?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests whether candidates understand that a deny clause in a PBR route-map does not discard traffic; it simply returns it to normal routing-table forwarding.
In Policy-Based Routing (PBR), a route-map entry with a deny match causes the matched traffic to bypass PBR and fall back to the router's normal routing table forwarding behavior. This is a heavily tested CCNP ENCOR / ENARSI concept.
Candidates often choose option A, confusing a route-map deny in PBR with a route-map deny in redistribution (e.g., BGP or OSPF), where deny does filter or discard routes. In PBR, deny only means 'do not policy-route this traffic.'
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Understanding Route-Map Match Semantics in Policy-Based Routing
In Policy-Based Routing (PBR), a route-map is applied to inbound traffic using the ip policy route-map command on an interface. Each route-map sequence contains match and set statements, and each sequence is marked as either permit or deny.
What does "deny" mean in a PBR route-map?
When a packet matches a route-map sequence configured with the deny keyword:
- The router does not apply any
setactions (next-hop, interface, etc.) from that sequence. - The traffic is not discarded and is not sent to Null0.
- Instead, the packet is returned to the normal forwarding plane, meaning the router performs a standard RIB (routing table) lookup and forwards the packet accordingly.
Why the other options are incorrect
- Option A is wrong because PBR deny does not blackhole traffic. Sending to Null0 would require an explicit
set interface Null0under a permit sequence. - Option C is wrong because no additional sequence is required; the deny sequence itself already hands the packet back to normal routing.
- Option D is wrong because a deny sequence explicitly opts out of policy routing for the matched traffic; you would need another permit sequence only if you wanted to policy-route a different set of traffic.
Community consensus
The community voted 100% for option B, and top comments reinforce that in PBR, deny = fall back to normal routing table lookup. Candidates are reminded to always distinguish the context (PBR vs. redistribution) when interpreting route-map permit/deny semantics.
Official Reference
Exam Strategy
When you see 'deny' in a route-map question, first identify the feature context. For PBR, deny means 'return to normal routing'; for redistribution, deny means 'filter the route.' Locking in the context before reading the options prevents the most common trap.
Related Analysis
Practice All 350-401 Questions
Access 218 questions with complete answers and detailed explanations.
View Full 350-401 Practice Test →