nerdexam
Cisco

350-401 · Question #1077

Drag and Drop Question Drag and drop the code snippets from the bottom onto the blanks in the code to construct a request that configures policy-based routing. Answer:

The correct answer is set; next-hop; address; permit. Policy-based routing (PBR) in Cisco IOS uses route-maps where the correct syntax for redirecting traffic to a specific IP address is 'set next-hop address' followed by 'permit' to allow the route-map sequence to match and apply the policy. The 'set next-hop' command specifies the

Submitted by stefanr· Mar 6, 2026Infrastructure - Configure and verify policy-based routing (PBR) using Cisco IOS route-map commands

Question

Drag and Drop Question Drag and drop the code snippets from the bottom onto the blanks in the code to construct a request that configures policy-based routing. Answer:

Exhibit

350-401 question #1077 exhibit

Answer Area

Drag items

addresspermitnext-hopset

Correct arrangement

  • set
  • next-hop
  • address
  • permit

Explanation

Policy-based routing (PBR) in Cisco IOS uses route-maps where the correct syntax for redirecting traffic to a specific IP address is 'set next-hop address' followed by 'permit' to allow the route-map sequence to match and apply the policy. The 'set next-hop' command specifies the forwarding address for matched traffic, and 'permit' is used in the route-map sequence statement to define the action type, constructing a valid PBR configuration like: route-map PBR permit 10 / match ... / set next-hop address <IP>.

Topics

#Policy-Based Routing#Route-Maps#IOS CLI Syntax#Traffic Forwarding

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice