WWP-SYSLOG-MIB

File: WWP-SYSLOG-MIB.mib (4759 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY RowStatus DisplayString
wwpModules

Defined Types

WwpSyslogServerEntry  
SEQUENCE    
  wwpSyslogServerIndex Integer32
  wwpSyslogServerIPAddress IpAddress
  wwpSyslogServerPort Integer32
  wwpSyslogServerStatus RowStatus
  wwpSyslogServerCustomPrefix DisplayString

Defined Values

wwpSyslogMib 1.3.6.1.4.1.6141.2.27
This MIB specifies the managed objects for SysLog specific to the WWP products.
MODULE-IDENTITY    

wwpSyslogObjects 1.3.6.1.4.1.6141.2.27.1
OBJECT IDENTIFIER    

wwpSyslog 1.3.6.1.4.1.6141.2.27.1.1
OBJECT IDENTIFIER    

wwpSyslogSeverity 1.3.6.1.4.1.6141.2.27.1.1.1
The syslog severity is box-wide regardless of the output device listed when actually logging a message (e.g., console, syslog, flash), the message will ALWAYS be sent to syslog if the syslog severity is in line with the incoming message severity (verbosity). Any syslog message with a severity value greater than this value will be ignored by the agent. note: serverity level numeric values increase as their severity decreases, e.g. error(3) is more severe than debug(7).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER logEmergency(0), logAlert(1), logCritical(2), logErrors(3), logWarnings(4), logNotifications(5), logInformational(6), logDebugging(7)  

wwpSyslogServerTable 1.3.6.1.4.1.6141.2.27.1.1.2
Table of Syslog servers to log to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpSyslogServerEntry

wwpSyslogServerEntry 1.3.6.1.4.1.6141.2.27.1.1.2.1
An entry describing a Syslog server entry. Each entery has an IP Address, index, log level, and status.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpSyslogServerEntry  

wwpSyslogServerIndex 1.3.6.1.4.1.6141.2.27.1.1.2.1.1
Unique index of this Syslog server
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10000000  

wwpSyslogServerIPAddress 1.3.6.1.4.1.6141.2.27.1.1.2.1.2
Ip Address of this Syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpSyslogServerPort 1.3.6.1.4.1.6141.2.27.1.1.2.1.3
UDP Port of the Syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

wwpSyslogServerStatus 1.3.6.1.4.1.6141.2.27.1.1.2.1.4
The status of this Syslog server. To create a new row the management station must set the object to 'CreateAndGo'. Ip address and server port must be specified before moving the row status to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpSyslogServerCustomPrefix 1.3.6.1.4.1.6141.2.27.1.1.2.1.5
Specifies the syslog custom prefix that will be prepended to all syslog log messages before device sends syslog messages to the syslog collectors.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..15)