User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 616 of 825
Ceragon Proprietary and Confidential
The following command edits the rate meter (policer) profile with Profile ID 50,
and changes its name to “256
kBytes.”
root> ethernet qos rate-meter edit profile-id 50 cir 128000 cbs
5 eir 128000 ebs 5 color-mode color-aware coupling-flag enable
rate-meter-profile-name 256 kBytes
This edited profile includes the following parameters:
•
CIR
–
128,000 bps
•
CBS
–
5 Kbytes
•
EIR
–
128,000 bps
•
EBS
–
5 Kbytes
•
Color Aware mode
•
Coupling Flag enabled
18.2.3
Displaying Rate Meter Profiles (CLI)
You can display all configured rate meter (policer) profiles or a specific profile.
To display a specific profile, enter the following command:
root> ethernet qos rate-meter show profile-id <profile-id>
To display all configured profiles, enter the following command:
root> ethernet qos rate-meter show profile-id all
The following command displays the parameters of Rate Meter Profile 50:
root> ethernet qos rate-meter show profile-id 50
18.2.4
Deleting a Rate Meter Profile (CLI)
You cannot delete a rate meter (policer) profile that is attached to a logical
interface. You must first remove the profile from the logical interface, then delete
the profile.
To delete a rate meter (policer) profile, use the following command:
root> ethernet qos rate-meter delete profile-id <profile-id>
The following command deletes Rate Meter Profile 50:
root> ethernet qos rate-meter delete profile-id 50