All MIBs › CME-MIB › groupEntryStatus
groupEntryStatus
Module: CME-MIB
OID (symbolic): CME-MIB::groupEntryStatus
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9
Node type: OBJECT-TYPE
Type: EntryStatus
Access: read-write
Description: This object manages the creation and deletion of this entry. The steps recommended to add a new group are: 1. Create a new entry in this table groupEntryStatus = createRequest 2. Set groupId as required. Then the entry will be valid.
valid(1) - Indicates that the group represented by this entry is available for use.
createRequest(2) - A new entry will be created in this table for the specified group and the new entry will transition to the underCreation(3).
underCreation(3) - Indicates that this entry exists in the agent but is unavailable for use. After completing the create operation, the agent will set this object to underCreation(3).
invalid(4) - Deletes this entry.
What is groupEntryStatus?
This read-write EntryStatus object manages creation and deletion of a row in the group table, following the create-request lifecycle where setting groupId completes making the entry valid. An admin uses this as the first step in defining a brand-new permission group before assigning its specific RBS capabilities. For example, an admin would set groupEntryStatus to createRequest and then set groupId to establish a new group ready for permission configuration.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9 snmpwalk -v2c -c public <target> CME-MIB::groupEntryStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9.1 snmpget -v2c -c public <target> CME-MIB::groupEntryStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9.1 s <value>
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::groupEntryStatus OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (12 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.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1 | remoteAccessConfig | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.4.1.7 | groupProfiles | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.7.1 | groupIdsTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.7.1.1 | groupIdsEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9 | groupEntryStatus | CME-MIB |