BENU-SYSLOG-MIB

File: BENU-SYSLOG-MIB.mib (6483 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB BENU-PLATFORM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Integer32 Unsigned32
InetPortNumber benuPlatform

Defined Types

BSyslogServerEntry  
SEQUENCE    
  bSyslogServerIndex Unsigned32
  bSyslogServerAddress IpAddress
  bSyslogServerPort InetPortNumber

Defined Values

benuSyslog 1.3.6.1.4.1.39406.1.3
Initial creation MIB module for Benu Networks Chassis. Copyright (C) 2001, 2008 by Benu Networks, Inc. All rights reserved.
MODULE-IDENTITY    

bSyslogNotifications 1.3.6.1.4.1.39406.1.3.0
OBJECT IDENTIFIER    

bSyslogSize 1.3.6.1.4.1.39406.1.3.1
Current size in bytes of the syslog file.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bSyslogMaxSize 1.3.6.1.4.1.39406.1.3.2
Maximum size in bytes of the syslog file.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4096..5242880  

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

bSyslogServerTable 1.3.6.1.4.1.39406.1.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  
    BSyslogServerEntry

bSyslogServerEntry 1.3.6.1.4.1.39406.1.3.4.1
syslog table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  BSyslogServerEntry  

bSyslogServerIndex 1.3.6.1.4.1.39406.1.3.4.1.1
Index into the remote syslog server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

bSyslogServerAddress 1.3.6.1.4.1.39406.1.3.4.1.2
The IP address of this syslog server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bSyslogServerPort 1.3.6.1.4.1.39406.1.3.4.1.3
The port number of this syslog server.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

bSyslogSeverity 1.3.6.1.4.1.39406.1.3.5
Severity of syslog messages reported/sent to a remote syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER emergencies(0), alerts(1), critical(2), errors(3), warnings(4), notifications(5), informational(6), debugging(7)  

bSyslogConsoleSeverity 1.3.6.1.4.1.39406.1.3.6
Severity of syslog messages reported/sent to a console.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER emergencies(0), alerts(1), critical(2), errors(3), warnings(4), notifications(5), informational(6), debugging(7)  

bSyslogClear 1.3.6.1.4.1.39406.1.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)