300-415 · Question #110
300-415 Question #110: Real Exam Question with Answer & Explanation
The correct answer is A: policy policer bursty-traffic rate 1000000 burst 20000 exceed remark access-list policer-bursty-traffic sequence 10 match source-ip 56.0.1.0/24 action accept policer bursty-traffic default-action accept. To redirect traffic when it exceeds a certain burst threshold, a policer configured with the exceed remark action is used, which marks the exceeding traffic for a subsequent data policy to then redirect it to an alternative interface.
Question
Options
- Apolicy policer bursty-traffic rate 1000000 burst 20000 exceed remark access-list policer-bursty-traffic sequence 10 match source-ip 56.0.1.0/24 action accept policer bursty-traffic default-action accept
- Bpolicy policer bursty-traffic rate 100000 burst 20000 exceed continue access-list policer-bursty-traffic sequence 10 match source-ip 56.0.1.0/24 action accept policer bursty-traffic default-action accept
- Cpolicy policer bursty-traffic rate 10000 burst 20000 exceed drop access-list policer-bursty-traffic sequence 10 match source-ip 56.0.1.0/24 action accept policer bursty-traffic default-action accept
- Dpolicy policer bursty-traffic rate 10 burst 20 exceed remark access-list policer-bursty-traffic sequence 10 match source-ip 56.0.1.0/24 action accept policer bursty-traffic default-action accept
Explanation
To redirect traffic when it exceeds a certain burst threshold, a policer configured with the exceed remark action is used, which marks the exceeding traffic for a subsequent data policy to then redirect it to an alternative interface.
Common mistakes.
- B. The
exceed continueaction means that traffic exceeding the policer rate is forwarded without any modification or consequence, thus failing to implement the redirection requirement. - C. The
exceed dropaction would discard traffic that exceeds the policer rate, which does not meet the requirement to redirect the traffic toge0/1. - D. The
rateandburstvalues are extremely low (10 bps and 20 bytes), which would police traffic far below the intended 20 MB threshold for redirection.
Concept tested. QoS policer for traffic redirection
Topics
Community Discussion
No community discussion yet for this question.