RDN-SYSLOG-MIB: View SNMP OID List / Download MIB

VENDOR: RIVERDELTA NETWORKS


 Home MIB: RDN-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
 rdnSyslog 1.3.6.1.4.1.4981.3
MIB module for Motorola syslog. Copyright (C) 2000, 2008 by Motorola, Inc. All rights reserved.
     rdnSyslogMIB 1.3.6.1.4.1.4981.3.0
         rdnSyslogTraps 1.3.6.1.4.1.4981.3.0.0
             rdnSyslogSeverityTrap 1.3.6.1.4.1.4981.3.0.0.1
A syslogSeverityTrap trap signifies that the system logger has received a syslog message with its own severity level greater than or equal to the severity level of syslog MIB Object syslogTrapSeverity.
     rdnSyslogSize 1.3.6.1.4.1.4981.3.1 integer32 read-only
Current size in bytes of the syslog file.
     rdnSyslogMaxSize 1.3.6.1.4.1.4981.3.2 integer32 read-write
Maximum size in bytes of the syslog file.
     rdnSyslogServerEnable 1.3.6.1.4.1.4981.3.3 integer read-write
Enable or disable logging to remote syslog servers. Enumeration: 'disabled': 2, 'enabled': 1.
     rdnSyslogServerTable 1.3.6.1.4.1.4981.3.4 no-access
Table of remote syslog servers, of which there can be at most 3 entries.
         rdnSyslogServerEntry 1.3.6.1.4.1.4981.3.4.1 no-access
syslog table entry.
             rdnSyslogServerIndex 1.3.6.1.4.1.4981.3.4.1.1 integer32 no-access
Index into the remote syslog server table.
             rdnSyslogServerAddress 1.3.6.1.4.1.4981.3.4.1.2 ipaddress read-write
The IP address of this syslog server.
             rdnSyslogServerStatus 1.3.6.1.4.1.4981.3.4.1.3 integer read-write
Status of remote syslog server. Always enabled; set to disable to delete a syslog server from the syslogServerTable. Setting this to disabled will remove this entry from the table. Enumeration: 'disabled': 2, 'enabled': 1.
     rdnSyslogSeverity 1.3.6.1.4.1.4981.3.5 integer read-write
Severity of syslog messages reported/sent to a remote syslog server. Enumeration: 'errors': 4, 'warnings': 3, 'alerts': 6, 'emergencies': 7, 'notifications': 2, 'disable': 0, 'critical': 5, 'informational': 1.
     rdnSyslogConsoleSeverity 1.3.6.1.4.1.4981.3.6 integer read-write
Severity of syslog messages reported/sent to a console. Enumeration: 'errors': 4, 'warnings': 3, 'alerts': 6, 'emergencies': 7, 'notifications': 2, 'disable': 0, 'critical': 5, 'informational': 1.
     rdnSyslogClear 1.3.6.1.4.1.4981.3.7 integer read-write
Indicates whether syslog file contains syslog messages. This value is FALSE if syslog contains syslog messages, TRUE otherwise. Set to TRUE to clear all messages from the syslog file. Enumeration: 'false': 2, 'true': 1.
     rdnSyslogTrapSeverity 1.3.6.1.4.1.4981.3.8 integer read-write
SNMP trap severity level for which a syslog message severity level equal to or above will generate an SNMP trap. Set to disable to turn off generation of any traps. Enumeration: 'errors': 4, 'warnings': 3, 'alerts': 6, 'emergencies': 7, 'notifications': 2, 'disable': 0, 'critical': 5, 'informational': 1.
     rdnSyslogMessageTable 1.3.6.1.4.1.4981.3.9 no-access
Table of the latest syslog message strings.
         rdnSyslogMessageTableEntry 1.3.6.1.4.1.4981.3.9.1 no-access
syslog message table entry.
             rdnSyslogMessageIndex 1.3.6.1.4.1.4981.3.9.1.1 integer32 no-access
Index into the syslog message table.
             rdnSyslogMessageString 1.3.6.1.4.1.4981.3.9.1.2 octet string read-only
Actual message string of entry in syslog message table.
     rdnSyslogRateLimitAutoRestart 1.3.6.1.4.1.4981.3.10 integer read-write
Enable or disable rate-limit auto-restart on logging of syslog messages. Enumeration: 'disabled': 2, 'enabled': 1.