Configuring Rate Shaping for a Scheduler Node or Queue
The router supports 64,000 rate shapers per line module. Shaping rates are multiples of 1 Kbps.
To configure a shaping rate for a scheduler node or queue:
- Create a scheduler profile.
host1(config)#scheduler-profile videohost1(config-scheduler-profile)#- Specify a shaping rate in the scheduler profile.
host1(config-scheduler-profile)#shaping-rate 128000 burst 32767 millisecondshost1(config-scheduler-profile)#shaping-rate 5000 x 90The range for the shared-shaping rate is 10001000000000 bps (1 Kbps1000 Kbps); the default is the minimum shaping rate (1 Kbps). The router rounds the rate to the next higher 8 Kbps.
Use the operator and operandValue variables to configure a shaping rate with an expression.
You can use the bps or kbps keywords to specify the unit of the shaping rate. By default, the shaping rate is configured in bps.
Use the burst keyword to specify the catch-up number associated with the shaper; the range is 0522240. Specifying 0 enables the router to select an applicable default value.
Use the milliseconds or bytes keywords to specify the unit of the burst size.
- Rate Shaping and Port Shaping Overview
- Configuring a Scheduler Profile for a Scheduler Node or Queue
- scheduler-profile command
- shaping-rate command