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.
Command Syntax
shape (<1-1000000000> (kbps|mbps|gbps) | percent <1-100>)
no shape
Parameters
average
Specify an optional keyword. Shaping is based on an average rate. Average rate for shaping in the range of <1-1000000000>
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 mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
(config)#policy-map type queuing default my_queue
(config-pmap-que)#class type queuing default q0
(config-pmap-c-que)#shape percent 25
Last modified date: 07-14-2023