Which set of configurations accomplishes this task?
Refer to the exhibit.
The ge0/0 interface connects to a 30-MB link. A network administrator wants to always have 10 MB available for high priority traffic. When lower-priority traffic busts exceed 20 MB. Traffic should be redirected to the second WAN interface ge0/1 .
Which set of configurations accomplishes this task?
A)
B)
C)
D)
A . Option A
B . Option B
C . Option C
D . Option D
Answer: C
Explanation:
https://www.cisco.com/c/dam/en/us/td/docs/routers/sdwan/configuration/config-18-4.pdf#page=546
Latest 300-415 Dumps Valid Version with 151 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
An extract from https://www.cisco.com/c/en/us/td/docs/routers/sdwan/command/sdwan-cr-book/config-cmd.html#r_policer_3045.xml confirming my comment:
“Configure a Policer
policy
policer policer-name
burst bytes
exceed action
rate bps”
So rate is expressed in bps and burst in bytes, so to accomplish the task, configuration should be:
policy
policer bursty-traffic
rate 10000000
burst 20000000
exceed remark
[…]
hmmm… aren’t the answers all wrong?
On “rate” I see 1.000.000, which means 1Mbps (if the rate must be expressed in bps)… Shouldn’t it be 10.000.000?