groupEntryStatus
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9
Object
column
mandatory
r/w
EntryStatus
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.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.9- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- groupIdsEntry
- Table
- groupIdsTable
- Siblings
- 3
Syntax
EntryStatus
- Source
- EntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| groupIndex mandatory Index for Group IDs entry. | column | Integer32 | .1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.1 |
| groupId mandatory Group ID. It is a null terminated string that contains the group-id.
It must not be a duplicate of any previously configured ones. | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.2 |
| groupRole mandatory Group Role. It indicates if the group has supervisor, operator,
or custom access. | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.7.1.1.3 |