Allocating Excess Bandwidth Among Frame Relay DLCIs on Multiservices PICs

By default, all logical (lsq-) interfaces on a Multiservices PIC share bandwidth equally in the excess region (that is, bandwidth available once these interfaces have exhausted their committed information rate (CIR).

However, you can include the excess-rate statement to control an independent set of parameters for bandwidth sharing in the excess region of a frame relay data-link connection identifier (DLCI) on a Multiservices PIC. Include the excess-rate statement at the [edit class-of-service traffic-control-profile traffic-control-profile-name] hierarchy level.

[edit class-of-service traffic-control-profile traffic-control-profile-name]excess-rate percent percentage;

There are several limitations to this feature:

This example configures excess bandwidth sharing in the ratio of 70 to 30 percent for two frame relay DLCIs. Only FRF.16 interfaces are supported.

Configuring the Frame Relay DLCIs

You must configure the per-unit scheduler.

[edit interfaces]lsq-1/3/0:0 {per-unit-scheduler;unit 0 {dlci 100;}unit 1 {dlci 200;}}

Configuring the Traffic Control Profile

Only the percent option is supported.

[edit class-of-service]traffic-control-profiles {tc_70 {excess-rate percent 70;}tc_30 {excess-rate percent 30;}}

Applying the Traffic Control Profiles

Only FRF.16 is supported.

[edit interfaces]lsq-1/3/0 {unit 0 {output-traffic-control-profile tc_70;}unit 1 {output-traffic-control-profile tc_30;}}