WWP-SYSLOG-COLLECTOR-MIB

File: WWP-SYSLOG-COLLECTOR-MIB.mib (9381 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI WWP-SMI

Imported symbols

TEXTUAL-CONVENTION IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY RowStatus
TruthValue wwpModules

Defined Types

SyslogFacility  
This textual convention enumerates the facilities that originate syslog messages. The value noMap(24) indicates that the appropriate facility will be provided by the individual applications on the managed entity. If this option is not available on a particular entity attempt set the facillity to this value will fail with an error-status of wrongValue.
TEXTUAL-CONVENTION    
  INTEGER kernel(0), user(1), mail(2), daemon(3), auth(4), syslog(5), lpr(6), news(7), uucp(8), cron(9), authPriv(10), ftp(11), ntp(12), security(13), console(14), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23), noMap(99)  

SyslogSeverity  
This textual convention enumerates the severity levels of syslog messages. The syslog protocol uses the values 0 (emergency), to 7 (debug).
TEXTUAL-CONVENTION    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7), other(99)  

WwpSyslogCollectorEntry  
SEQUENCE    
  wwpSyslogCollectorAddr IpAddress
  wwpSyslogCollectorUDPPort Integer32
  wwpSyslogCollectorFacility SyslogFacility
  wwpSyslogCollectorMinSeverity SyslogSeverity
  wwpSyslogCollectorMaxSeverity SyslogSeverity
  wwpSyslogCollectorStatus RowStatus

Defined Values

wwpSyslogCollectorMIB 1.3.6.1.4.1.6141.2.46
A MIB module to manage syslog collectors on the LEOS based WWP products.
MODULE-IDENTITY    

wwpSyslogCollMIBObjects 1.3.6.1.4.1.6141.2.46.1
OBJECT IDENTIFIER    

wwpSyslogSystem 1.3.6.1.4.1.6141.2.46.1.1
OBJECT IDENTIFIER    

wwpSyslogColl 1.3.6.1.4.1.6141.2.46.1.2
OBJECT IDENTIFIER    

wwpSyslogCollMIBNotificationPrefix 1.3.6.1.4.1.6141.2.46.2
OBJECT IDENTIFIER    

wwpSyslogCollMIBNotifications 1.3.6.1.4.1.6141.2.46.2.0
OBJECT IDENTIFIER    

wwpSyslogCollMIBConformance 1.3.6.1.4.1.6141.2.46.3
OBJECT IDENTIFIER    

wwpSyslogCollMIBCompliances 1.3.6.1.4.1.6141.2.46.3.1
OBJECT IDENTIFIER    

wwpSyslogCollMIBGroups 1.3.6.1.4.1.6141.2.46.3.2
OBJECT IDENTIFIER    

wwpSyslogEnable 1.3.6.1.4.1.6141.2.46.1.1.1
Specifies whether or not the syslog client is enabled. This is the system wide parameter and will overwrite any collector specific managed object to enable or disable the syslog client.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpSyslogCollectorTable 1.3.6.1.4.1.6141.2.46.1.2.1
A table containing Syslog collector information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpSyslogCollectorEntry

wwpSyslogCollectorEntry 1.3.6.1.4.1.6141.2.46.1.2.1.1
Defines the information pertaining to a syslog collector to which a syslog messages will be relayed. Entries within this table with an access level of read- create MUST be considered non-volatile and MUST be maintained across entity resets.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpSyslogCollectorEntry  

wwpSyslogCollectorAddr 1.3.6.1.4.1.6141.2.46.1.2.1.1.1
The Ip address for the Syslog message collector.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpSyslogCollectorUDPPort 1.3.6.1.4.1.6141.2.46.1.2.1.1.2
The port number on the destination to which the syslog message will be forwarded over the udp transport.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

wwpSyslogCollectorFacility 1.3.6.1.4.1.6141.2.46.1.2.1.1.3
The syslog facility code that will added to messages forwarded to this collector.
Status: current Access: read-create
OBJECT-TYPE    
  SyslogFacility  

wwpSyslogCollectorMinSeverity 1.3.6.1.4.1.6141.2.46.1.2.1.1.4
Any syslog message with a severity less than the severity specified by this object will be ignored by the collector. note: serverity level numeric values increase as their severity decreases, e.g. error(3) is more severe than debug(7).
Status: current Access: read-create
OBJECT-TYPE    
  SyslogSeverity  

wwpSyslogCollectorMaxSeverity 1.3.6.1.4.1.6141.2.46.1.2.1.1.5
Any syslog message with a severity greater than the severity specified by this object will be ignored by the collector. note: serverity level numeric values increase as their severity decreases, e.g. error(3) is more severe than debug(7).
Status: current Access: read-create
OBJECT-TYPE    
  SyslogSeverity  

wwpSyslogCollectorStatus 1.3.6.1.4.1.6141.2.46.1.2.1.1.6
This object is used to create and delete rows in the wwpSyslogCollectorTable. To create a new row the management station must set the object to 'CreateAndGo'. The collector can be disabled by setting this object to 'notInService'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus