Hello Eugene,
understood the flow now, if this does not work on output interface like ge-0/0/13 then I suspect this could be related to scheduler map.
I guess you would have below forwarding class configuration.
[edit class-of-service]
forwarding-classes {
queue 0 best-effort;
queue 3 network-control;
Would you be able to try out this configuration?
edit class-of-service]
schedulers {
network-control {
transmit-rate percent 5;
buffer-size percent 5;
priority high;
}
best-effort {
transmit-rate percent 95;
buffer-size percent 95;
priority low;
}
}
[edit class-of-service]
scheduler-maps {
sched {
forwarding-class best-effort scheduler best-effort ;
forwarding-class network-control scheduler network-control ;
↧