WWP-LEOS-SYSLOG-COLLECTOR-MIB

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

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
WWP-SMI

Imported symbols

IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY RowStatus TruthValue
DisplayString TEXTUAL-CONVENTION InetAddressType
InetAddress wwpModulesLeos

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), clockd2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23), noMap(24)  

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)  

WwpLeosSyslogCollectorEntry  
SEQUENCE    
  wwpLeosSyslogIndex Integer32
  wwpLeosSyslogCollectorAddr DisplayString
  wwpLeosSyslogCollectorResolvedAddr IpAddress
  wwpLeosSyslogCollectorUDPPort Integer32
  wwpLeosSyslogCollectorFacility SyslogFacility
  wwpLeosSyslogCollectorMinSeverity SyslogSeverity
  wwpLeosSyslogCollectorMaxSeverity SyslogSeverity
  wwpLeosSyslogCollectorUserAdminState INTEGER
  wwpLeosSyslogCollectorDhcpAdminState INTEGER
  wwpLeosSyslogCollectorOperState INTEGER
  wwpLeosSyslogCollectorStatus RowStatus
  wwpLeosSyslogCollectorCustomPrefix DisplayString
  wwpLeosSyslogCollectorResolvedInetAddrType InetAddressType
  wwpLeosSyslogCollectorResolvedInetAddress InetAddress

WwpLeosSyslogCollectorSeverityEntry  
SEQUENCE    
  wwpLeosSyslogCollectorSeverity SyslogSeverity
  wwpLeosSyslogCollectorSeverityRowStatus RowStatus

Defined Values

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

wwpLeosSyslogCollMIBObjects 1.3.6.1.4.1.6141.2.60.21.1
OBJECT IDENTIFIER    

wwpLeosSyslogSystem 1.3.6.1.4.1.6141.2.60.21.1.1
OBJECT IDENTIFIER    

wwpLeosSyslogColl 1.3.6.1.4.1.6141.2.60.21.1.2
OBJECT IDENTIFIER    

wwpLeosSyslogCollMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.21.2
OBJECT IDENTIFIER    

wwpLeosSyslogCollMIBNotifications 1.3.6.1.4.1.6141.2.60.21.2.0
OBJECT IDENTIFIER    

wwpLeosSyslogCollMIBConformance 1.3.6.1.4.1.6141.2.60.21.3
OBJECT IDENTIFIER    

wwpLeosSyslogCollMIBCompliances 1.3.6.1.4.1.6141.2.60.21.3.1
OBJECT IDENTIFIER    

wwpLeosSyslogCollMIBGroups 1.3.6.1.4.1.6141.2.60.21.3.2
OBJECT IDENTIFIER    

wwpLeosSyslogEnable 1.3.6.1.4.1.6141.2.60.21.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  

wwpLeosSyslogCollectorTable 1.3.6.1.4.1.6141.2.60.21.1.2.1
A table containing Syslog collector information. To create entries in this table use SNMP multiple set operation. wwpLeosSyslogCollectorAddr, wwpLeosSyslogIndex and wwpLeosSyslogCollectorStatus are required fields that needs to be set to create entry. To delete entry set wwpLeosSyslogCollectorStatus to destroy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosSyslogCollectorEntry

wwpLeosSyslogCollectorEntry 1.3.6.1.4.1.6141.2.60.21.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    
  WwpLeosSyslogCollectorEntry  

wwpLeosSyslogIndex 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.1
Specifies the unique index used to represent each row in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

wwpLeosSyslogCollectorAddr 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.2
The address for the Syslog message collector. It can be Host Name or IP Address.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wwpLeosSyslogCollectorResolvedAddr 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.3
When wwpLeosSyslogCollectorAddr represents: Host name : The resolved address will either be Ipv4 address or Ipv6 address. Ipv4 address : The resolved address will be the same Ipv4 address. Ipv6 address : The resolved address will be the same Ipv6 address. When the resolved address represents: Ipv4 address : wwpLeosSyslogCollectorResolvedAddr will represent the resolved Ipv4 address. wwpLeosSyslogCollectorResolvedInetAddr used in conjunction with wwpLeosSyslogCollectorResolvedInetAddrType will represent the same Ipv4 address. Ipv6 address : wwpLeosSyslogCollectorResolvedAddr will represent 0.0.0.0. wwpLeosSyslogCollectorResolvedInetAddr used in conjunction with wwpLeosSyslogCollectorResolvedInetAddrType will represent the Ipv6 address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpLeosSyslogCollectorUDPPort 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.4
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  

wwpLeosSyslogCollectorFacility 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.5
The syslog facility code that will be added to the messages forwarded to this collector.
Status: current Access: read-create
OBJECT-TYPE    
  SyslogFacility  

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

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

wwpLeosSyslogCollectorUserAdminState 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.8
Specifies the admin state of the wwpLeosSyslogCollectorAddr configured by user.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosSyslogCollectorDhcpAdminState 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.9
Specifies the admin state of the wwpLeosSyslogCollectorAddr configured by DHCP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosSyslogCollectorOperState 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.10
Specifies the operational state of the wwpLeosSyslogCollectorAddr.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosSyslogCollectorStatus 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.11
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo' and specify at least wwpLeosSyslogIndex and wwpLeosSyslogCollectorAddr. To delete the entry set this object to 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

wwpLeosSyslogCollectorResolvedInetAddrType 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.13
Specifies the resolved IP address type . Used in conjunction with wwpLeosSyslogCollectorResolvedInetAddress. When set to : ipv4 : wwpLeosSyslogCollectorResolvedInetAddress should be compliant with InetAddressIPv4 ipv6 : wwpLeosSyslogCollectorResolvedInetAddress should be compliant with InetAddressIPv6
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

wwpLeosSyslogCollectorResolvedInetAddress 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.14
Specifies the resolved ip address for given wwpLeosSyslogCollectorAddr. If wwpLeosSyslogCollectorAddr is set to host name then wwpLeosSyslogCollectorResolvedInetAddr will display the resolved IP address. If wwpLeosSyslogCollectorAddr is set to IP address then wwpLeosSyslogCollectorResolvedInetAddr will display same value as wwpLeosSyslogCollectorAddr. This OID should be used in conjuction with wwpLeosSyslogCollectorResolvedInetAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

wwpLeosSyslogCollectorSeverityTable 1.3.6.1.4.1.6141.2.60.21.1.2.2
A table containing Syslog collector severity information. To create entries in this table following objects must be specified. - Indexes must be specified - To delete entry set wwpLeosSyslogCollectorStatus to destroy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosSyslogCollectorSeverityEntry

wwpLeosSyslogCollectorSeverityEntry 1.3.6.1.4.1.6141.2.60.21.1.2.2.1
Defines the information pertaining to a syslog collector severity to which a syslog messages will be relayed. Syslog Collector will only receive messages of severity that exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosSyslogCollectorSeverityEntry  

wwpLeosSyslogCollectorSeverity 1.3.6.1.4.1.6141.2.60.21.1.2.2.1.1
This mib object specifies the severity of the syslog message that this collector should receive.
Status: current Access: not-accessible
OBJECT-TYPE    
  SyslogSeverity  

wwpLeosSyslogCollectorSeverityRowStatus 1.3.6.1.4.1.6141.2.60.21.1.2.2.1.2
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. To delete the entry set this to 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus