All MIBs › CISCO-ERM-MIB › cermConfigResGroupRowStatus
cermConfigResGroupRowStatus
Module: CISCO-ERM-MIB
OID (symbolic): CISCO-ERM-MIB::cermConfigResGroupRowStatus
OID (numeric): 1.3.6.1.4.1.9.9.510.1.3.3.1.4
Node type: OBJECT-TYPE
Type: RowStatus
Access: read-write
Description: This object indicates the status of the conceptual row in the cermConfigResGroupTable. To create a new row (i.e. creating a new resource group) in this table, this object has to be set to 'createAndGo'. If it succeeds, status of the row will be set to 'active'.
To delete an existing resource group, this object has to be set to 'destroy'.
What is cermConfigResGroupRowStatus?
This is the row-status object controlling creation and deletion of a resource group entry in cermConfigResGroupTable -- set to createAndGo to bring a new group into existence, which then shows as active on success, or to destroy to remove an existing one. Deleting a group via this object presumably also detaches its member resource users, reverting them to unmonitored-as-a-group status, so an admin should understand that destroying a group is not the same as merely clearing its member list. Setting this to destroy on the Routing-Protocols group would remove that grouping entirely, after which OSPF, BGP, and EIGRP processes would again be tracked only as individual resource users.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.3.3.1.4 snmpwalk -v2c -c public <target> CISCO-ERM-MIB::cermConfigResGroupRowStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.3.3.1.4.1 snmpget -v2c -c public <target> CISCO-ERM-MIB::cermConfigResGroupRowStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.510.1.3.3.1.4.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cermConfigResGroupRowStatus.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::cermConfigResGroupRowStatus 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.3 | cermConfigResGroupTable | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.3.1 | cermConfigResGroupEntry | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.3.1.4 | cermConfigResGroupRowStatus | CISCO-ERM-MIB |