OcNOS-SP : Quality of Service Guide : Quality of Service Command Reference : Quality of Service Commands : shape
shape
Use this command to configure shaping on an egress queue to impose a maximum rate on it.
Use the no command to remove a shaping configuration.
Note: Minimum configurable queueing shape rate is 469 Kbps and maximum queuing shape rate is 483 Gbps. Granularity is 469 Kbps for low range and 1.56 % for higher range.
Command Syntax
shape (<1-483000000>(kbps|mbps|gbps) | percent <1-100>)
no shape
Parameters
<1-483000000>
Shaping is based on an average rate. Average rate for shaping in the range of <1-483000000>.Min shape rate configured is 469 kbps and max shape rate configured is 483 gbps.
kbps
Specify the units of kbps per second
mbps
Specify the units of mbps per second
gbps
Specify the units of gbps per second
percent
Specify the percentage from 1 to 100
Default
No default value is specified
Command Mode
Policy-class-map queue mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
(config)# policy-map type queuing default default-out-policy
(config-pmap-que)# class type queuing default q0
(config-pmap-c-que)# shape percent 25
(config-pmap-c-que)#
Last modified date: 10/20/2023