oor hw
To configure threshold values to handle Out of Resource (OOR) situations, use the oor hw command in XR Config mode. To remove the oor hw configuration file, use the no form of this command.
oor hw threshold { red | yellow } threshold-value
Syntax Description
threshold |
Enables the threshold values of OOR states. |
red |
Specifies the OOR state, Red. |
yellow |
Specifies the OOR state, Yellow. |
threshold-value |
Specifies the threshold value for OOR state. |
Command Default
The default threshold values for Red and Yellow OOR states are 95% and 80% respectively.
Command Modes
XR Config modeCommand History
Release |
Modification |
---|---|
Release 7.1.1 |
This command was introduced. |
Task ID
Task ID |
Operations |
---|---|
config-services |
read, write |
Examples
This example shows how to enable threshold values for OOR states:
Router(config)#oor hw threshold red 90
Router(config)#oor hw threshold yellow 75
Router(config)#commit