The schedulers hold the information about the queues, the last level of the hierarchy. Note the consistent naming schemes applied to repetitive elements in all parts of this example.
- [edit class-of-service schedulers]
- sched-cvlan0-qx {
- priority low;
- transmit-rate 20m;
- buffer-size temporal 100ms;
- drop-profile loss-priority low dp-low;
- drop-profile loss-priority high dp-high;
- }
- sched-cvlan1-q0 {
- priority high;
- transmit-rate 20m;
- buffer-size percent 40;
- drop-profile loss-priority low dp-low;
- drop-profile loss-priority high dp-high;
- }
- sched-cvlanx-qx {
- transmit-rate percent 30;
- buffer-size percent 30;
- drop-profile loss-priority low dp-low;
- drop-profile loss-priority high dp-high;
- }
- sched-cvlan1-qx {
- transmit-rate 10m;
- buffer-size temporal 100ms;
- drop-profile loss-priority low dp-low;
- drop-profile loss-priority high dp-high;
- }