FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 470 of 597
Examples
The following command creates a rate meter (policer) profile with Profile ID
50, named “64k.”
root> ethernet qos rate-meter add profile-id 50 cir 64000 cbs 5
eir 64000 ebs 5 color-mode color-blind coupling-flag disable
rate-meter-profile-name 64k
This profile includes the following parameters:
CIR – 64,000 bps
CBS – 5 Kbytes
EIR – 64,000 bps
EBS – 5 Kbytes
Color Blind mode
Coupling Flag disabled
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
Example
The following command displays the parameters of Rate Meter Profile 50:
root> ethernet qos rate-meter show profile-id 50