All MIBs › CISCO-ERM-MIB › cermConfigResGroupUserRowStatus
cermConfigResGroupUserRowStatus
Module: CISCO-ERM-MIB
OID (symbolic): CISCO-ERM-MIB::cermConfigResGroupUserRowStatus
OID (numeric): 1.3.6.1.4.1.9.9.510.1.3.4.1.3
Node type: OBJECT-TYPE
Type: RowStatus
Access: read-write
Description: This object indicates the status of the conceptual row in the cermConfigResGroupUserTable. To create a new row (i.e. adding a new resource user instance) in the cermConfigResGroupUserTable, this object has to be set to 'createAndGo'. Setting the status to 'createAndGo' will fail if the given resource group is not yet created (i.e. not available in the cermConfigResGroupTable) or given resource user instance index is already exist. If it succeeds, status of the row will be set to 'active'.
To delete an resource user instance from the resource group, this object has to be set to 'destroy'.
What is cermConfigResGroupUserRowStatus?
This is the row-status object used to add a specific resource user as a member of a resource group, set to createAndGo, with the operation explicitly failing if the target group has not been created yet or if that user instance is already a member. This dependency ordering matters operationally: an admin scripting group setup via SNMP must create the resource group row first before attempting to add any members, or every membership-add attempt will fail. Trying to add the BGP Router process to a Routing-Protocols group that has not been created yet, or trying to add it twice, would both cause this row-creation attempt to fail.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.3.4.1.3 snmpwalk -v2c -c public <target> CISCO-ERM-MIB::cermConfigResGroupUserRowStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.510.1.3.4.1.3.1 snmpget -v2c -c public <target> CISCO-ERM-MIB::cermConfigResGroupUserRowStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.510.1.3.4.1.3.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::cermConfigResGroupUserRowStatus 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.4 | cermConfigResGroupUserTable | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.4.1 | cermConfigResGroupUserEntry | CISCO-ERM-MIB |
| 1.3.6.1.4.1.9.9.510.1.3.4.1.3 | cermConfigResGroupUserRowStatus | CISCO-ERM-MIB |