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 configure 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:
You cannot configure this feature if you also include one of the following statements in the configuration:
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;
- }
- }