FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 490 of 597
To display the parameters of a service bundle shaper profile, enter the
following command in root view:
root> ethernet qos service-bundle-shaper-profile-tbl show
profile-id <profile-id>
To display the parameters of all configured service bundle shaper profiles,
enter the following command in root view:
root> ethernet qos service-bundle-shaper-profile-tbl show
profile-id all
To delete a service bundle shaper profile, enter the following command in root
view:
root> ethernet qos service-bundle-shaper-profile-tbl delete
profile-id <profile-id>
You cannot delete a service bundle shaper profile if it is attached to a service
bundle. You must first remove the profile from the service bundle. You can
then delete the profile.
Table 182: Service Bundle Shaper Profiles CLI Parameters
Parameter
Input Type Permitted Values
Description
profile-id
Number
1 - 256
A unique ID that identifies the profile.
cir
Number
1 - 1000000000
The Committed Information Rate (CIR) assigned to the
profile (in bps).
pir
Number
16000 - 1000000000
The Peak Information Rate (PIR) assigned to the
profile (in bps).
shaper-profile-name
Text String
Up to 20 characters.
A description of the profile.
The following command creates Service Bundle Shaper 1, named “p1”, with a
CIR value of 100000000 bps and a PIR value of 200000000 bps:
root> ethernet qos service-bundle-shaper-profile-tbl add
profile-id 1 cir 100000000 pir 200000000 shaper-profile-name p1
The following command changes the CIR value in the Service Bundle Shaper
created above from 100000000 bps to 110000000 bps:
root> ethernet qos service-bundle-shaper-profile-tbl edit
profile-id 1 cir 110000000 pir 200000000 shaper-profile-name p1