Question 529 of 2,152
Policy-Based Routing (PBR)hardMultiple SelectObjective-mapped

PBR Route-Map Sequence Numbers

This 300-410 practice question tests your understanding of policy-based routing (pbr). Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: pBR route-map processing. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which TWO statements about PBR and route-map sequence numbers are true? (Choose TWO.)

Quick Answer

The answer is that if no sequence in a PBR route map matches a packet, the packet is forwarded using the routing table via normal routing. This is correct because route maps used for Policy-Based Routing are evaluated in ascending sequence number order, and each sequence contains match and set statements; when a packet fails to match any permit sequence, the implicit deny at the end of the route map is triggered, meaning the packet is not policy-routed but instead follows the standard destination-based routing table. On the Cisco CCNP ENARSI 300-410 exam, this concept tests your understanding of how PBR route-map sequence numbers control traffic flow, and a common trap is assuming that an unmatched packet is dropped—it is not, it simply reverts to normal routing. Remember that the 'match ip address' command can reference an ACL or prefix list, and the 'set' commands in a permit sequence execute only when match conditions are met. Memory tip: "No match, no PBR—back to the routing table."

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

If a packet matches a route-map sequence with a 'permit' keyword, the set actions are applied, and no further sequences are evaluated.

Route maps used for PBR are evaluated in sequence number order. Each sequence can have match and set statements. If a packet matches a permit sequence, the set actions are applied and evaluation stops. A deny sequence does not drop the packet; it causes the router to skip to the next sequence. If no sequence matches, the packet is forwarded using normal routing (implicit deny). In PBR, the 'match ip address' command can reference a named or numbered ACL, but not a prefix list. To match a prefix list, you must use the 'match ip address prefix-list' command separately.

Key principle: PBR route-map processing

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • If a packet matches a route-map sequence with a 'permit' keyword, the set actions are applied, and no further sequences are evaluated.

    Why this is correct

    If a packet matches a route-map sequence with a 'permit' keyword, the set actions are applied, and no further sequences are evaluated. This is correct.

    Related concept

    PBR route-map processing

  • If a packet matches a route-map sequence with a 'deny' keyword, the packet is dropped immediately.

    Why it's wrong here

    If a packet matches a route-map sequence with a 'deny' keyword, the packet is not dropped; instead, the route-map skips to the next sequence. This is incorrect.

  • The 'match ip address' command in a PBR route map can reference a named or numbered ACL, but not a prefix list. [CORRECT]

    Why this is correct

    Correct. In PBR, the 'match ip address' command can reference either a named or numbered standard/extended ACL, but it cannot directly reference a prefix list. To use a prefix list, a separate 'match ip address prefix-list' command is required.

    Related concept

    PBR route-map processing

  • If no sequence in a PBR route map matches a packet, the packet is forwarded using the routing table (normal routing).

    Why this is correct

    If no sequence in a PBR route map matches a packet, the packet is forwarded using the routing table (normal routing). This is correct.

    Related concept

    PBR route-map processing

  • The 'set ip next-hop' command can be used in a route-map sequence with a 'deny' keyword to override the default behavior.

    Why it's wrong here

    The 'set ip next-hop' command is used in a permit sequence, not a deny sequence. Using it in a deny sequence does not override the default behavior. This is incorrect.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Trap categories for this question

  • Keyword trap

    If a packet matches a route-map sequence with a 'deny' keyword, the packet is not dropped; instead, the route-map skips to the next sequence. This is incorrect.

  • Command / output trap

    The 'set ip next-hop' command is used in a permit sequence, not a deny sequence. Using it in a deny sequence does not override the default behavior. This is incorrect.

Detailed technical explanation

How to think about this question

Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • PBR route-map processing
  • Implicit deny in PBR
  • match ip address in PBR
  • deny keyword in PBR

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

PBR route-map processing

Real-world example

How this comes up in practice

A security administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

What to study next

Got this wrong? Here's your next step.

Review pBR route-map processing, then practise related 300-410 questions on the same topic to reinforce the concept.

Related practice questions

Related 300-410 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 300-410 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 300-410 question test?

Policy-Based Routing (PBR) — This question tests Policy-Based Routing (PBR) — PBR route-map processing.

What is the correct answer to this question?

The correct answer is: If a packet matches a route-map sequence with a 'permit' keyword, the set actions are applied, and no further sequences are evaluated. — Route maps used for PBR are evaluated in sequence number order. Each sequence can have match and set statements. If a packet matches a permit sequence, the set actions are applied and evaluation stops. A deny sequence does not drop the packet; it causes the router to skip to the next sequence. If no sequence matches, the packet is forwarded using normal routing (implicit deny). In PBR, the 'match ip address' command can reference a named or numbered ACL, but not a prefix list. To match a prefix list, you must use the 'match ip address prefix-list' command separately.

What should I do if I get this 300-410 question wrong?

Review pBR route-map processing, then practise related 300-410 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

PBR route-map processing

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 300-410 practice questions

Last reviewed: Jun 18, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 300-410 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 300-410 exam.