[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Oversubscribing an LSQ Interface

Apply a traffic-control profile to a logical interface representing a DLCI on an FRF.16 bundle.

interfaces {
lsq-1/3/0:0 {
per-unit-scheduler;
unit 0 {
dlci 100;
}
unit 1 {
dlci 200;
}
}
}
class-of-service {
traffic-control-profiles {
tc_0 {
shaping-rate percent 100;
guaranteed-rate percent 60;
delay-buffer-rate percent 80;
}
tc_1 {
shaping-rate percent 80;
guaranteed-rate percent 40;
}
}
interfaces {
lsq-1/3/0 {
unit 0 {
output-traffic-control-profile tc_0;
}
unit 1 {
output-traffic-control-profile tc_1;
}
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]