oor hw
To configure hardwares for Out of Resource (OOR) situations and to configure OOR threshold values, 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 { dampening | | timeout-value | threshold | { red | | red-threshold-value | yellow | | yellow-threshold-value } }
oor hw { dampening timeout-value | threshold { red yellow } | threshold-value }
Syntax Description
dampening timeout-value |
Configures the timeout value of dampening the OOR state. |
threshold |
Configures the threshold values of OOR states. |
red red-threshold-value |
Specifies the threshold value for OOR state, Red. This value indicates that the hardware and SDK resources are utilized over the permissible limits.You can configure this value as a percentage. |
yellow yellow-threshold-value |
Specifies the threshold value for OOR state, Yellow. This value indicates that the hardware and SDK resources are close to being utilized over the permissible limits.You can configure this value as a percentage. |
Command Default
By default, the threshold value for Red and Yellow OOR states are 95% and 80% respectively.
Command Modes
XR Config modeTask ID
Task ID |
Operations |
---|---|
config-services |
read, write |
This example shows how to configure threshold values for OOR states:
Router(config)#oor hw threshold red 96
Router(config)#oor hw threshold yellow 85
Router(config)#commit