Juniper
JN0-101 · Question #176
What is the purpose of the shaping-rate statement in the following code snippet? test_sched { transmit-rate percent 5; shaping-rate percent 20; priority high; }
The correct answer is B. It limits how much traffic this queue can send, even when all other queues are idle. See the full explanation below for the reasoning.
Question
What is the purpose of the shaping-rate statement in the following code snippet? test_sched { transmit-rate percent 5; shaping-rate percent 20; priority high; }
Options
- AIt ensures that this queue cannot starve other queues of their configured weight
- BIt limits how much traffic this queue can send, even when all other queues are idle
- CIt shapes the traffic allowed by the transmit rate so that at least 20% of the packets are not
- DThis is used in adaptive shaping, in order to set the maximum transmit rate when the network is
How the community answered
(40 responses)- A15% (6)
- B75% (30)
- C8% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.