DECserver-Accounting-MIB: View SNMP OID List / Download MIB

VENDOR: NXNETWORKS


 Home MIB: DECserver-Accounting-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 private 1.3.6.1.4.1.1
     dec 1.3.6.1.4.1.1.36
           ema 1.3.6.1.4.1.1.36.2
               mib_extensions_1 1.3.6.1.4.1.1.36.2.18
                     decServeraccounting 1.3.6.1.4.1.1.36.2.18.12
                           acctSystem 1.3.6.1.4.1.1.36.2.18.12.1
                               acctConsole 1.3.6.1.4.1.1.36.2.18.12.1.1 integer read-write
This object controls whether the managed system displays the accounting events to the server's console port as they occur. The value disable(1) means that it does not. The value enable(2) means that it does. The value of this object persists across power cycles and reboots. Setting takes effect immediately. Enumeration: 'enable': 2, 'disable': 1.
                               acctAdminLogSize 1.3.6.1.4.1.1.36.2.18.12.1.2 integer read-write
This object controls the total number of bytes the managed system allocates for all accounting records. The value size4K(1) means the managed system allocates 4K bytes for the accounting table, etc. The value of this object persists across power cycles and reboots of the managed system. Setting it via SNMP has no effect until the managed system again reboots. Enumeration: 'none': 1, 'size256K': 8, 'size128K': 7, 'size512K': 9, 'size4K': 2, 'size16K': 4, 'size64K': 6, 'size32K': 5, 'size8K': 3.
                               acctOperLogSize 1.3.6.1.4.1.1.36.2.18.12.1.3 integer read-only
This object specifies the total number of bytes the managed system has allocated for all accounting records. The value size4K(1) means the managed system allocated 4K bytes for the accounting table, etc. Enumeration: 'none': 1, 'size256K': 8, 'size128K': 7, 'size512K': 9, 'size4K': 2, 'size16K': 4, 'size64K': 6, 'size32K': 5, 'size8K': 3.
                               acctThreshold 1.3.6.1.4.1.1.36.2.18.12.1.4 integer read-write
This object controls when the managed system generates an accounting trap. A trap will be generated by the managed system whenever logging another record will take it beyond the specified physical points in the log. For example, the value quarter(4) causes the managed system to generate a trap when logging an entry takes it beyond the 1/4, 1/2, 3/4, or end of the log. The managed system maintains the value of this object across power-cycles and reboots, although setting it changes the behavior of the managed system immediately. Enumeration: 'none': 1, 'quarter': 4, 'end': 2, 'eighth': 5, 'half': 3.
                           acctTable 1.3.6.1.4.1.1.36.2.18.12.2 no-access
The list of all accounting records at this managed system.
                               acctEntry 1.3.6.1.4.1.1.36.2.18.12.2.1 no-access
An accounting record for this managed system. The system automatically creates this record in response to an action which accounting requires to be logged.
                                   acctEntryNonce1 1.3.6.1.4.1.1.36.2.18.12.2.1.1 integer read-only
A number which, in combination with acctNonce2, distinguishes this object's entry from all others.
                                   acctEntryNonce2 1.3.6.1.4.1.1.36.2.18.12.2.1.2 integer read-only
A number which, in combination with acctNonce1, distinguishes this object's entry from all others.
                                   acctEntryTime 1.3.6.1.4.1.1.36.2.18.12.2.1.3 timeticks read-only
The value of the MIB-II sysUpTime object at which the managed system created this accounting log entry.
                                   acctEntryEvent 1.3.6.1.4.1.1.36.2.18.12.2.1.4 integer read-only
This object identifies the record type associated with its entry. The value logIn(2) identifies the entry as a log-in record. The value logOut(3) identifies the entry as a log-out record. The value sessionConnect(4) means the entry is a connect attempt record. The value sessionDisconnect(5) means the record is a disconnect record. For all password fail events (6-10), the value identifies the entry as a record flagging a failure to correctly provide the associated password. The value communityFail(11) identifies the record as flagging a failure to provide a valid community in an SNMP request. For all password modify events (12-16), the value identifies the entry as a record flagging a modification to an associated password. The value communityModified(17) indicates that the SNMP community data base at the managed system has been modified. The value other(1) indicates that some other event has occured. Enumeration: 'loginPasswordModified': 14, 'maintenacePasswordModified': 13, 'privilegedPasswordFail': 7, 'privilegeLevelModified': 16, 'privilegedPasswordModified': 12, 'sessionConnect': 4, 'kerberosPasswordFail': 6, 'communityFail': 11, 'loginPasswordFail': 9, 'other': 1, 'logOut': 3, 'sessionDisconnect': 5, 'communityModified': 17, 'logIn': 2, 'remotePasswordFail': 10, 'maintenancePasswordFail': 8, 'remotePasswordModified': 15.
                                   acctEntryPort 1.3.6.1.4.1.1.36.2.18.12.2.1.5 integer read-only
The port to which this entry applies. Its value is -1 when the managed system can associate the record with no port.
                                   acctEntryUser 1.3.6.1.4.1.1.36.2.18.12.2.1.6 displaystring read-only
The username associated with the logged-in port. If the managed system can attribute no name to the entry, the value of this object is the NULL string.
                                   acctEntrySessionId 1.3.6.1.4.1.1.36.2.18.12.2.1.7 integer read-only
The id of the session associated with this record. If the managed system associates no session with this accounting record, this object's value is -1.
                                   acctEntryProtocol 1.3.6.1.4.1.1.36.2.18.12.2.1.8 integer read-only
This object indicates the protocol associated with its entry. Its value is none(1) when the entry is not a connect or disconnect record. The value other(11) applies to other session types than the ones specified above. Enumeration: 'autolink': 9, 'none': 1, 'tn3270': 8, 'mop': 6, 'ping': 5, 'telnet': 3, 'ppp': 7, 'snmp-ip': 10, 'slip': 4, 'lat': 2, 'other': 11.
                                   acctEntryAccess 1.3.6.1.4.1.1.36.2.18.12.2.1.9 integer read-only
This object indicates its entry's access. The value local(2) means the record is associated with a local access log-in or session connect. The value remote(3) indicates the record is associated with a remote access log-in or session connect. The value notApplicable(1) means the entry is not a log-in or session connection record. Enumeration: 'notApplicable': 1, 'local': 2, 'remote': 3.
                                   acctEntryPeer 1.3.6.1.4.1.1.36.2.18.12.2.1.10 displaystring read-only
This object identifies the peer associated with the session connect, maintenance password fail or community fail events. The value is the NULL string for entries corresponding to other record types.
                                   acctEntryReason 1.3.6.1.4.1.1.36.2.18.12.2.1.11 integer read-only
This object indicates the session disconnect reason for its entry. The value notApplicable(1) means that it is not a session disconnect event. The value normal(2) means that the session disconnect occured under normal circumstances. The value error(3) means that an error or some abnormal event occured to disconnect the session. The value other(4) applies to other disconnect reasons. Enumeration: 'notApplicable': 1, 'error': 3, 'other': 4, 'normal': 2.
                                   acctEntrySentBytes 1.3.6.1.4.1.1.36.2.18.12.2.1.12 counter read-only
The number of bytes sent when this object's entry represents a session disconnect or logout, and 0 otherwise.
                                   acctEntryReceivedBytes 1.3.6.1.4.1.1.36.2.18.12.2.1.13 counter read-only
The number of bytes received when this object's entry represents a session disconnect or logout, and 0 otherwise.
                           acctTraps 1.3.6.1.4.1.1.36.2.18.12.3
                                 acctThresholdExceeded 1.3.6.1.4.1.1.36.2.18.12.30.1
This trap reports that the managed system has crossed the configured threshold.