nerdexam
Cisco

350-501 · Question #567

Refer to the exhibit. The network administrator must implement a new requirement that all traffic on the network that does not match a configured route map sequence should be dropped. An engineer is…

The correct answer is B. Add a continue clause within sequence 10 to jump to sequence 30. To ensure all traffic not explicitly matched by permit statements in a route map is dropped, which is the default implicit deny behavior, an engineer might need to bypass problematic permit statements. Adding a continue clause allows for precise control flow to achieve this goal.

Networking

Question

Refer to the exhibit. The network administrator must implement a new requirement that all traffic on the network that does not match a configured route map sequence should be dropped. An engineer is updating the route map for a BGP neighbor. Which task should the engineer perform to meet the administrators requirement?

Exhibit

350-501 question #567 exhibit

Options

  • AChange sequence 20 to a permit statement
  • BAdd a continue clause within sequence 10 to jump to sequence 30
  • CAdd another route map sequence higher than 30 and set it to deny
  • DAdd a specific set of traffic to match in sequence 30

How the community answered

(40 responses)
  • A
    33% (13)
  • B
    45% (18)
  • C
    5% (2)
  • D
    18% (7)

Why each option

To ensure all traffic not explicitly matched by permit statements in a route map is dropped, which is the default implicit deny behavior, an engineer might need to bypass problematic permit statements. Adding a `continue` clause allows for precise control flow to achieve this goal.

AChange sequence 20 to a permit statement

Changing sequence 20 to a permit statement would likely increase the amount of permitted traffic, directly contradicting the goal of dropping unmatched traffic.

BAdd a continue clause within sequence 10 to jump to sequence 30Correct
CAdd another route map sequence higher than 30 and set it to deny

Adding a new deny sequence higher than 30 would only apply to traffic that has not matched or been processed by sequences 10, 20, and 30, and would be redundant if an implicit deny is already effective or if a broad permit statement exists earlier.

DAdd a specific set of traffic to match in sequence 30

Adding a specific set of traffic to match in sequence 30 only refines what sequence 30 processes but does not inherently address the issue of dropping unmatched traffic overall if a broader permit statement is problematic.

Concept tested: Route map control flow and implicit deny

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/configuration/xe-3s/iri-xe-3s-book/iri-rm-cfg.html

Topics

#BGP#Route Maps#Traffic Filtering#Policy Enforcement

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice