All MIBs › CISCO-ERM-MIB › cermScalarsGlobalPolicyName
cermScalarsGlobalPolicyName
Module: CISCO-ERM-MIB
OID (symbolic): CISCO-ERM-MIB::cermScalarsGlobalPolicyName
OID (numeric): 1.3.6.1.4.1.9.9.510.1.1.1
Node type: OBJECT-TYPE
Type: SnmpAdminString
Access: read-write
Description: This is a textual string containing name of the global resource policy applied in the system. If global resource policy is not applied in the system, then this scalar object will contain zero-length string. A global resource policy can be applied to the system by setting this scalar object to any global resource policy name (i.e. cermPolicyName) present in the cermConfigPolicyTable. Setting this object to zero-length string, will undo any applied global resource policy in the system.
What is cermScalarsGlobalPolicyName?
This holds the name of the global ERM resource policy currently applied system-wide; an empty string means no global policy is active, and an admin activates one by writing any policy name that already exists in cermConfigPolicyTable into this scalar. Because writing a zero-length string here removes the currently active global policy, this single object functions as the on/off switch and selector for whichever thresholding rules govern resource-exhaustion alerts across the entire device, not just one process. Setting this scalar to 'CPU-Memory-GlobalPolicy' would immediately apply that named policy's rising/falling thresholds to every resource owner on the box, while writing an empty string back out would revert the device to having no systemwide policy at all.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.1.1 snmpwalk -v2c -c public <target> CISCO-ERM-MIB::cermScalarsGlobalPolicyName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.1.1.1 snmpget -v2c -c public <target> CISCO-ERM-MIB::cermScalarsGlobalPolicyName.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.510.1.1.1.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cermScalarsGlobalPolicyName.1
Start monitoring Cisco routers and switches (Embedded Resource Manager) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-ERM-MIB::cermScalarsGlobalPolicyName OID value, configure state conditions and alerts, and monitor any Cisco routers and switches (Embedded Resource Manager) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.510 | ciscoErmMIB | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1 | ciscoErmMIBObjects | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.1 | cermScalars | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.1.1 | cermScalarsGlobalPolicyName | CISCO-ERM-MIB |