FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 487 of 597
18.5.2.1 Configuring Queue Shaper Profiles (CLI)
To configure a queue shaper profile, enter the following command in root
view:
root> ethernet qos queue-shaper-profile-tbl add profile-id
<profile-id> cir <cir> shaper-profile-name <shaper-profile-
name>
To edit the parameters of an existing queue shaper profile, enter the following
command in root view:
root> ethernet qos queue-shaper-profile-tbl edit profile-id
<profile-id> cir <cir> shaper-profile-name <shaper-profile-
name> burst-type short
Note:
The burst-type parameter is reserved for future use.
However, you must enter this parameter in order for the
command to execute.
To display the parameters of a queue shaper profile, enter the following
command in root view:
root> ethernet qos queue-shaper-profile-tbl show profile-id
<profile-id>
To delete a queue shaper profile, enter the following command in root view:
root> ethernet qos queue-shaper-profile-tbl delete profile-id
<profile id>
You cannot delete a queue shaper profile if it is attached to a queue. You must
first remove the profile from the queue. You can then delete the profile.
Table 180: Queue Shaper Profiles CLI Parameters
Parameter
Input Type Permitted Values Description
profile-id
Number
1 - 32
A unique ID that identifies the profile.
cir
Number
16000
–
131008000
The Committed Information Rate (CIR) assigned
to the profile (in bps).
shaper-profile-name
Text String
Up to 20 characters.
A description of the profile.
Examples
The following command creates Queue Shaper 1, named “p1”, with a CIR value
of 16000 bps:
root> ethernet qos queue-shaper-profile-tbl add profile-id 1
cir 16000 shaper-profile-name p1
The following command changes the CIR value of the profile created above
from 16000 to 32000, and changes the profile name to p3:
root> ethernet qos queue-shaper-profile-tbl edit profile-id 1
cir 32000 shaper-profile-name p3 burst-type short