pool-thresholds pool-thresholds-table
This command configures raise and clear utilization thresholds for the acResourcePoolAlarm SNMP alarm (OID 1.3.6.1.4.1.5003.9.10.1.21.2.0.162) per resource pool type.
Syntax
(config-troubleshoot)# pool-thresholds pool-thresholds-table <Index>
(pool-thresholds-table-<Index>)#
|
Command |
Value |
|---|---|
|
Index |
Defines the table row index. |
|
alarm-clear-threshold |
Defines the threshold (in percentage) to clear the acResourcePoolAlarm alarm for the specific resource pool. |
|
alarm-raise-threshold |
Defines the threshold (in percentage) to raise the acResourcePoolAlarm alarm for the specific resource pool. |
|
pool-name |
Defines the specific resource pool type. |
Command Mode
Privileged User
Note
Thresholds configured in this table for the specific resource pool override the global commands (see pool-thresholds settings). For any resource type not explicitly configured in the table, the global parameters apply.
Example
This example configures thresholds for raising (exceeds 90% utilization) and clearing (returns below 80% utilization) the acResourcePoolAlarm alarm for the B2BStackEndPoint resource pool:
(config-troubleshoot)# pool-thresholds pool-thresholds-table 0
(pool-thresholds-table-0)# pool-name B2BStackEndPoint
(pool-thresholds-table-0)# alarm-raise-threshold 90
(pool-thresholds-table-0)# alarm-clear-threshold 80