All MIBs › CISCO-ERM-MIB › cermPolicyApplyRowStatus
cermPolicyApplyRowStatus
Module: CISCO-ERM-MIB
OID (symbolic): CISCO-ERM-MIB::cermPolicyApplyRowStatus
OID (numeric): 1.3.6.1.4.1.9.9.510.1.3.5.1.5
Node type: OBJECT-TYPE
Type: RowStatus
Access: read-write
Description: This object indicates the status of the row in the cermConfigPolicyApplyTable. To create a new entry (i.e. applying a resource policy to a resource group or resource user) in the cermConfigPolicyApplyTable, this object has to be set to 'createAndGo'. Setting the status to 'createAndGo' will fail if any columnar object in the same row does not have acceptable value (for example, the specified resource policy name does not exist in the cermConfigPolicyTable). If it succeeds, status of the row will be set to 'active'.
To delete a row in the table (i.e. unconfiguring a policy for a resource group/user), this object has to be set to 'destroy'.
What is cermPolicyApplyRowStatus?
This is the row-status object used to apply a resource policy to a resource group or resource user, set to createAndGo, with the operation failing if any required column, such as a policy name that does not actually exist in cermConfigPolicyTable, has an invalid value. This validation means an admin cannot accidentally apply a typo'd or not-yet-created policy name to a resource; the apply operation itself acts as a check that the referenced policy is real. Attempting to apply a policy named 'Strict-Memry-Policy', misspelled, to the BGP Router process via this object would fail outright, since no such policy name exists in cermConfigPolicyTable.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.3.5.1.5 snmpwalk -v2c -c public <target> CISCO-ERM-MIB::cermPolicyApplyRowStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.3.5.1.5.1 snmpget -v2c -c public <target> CISCO-ERM-MIB::cermPolicyApplyRowStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.510.1.3.5.1.5.1 s <value>
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::cermPolicyApplyRowStatus 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.3 | cermConfig | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.5 | cermConfigPolicyApplyTable | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.5.1 | cermConfigPolicyApplyEntry | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.5.1.5 | cermPolicyApplyRowStatus | CISCO-ERM-MIB |