DLINK-3100-SYSLOG-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINK-3100-SYSLOG-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
 rlSyslog 1.3.6.1.4.1.171.10.94.89.89.82
The private MIB module definition for SYSLOG services in DLINK-3100 devices.
       rlSyslogPrivate 1.3.6.1.4.1.171.10.94.89.89.82.2
           rlSyslogGlobalEnable 1.3.6.1.4.1.171.10.94.89.89.82.2.1 truthvalue read-write
Global enable for syslog flash, syslog cache and syslog UDP. When set to false, only console logging is performed.
           rlSyslogMinLogToConsoleSeverity 1.3.6.1.4.1.171.10.94.89.89.82.2.2 rlsyslogseverity read-write
The minimal severity to log to console. Lower severity will not be written to console. Value notActive indicate this activity is disabled.
           rlSyslogMinLogToFileSeverity 1.3.6.1.4.1.171.10.94.89.89.82.2.3 rlsyslogseverity read-write
The minimal severity to log to LogFile. Lower severity will not be written to the LogFile. Value notActive indicates this activity is disabled.
           rlSyslogMinLogToCacheSeverity 1.3.6.1.4.1.171.10.94.89.89.82.2.4 rlsyslogseverity read-write
The minimal severity to log to memory cache. Lower severity will not be read from cache. Value notActive indicate this activity is disabled. Note that all events are logged to cache unless its severity is notActive.
           rlSyslogClearLogfile 1.3.6.1.4.1.171.10.94.89.89.82.2.5 unsigned32 read-write
Setting to a value other than 0 results in deleting the log file.
           rlSyslogClearCache 1.3.6.1.4.1.171.10.94.89.89.82.2.6 unsigned32 read-write
Setting to a value other than 0 results in clearing the memory cache.
           rlSyslogMibVersion 1.3.6.1.4.1.171.10.94.89.89.82.2.7 integer read-only
The Syslog MIB's version. It's 1.
           rlSyslogLogTable 1.3.6.1.4.1.171.10.94.89.89.82.2.8 no-access
A table containing events sent to the system log file.
               rlSyslogLogEntry 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1 no-access
A log entry
                   rlSyslogLogCounter 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.1 unsigned32 read-only
A counter that identifies this entry - used to differentiate logged entries. And the order given is the order of logging. A entries may not form sequence of this value. (Time is not a differentiating element as logged entries may come in a sequence.
                   rlSyslogLogDateTime 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.2 displaystring read-only
The time in string (formated DD-MMM-YYYY HH:MM:SS e.g 14-Apr-2002 10:33:31), when the error was logged..
                   rlSyslogLogAppMnemonic 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.3 displaystring read-only
Application that created this error.
                   rlSyslogLogSeverity 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.4 rlsyslogseverity read-only
Severity of the reported error.
                   rlSyslogLogMessageMnemonic 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.5 displaystring read-only
Short identifier of this message that created this error.
                   rlSyslogLogText1 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.6 displaystring read-only
The text of the logged message without time and date - part 1.
                   rlSyslogLogText2 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.7 displaystring read-only
The text of the logged message without time and date - part 2.
                   rlSyslogLogText3 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.8 displaystring read-only
The text of the logged message without time and date - part 3.
                   rlSyslogLogText4 1.3.6.1.4.1.171.10.94.89.89.82.2.8.1.9 displaystring read-only
The text of the logged message without time and date - part 4.
           rlSyslogLogCacheTable 1.3.6.1.4.1.171.10.94.89.89.82.2.9 no-access
A table containing errors registered to system cache.
               rlSyslogLogCacheEntry 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1 no-access
A log history entry
                   rlSyslogLogCacheCounter 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.1 unsigned32 read-only
A counter that identifies this entry - used to differentiate logged entries. And the order given is the order of logging. A entries may not form sequence of this value. (Time is not a differentiating element as logged entries may come in a sequence.
                   rlSyslogLogCacheDateTime 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.2 displaystring read-only
The time in string (formated DD-MMM-YYYY HH:MM:SS e.g 14-Apr-2002 10:33:31), when the eroor was logged..
                   rlSyslogLogCacheAppMnemonic 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.3 displaystring read-only
Application that created this error.
                   rlSyslogLogCacheSeverity 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.4 rlsyslogseverity read-only
Severity of the reported error.
                   rlSyslogLogCacheMessageMnemonic 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.5 displaystring read-only
Short identifier of this message that created this error.
                   rlSyslogLogCacheText1 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.6 displaystring read-only
The text of the logged message without time and date - part 1.
                   rlSyslogLogCacheText2 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.7 displaystring read-only
The text of the logged message without time and date - part 2.
                   rlSyslogLogCacheText3 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.8 displaystring read-only
The text of the logged message without time and date - part 3.
                   rlSyslogLogCacheText4 1.3.6.1.4.1.171.10.94.89.89.82.2.9.1.9 displaystring read-only
The text of the logged message without time and date - part 4.
           rlSyslogConsoleMessagesIgnored 1.3.6.1.4.1.171.10.94.89.89.82.2.10 counter32 read-only
This is a count of messages not sent to the console because the severity level of the message was above rlSyslogMinLogToConsoleSeverity, the higher the level, the lower the severity.
           rlSyslogFileMessagesIgnored 1.3.6.1.4.1.171.10.94.89.89.82.2.11 counter32 read-only
This is a count of messages not sent to the file because the severity level of the message was above rlSyslogMinLogToFileSeverity, the higher the level, the lower the severity.
           rlSyslogFileMessagesLogged 1.3.6.1.4.1.171.10.94.89.89.82.2.12 counter32 read-only
This is a count of all the messages currently held in the Log file.
           rlSyslogCacheTotalMessages 1.3.6.1.4.1.171.10.94.89.89.82.2.13 counter32 read-only
This is a count of all the messages currently held in the cache.
           rlSyslogAggregationEnable 1.3.6.1.4.1.171.10.94.89.89.82.2.14 truthvalue read-write
enable/disable Syslog aggregation
           rlSyslogAggregationAgingTime 1.3.6.1.4.1.171.10.94.89.89.82.2.15 unsigned32 read-write
aging time for Syslog aggregated messages
       rlSyslogPhaseOneTests 1.3.6.1.4.1.171.10.94.89.89.82.3
           rlSyslogPhaseOneTestGenerator 1.3.6.1.4.1.171.10.94.89.89.82.3.1 integer read-write
Writing a value to this leaf results in a test being run on the host. Enumeration: 'successfulFatalError': 41, 'successfulRegistration': 11, 'oversizedParams': 35, 'regWithInvalidApplicationList': 17, 'snmpAccessToLongMessage': 62, 'regWithInvalidMessageString': 15, 'nestedFatalErrors': 47, 'insufficientParams': 32, 'successfulLoggingWithNoParams': 21, 'trapParams': 36, 'logWithBadApplicationID': 24, 'incorrectParams': 33, 'regWithInvalidComponentID': 13, 'paramFormatting': 31, 'regWithInvalidApplicationID': 14, 'nonFatalErrorThroughFatalInterface': 43, 'logWithBadMessageID': 25, 'fatalErrorThroughNonFatalInterface': 42, 'tooManyParams': 34, 'regWithInvalidMessageList': 16, 'logWithUnregisteredComponentID': 22, 'logWithInvalidComponentID': 23, 'regTheSameComponentTwice': 12.