statistics threshold profile
Syntax
Description
This command creates a threshold profile that you can apply to different entities (usually interfaces). A threshold profile contains the threshold crossing alert levels for specified alarms.
Options
Values: The profile name cannot begin with “def-”. All profiles that begin with “def-” are default profiles and cannot be created or changed by the user.
Values: osc
Values: opt-back-ref-ratio
Values: alarmHigh
Values: unTimed
Additional Information
This command allows you to create profiles for many different entities with many different options but only the entities and options listed above are supported. Note that this command only creates and configures the profile. You still need to apply this profile to an interface for the profile to take effect for that interface.
Required Privilege Level
Sample Output
The following example configures and enables a profile that sets the opt-back-ref-ratio high alarm set and clear thresholds to -21 dB and -22 dB, respectively.
bti7800(config)# statistics threshold profile obrProfile1 entityType osc bti7800(config-profile-obrProfile1)# statistic opt-back-ref-ratio alarmHigh unTimed dec64RaiseValue -21 dec64ClearValue -22 enabled bti7800(config-statistic-opt-back-ref-ratio/alarmHigh/unTimed)# commit Commit complete.