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

Configuring an Adaptive Shaper for Frame Relay

To configure an adaptive shaper, include the adaptive-shapers statement at the [edit class-of-service] hierarchy level:

[edit class-of-service]
adaptive-shapers {
adaptive-shaper-name {
trigger type shaping-rate (percent percentage | rate);
}
}

The trigger type can be becn only. If the last ingress packet on the logical interface has its BECN bit set to 1, the output queues on the logical interface are shaped according to the associated shaping rate.

The associated shaping rate can be a percentage of the available interface bandwidth from 0 through 100 percent. Alternatively, you can configure the shaping rate to be an absolute peak rate, in bits per second (bps) from 3200 through 32,000,000,000 bps. You can specify the value either as a complete decimal number or as a decimal number followed by the abbreviation k (1000), m (1,000,000), or g (1,000,000,000).


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