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
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
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.
