User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 634 of 825
Ceragon Proprietary and Confidential
Table 195: 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
18.5.3.2
Attaching a Shaper Profile to a Service Bundle (CLI)
You can attach one of the configured service bundle shaper profiles to each
service bundle. If no profile is attached to the service bundle, no egress shaping is
performed on that service bundle.
To attach a service bundle shaper profile to a service bundle, go to interface view
for the service bundle and enter the following command:
eth type eth [x/x]> service-bundle-shaper add capability
service-bundle-id <service-bundle-id> admin-state <admin-state>
profile-id <profile-id>
To change the service bundle shaper profile attached to a service bundle, go to
interface view for the interface and enter the following command:
eth type eth [x/x]> service-bundle-shaper edit service-bundle-
id <service-bundle-id> admin-state <admin-state> profile-id
<profile-id>
To display the service bundle shaper profile attached to a service bundle, go to
interface view for the interface and enter the following command:
eth type eth [x/x]> service-bundle-shaper show configuration
service-bundle-id <service-bundle-id>
To remove a service bundle shaper profile from a service bundle, go to interface
view for the interface and enter the following command:
eth type eth [x/x]> service-bundle-shaper delete service-
bundle-id <service-bundle-id>