remoteAccessIdEntryStatus
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.20
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
remoteAccessIdEntryStatus = createRequest
2. Set remoteAccessId as required.
The remoteAccessIdUserId and the remoteAccessIdPassword must be set
before the entry becomes valid. To set the remoteAccessIdsEntryPermgroups or
remoteAccessIdsEntryMaxSessions before the entry is valid, set these fields before
both the password and userId are set.
Only one row will be allowed to be underCreation at one time, and it must have the next index
in the table.
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.4.1.1.20- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- remoteAccessIdsEntry
- Table
- remoteAccessIdsTable
- Siblings
- 15
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 |
|---|---|---|---|
| remoteAccessIdEntryIndex mandatory Index for Remote access entry. | column | Integer32 | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.1 |
| remoteAccessIdEntryPermgroups mandatory A list of permission groups for this userid, delmited with a '|' | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.10 |
| remoteAccessIdEntryLoggedIn mandatory Indicates if user is currently logged in or not. | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.11 |
| remoteAccessIdEntryLastLogin mandatory Timestamp for the last successful login by the user. | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.12 |
| remoteAccessIdEntryPwdCompliant mandatory Indicates if user complies with all of the password
rules currently in effect. | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.13 |
| remoteAccessIdEntryPwdExp mandatory The number of days until the user's current password expires. | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.14 |
| remoteAccessIdEntryDormant mandatory Indicates if the user account has been inactive for a
specified amount of time based on inactivityAlertDisablePeriod
in the customSecuritySettings section. | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.15 |
| remoteAccessIdEntryState mandatory Indicates the state of the user:
Active - normal state
Disabled - user cannot use account until enabled by a
supervisor or chassis user account manager. An account
can get di… | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.16 |
| remoteAccessIdEntryAction mandatory Actions that only a supervisor or chassis user account manager
can perform for each user id:
Enable - enables an account in the Disabled state
Disable - disables an account in… | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.17 |
| remoteAccessIdEntrySessionCount mandatory The number of sessions the user is currently logged in to. | column | Integer32 | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.18 |
| remoteAccessIdEntryMaxSessions mandatory The maximum number of simultaneous active sessions allowed for
the user. If the value is 0, this option is disabled. The
minimum value is 1 and the maximum value is 20. | column | Integer32 | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.19 |
| remoteAccessIdEntryUserId mandatory Remote access entry null terminated string that
contains the userid. It must not be a duplicate of
any previously configured ones. This field is only allowed to
be set when the e… | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.2 |
| remoteAccessIdEntryIPMIProvisioned mandatory Indicates if the user has been provisioned as an IPMI account.
If this is user is provisioned as an IPMI account, the nodes (scope) and authorities will
be determin… | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.21 |
| remoteAccessIdEntrySNMPv3Provisioned mandatory Indicates if the user has been provisioned as an SNMPv3 account.
If this is user is provisioned as an SNMPv3 account, the nodes (scope) and authorities will
be dete… | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.22 |
| remoteAccessIdEntryPassword mandatory Remote access password. The password rules are dictated
by a combination of the chassis security policy setting
(securityPolicySetting) and the user account security level sett… | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.4.1.1.3 |