JUNIPER-SYSLOG-MIB

File: JUNIPER-SYSLOG-MIB.mib (9349 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE Unsigned32 DisplayString
DateAndTime TEXTUAL-CONVENTION jnxMibs
jnxSyslogNotifications

Defined Types

JnxSyslogSeverity  
The severity of the generated syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0.
TEXTUAL-CONVENTION    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8)  

JnxSyslogFacility  
The facility of the generated syslog message.The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, kernel=0.
TEXTUAL-CONVENTION    
  INTEGER kernel(1), user(2), mail(3), daemon(4), auth(5), syslog(6), lpr(7), news(8), uucp(9), cron(10), authPriv(11), ftp(12), ntp(13), security(14), console(15), local0(17), dfc(18), local2(19), firewall(20), pfe(21), conflict(22), change(23), interact(24)  

JnxSyslogEntry  
SEQUENCE    
  jnxSyslogId Unsigned32
  jnxSyslogEventName DisplayString
  jnxSyslogTimestamp DateAndTime
  jnxSyslogSeverity JnxSyslogSeverity
  jnxSyslogFacility JnxSyslogFacility
  jnxSyslogProcessId Unsigned32
  jnxSyslogProcessName DisplayString
  jnxSyslogHostName DisplayString
  jnxSyslogMessage OCTET STRING

JnxSyslogAvEntry  
SEQUENCE    
  jnxSyslogAvIndex Unsigned32
  jnxSyslogAvAttribute DisplayString
  jnxSyslogAvValue DisplayString

Defined Values

jnxSyslog 1.3.6.1.4.1.2636.3.35
This is Juniper Networks implementation of enterprise specific MIB for syslogs generated by JUNOS.
MODULE-IDENTITY    

jnxSyslogNotifyVars 1.3.6.1.4.1.2636.3.35.1
Notification object definitions.
Status: current Access: read-only
OBJECT-IDENTITY    

jnxSyslogTable 1.3.6.1.4.1.2636.3.35.1.1
A table of syslog messages generated by the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSyslogEntry

jnxSyslogEntry 1.3.6.1.4.1.2636.3.35.1.1.1
An entry of syslog table.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSyslogEntry  

jnxSyslogId 1.3.6.1.4.1.2636.3.35.1.1.1.1
Syslog message identifier. This is also used as primary index in jnxSyslogAttrValTable
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

jnxSyslogEventName 1.3.6.1.4.1.2636.3.35.1.1.1.2
An octet string containing syslog event name.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

jnxSyslogTimestamp 1.3.6.1.4.1.2636.3.35.1.1.1.3
Date and Time of syslog message generation.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

jnxSyslogSeverity 1.3.6.1.4.1.2636.3.35.1.1.1.4
Identifies the severity of this syslog message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  JnxSyslogSeverity  

jnxSyslogFacility 1.3.6.1.4.1.2636.3.35.1.1.1.5
Identified the facility of this syslog message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  JnxSyslogFacility  

jnxSyslogProcessId 1.3.6.1.4.1.2636.3.35.1.1.1.6
Process-Id of the process that generated this syslog message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

jnxSyslogProcessName 1.3.6.1.4.1.2636.3.35.1.1.1.7
Name of the process that generated this syslog message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

jnxSyslogHostName 1.3.6.1.4.1.2636.3.35.1.1.1.8
Hostname of host on which this syslog message is generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

jnxSyslogMessage 1.3.6.1.4.1.2636.3.35.1.1.1.9
The syslog message string.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

jnxSyslogAvTable 1.3.6.1.4.1.2636.3.35.1.2
A table of attribute value pairs of the syslog messages generated by the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSyslogAvEntry

jnxSyslogAvEntry 1.3.6.1.4.1.2636.3.35.1.2.1
An entry of attribute value pair.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSyslogAvEntry  

jnxSyslogAvIndex 1.3.6.1.4.1.2636.3.35.1.2.1.1
Identifies the sequence number of attribute-value pair in the syslog message.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

jnxSyslogAvAttribute 1.3.6.1.4.1.2636.3.35.1.2.1.2
Attribute of the syslog message identified by jnxSyslogId.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

jnxSyslogAvValue 1.3.6.1.4.1.2636.3.35.1.2.1.3
Value of the attribute identified by jnxSyslogAvAttribute.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

jnxSyslogNotificationPrefix 1.3.6.1.4.1.2636.4.12.0
All Syslog notifications are registered under this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

jnxSyslogTrap 1.3.6.1.4.1.2636.4.12.0.1
Notification of a generated syslog message. Apart from the jnxSyslogTrap objects, this notification can include one or more attribute-value pairs. The attribute-value pairs shall be identified by objects jnxSyslogAvAttribute and jnxSyslogAvValue.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE