RDN-SYSLOG-MIB

File: RDN-SYSLOG-MIB.mib (11208 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB RDN-MIB

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
IpAddress Integer32 DisplayString
riverdelta

Defined Types

RdnSyslogServerTableEntry  
SEQUENCE    
  rdnSyslogServerIndex Integer32
  rdnSyslogServerAddress IpAddress
  rdnSyslogServerStatus INTEGER

RdnSyslogMessageTableEntry  
SEQUENCE    
  rdnSyslogMessageIndex Integer32
  rdnSyslogMessageString DisplayString

Defined Values

rdnSyslog 1.3.6.1.4.1.4981.3
MIB module for Motorola syslog.
MODULE-IDENTITY    

rdnSyslogSize 1.3.6.1.4.1.4981.3.1
Current size in bytes of the syslog file.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rdnSyslogMaxSize 1.3.6.1.4.1.4981.3.2
Maximum size in bytes of the syslog file.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rdnSyslogServerEnable 1.3.6.1.4.1.4981.3.3
Enable or disable logging to remote syslog servers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rdnSyslogServerTable 1.3.6.1.4.1.4981.3.4
Table of remote syslog servers, of which there can be at most 3 entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSyslogServerTableEntry

rdnSyslogServerTableEntry 1.3.6.1.4.1.4981.3.4.1
syslog table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSyslogServerTableEntry  

rdnSyslogServerIndex 1.3.6.1.4.1.4981.3.4.1.1
Index into the remote syslog server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

rdnSyslogServerAddress 1.3.6.1.4.1.4981.3.4.1.2
The IP address of this syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rdnSyslogServerStatus 1.3.6.1.4.1.4981.3.4.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rdnSyslogSeverity 1.3.6.1.4.1.4981.3.5
Severity of syslog messages reported/sent to a remote syslog server. Severity Levels: o informational - System information, permitting informational, notifications, warnings, and errors. o notifications - Normal level, permitting notifications, warnings, and errors. o warnings - Warning conditions, permitting warnings and errors.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER informational(1), notifications(2), warnings(3)  

rdnSyslogConsoleSeverity 1.3.6.1.4.1.4981.3.6
Severity of syslog messages reported/sent to a console. Severity Levels: o informational - System information, permitting informational, notifications, warnings, and errors. o notifications - Normal level, permitting notifications, warnings, and errors. o warnings - Warning conditions, permitting warnings and errors.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER informational(1), notifications(2), warnings(3)  

rdnSyslogClear 1.3.6.1.4.1.4981.3.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

rdnSyslogTrapSeverity 1.3.6.1.4.1.4981.3.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), informational(2), notifications(3), warnings(4), errors(5), debug(6)  

rdnSyslogMessageTable 1.3.6.1.4.1.4981.3.9
Table of the latest syslog message strings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RdnSyslogMessageTableEntry

rdnSyslogMessageTableEntry 1.3.6.1.4.1.4981.3.9.1
syslog message table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RdnSyslogMessageTableEntry  

rdnSyslogMessageIndex 1.3.6.1.4.1.4981.3.9.1.1
Index into the syslog message table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

rdnSyslogMessageString 1.3.6.1.4.1.4981.3.9.1.2
Actual message string of entry in syslog message table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..512)  

rdnSyslogRateLimitAutoRestart 1.3.6.1.4.1.4981.3.10
Enable or disable rate-limit auto-restart on logging of syslog messages.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rdnSyslogMIB 1.3.6.1.4.1.4981.3.0
OBJECT IDENTIFIER    

rdnSyslogTraps 1.3.6.1.4.1.4981.3.0.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
NOTIFICATION-TYPE