Juniper Exam Questions

Which configuration will accomplish this request?

You are asked to configure a CoS weighted tail drop profile on your EX Series switch that causes
all traffic in the best effort queue to drop when the queue is 90 percent full.
Which configuration will accomplish this request?

A.
[edit class-of-service]
drop-profiles {
be_dropp {
fill-level 90;
drop-probability 100;
}

B.
[edit class-of-service]
drop-profiles {
be_dropp {
interpolate {
fill-level 90;
drop-probability 100;
}

C.
[edit class-of-service]
drop-profiles {
be_dropp {
fill-level 90;
}

D.
[edit class-of-service]
drop-profiles {
be_dropp {
fill-level 90;
drop-probability 90;
}