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

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::remoteAccessIdEntryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::remoteAccessIdEntryStatus.<remoteAccessIdEntryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::remoteAccessIdEntryStatus'

Syntax

Source
EntryStatus
Base type
Enumeration

Values & Constraints

Type Values
1valid
2createRequest
3underCreation
4invalid