User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 631 of 825
Ceragon Proprietary and Confidential
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 193: 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.
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
18.5.2.2
Attaching a Shaper Profile to a Queue (CLI)
You can attach one of the configured queue shaper profiles to each priority
queue. If no profile is attached to the queue, no egress shaping is performed on
that queue. Shapers are attached to queues based on the logical interface and
service bundle to which the queue belongs, and the queue’s CoS value.
To attach a queue shaper profile to a queue, go to interface view for the interface
and enter the following command:
eth type eth [x/x]> queue-shaper add capability service-bundle-
id <service-bundle-id> cos <cos> admin-state <admin-state>
profile-id <profile-id>
To change the queue shaper profile attached to a queue, go to interface view for
the interface and enter the following command: