Juniper-LOG-MIB

File: Juniper-LOG-MIB.mib (22917 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Juniper-MIBs Juniper-TC

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Integer32 Counter32 Unsigned32
IpAddress TEXTUAL-CONVENTION DisplayString
RowStatus TruthValue TimeStamp
DateAndTime MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP juniMibs JuniLogSeverity

Defined Types

JuniLogCatName  
The name of a log category. Represents textual information taken from the NVT ASCII character set.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..32)  

JuniLogVerbosity  
The log verbosity level. Not all event types offer medium- or high-verbosity levels of detail.
TEXTUAL-CONVENTION    
  INTEGER low(0), medium(1), high(2)  

JuniLogSyslogFacility  
The syslog daemon facility id.
TEXTUAL-CONVENTION    
  INTEGER local0(0), local1(1), local2(2), local3(3), local4(4), local5(5), local6(6), local7(7)  

JuniLogSyslogEntry  
SEQUENCE    
  juniLogSyslogIpAddress IpAddress
  juniLogSyslogRowStatus RowStatus
  juniLogSyslogSeverity JuniLogSeverity
  juniLogSyslogFacility JuniLogSyslogFacility

JuniLogCatEntry  
SEQUENCE    
  juniLogCatIndex Integer32
  juniLogCatName JuniLogCatName
  juniLogCatDescr DisplayString
  juniLogCatEngineering TruthValue
  juniLogCatDiscards Counter32
  juniLogCatSeverity JuniLogSeverity
  juniLogCatVerbosity JuniLogVerbosity

JuniLogCatNameEntry  
SEQUENCE    
  juniLogCatNameName JuniLogCatName
  juniLogCatNameIndex Integer32

JuniLogMsgEntry  
SEQUENCE    
  juniLogMsgSysUpTimeStamp TimeStamp
  juniLogMsgSequenceNumber Unsigned32
  juniLogMsgCatName JuniLogCatName
  juniLogMsgCatIndex Integer32
  juniLogMsgSeverity JuniLogSeverity
  juniLogMsgText DisplayString
  juniLogMsgDateAndTimeStamp DateAndTime

Defined Values

juniLogMIB 1.3.6.1.4.1.4874.2.2.28
The Logging Facility MIB for the Juniper Networks enterprise.
MODULE-IDENTITY    

juniLogObjects 1.3.6.1.4.1.4874.2.2.28.1
OBJECT IDENTIFIER    

juniLogDestinations 1.3.6.1.4.1.4874.2.2.28.1.1
OBJECT IDENTIFIER    

juniLogCategories 1.3.6.1.4.1.4874.2.2.28.1.2
OBJECT IDENTIFIER    

juniLogMessages 1.3.6.1.4.1.4874.2.2.28.1.3
OBJECT IDENTIFIER    

juniLogDestSyslog 1.3.6.1.4.1.4874.2.2.28.1.1.1
OBJECT IDENTIFIER    

juniLogDestConsole 1.3.6.1.4.1.4874.2.2.28.1.1.2
OBJECT IDENTIFIER    

juniLogDestNvFile 1.3.6.1.4.1.4874.2.2.28.1.1.3
OBJECT IDENTIFIER    

juniLogDestSyslogSeverity 1.3.6.1.4.1.4874.2.2.28.1.1.1.1
The minimum severity level of messages sent to the SYSLOG server. A value of 'off' indicates no log messages are sent to this destination.
Status: obsolete Access: read-write
OBJECT-TYPE    
  JuniLogSeverity  

juniLogDestSyslogAddress 1.3.6.1.4.1.4874.2.2.28.1.1.1.2
The IP address of the SYSLOG server to which log messages are to be sent. A value of 0.0.0.0 indicates no server address is configured.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

juniLogSyslogTable 1.3.6.1.4.1.4874.2.2.28.1.1.1.3
A table describing the characteristics of each syslog destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniLogSyslogEntry

juniLogSyslogEntry 1.3.6.1.4.1.4874.2.2.28.1.1.1.3.1
An entry describingthe characteristics of a syslog destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniLogSyslogEntry  

juniLogSyslogIpAddress 1.3.6.1.4.1.4874.2.2.28.1.1.1.3.1.1
The IP address of this syslog destination. This value must be a unicast IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniLogSyslogRowStatus 1.3.6.1.4.1.4874.2.2.28.1.1.1.3.1.2
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' are supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniLogSyslogSeverity 1.3.6.1.4.1.4874.2.2.28.1.1.1.3.1.3
The severity level for this syslog destination. Setting this value to 'off' suppresses log messages from being sent to this syslog destination.
Status: current Access: read-create
OBJECT-TYPE    
  JuniLogSeverity  

juniLogSyslogFacility 1.3.6.1.4.1.4874.2.2.28.1.1.1.3.1.4
The facility id attached to messages sent to this syslog destination.
Status: current Access: read-create
OBJECT-TYPE    
  JuniLogSyslogFacility  

juniLogDestConsoleSeverity 1.3.6.1.4.1.4874.2.2.28.1.1.2.1
The minimum severity level of messages sent to the console. A value of 'off' indicates no log messages are sent to this destination.
Status: current Access: read-write
OBJECT-TYPE    
  JuniLogSeverity  

juniLogDestNvFileSeverity 1.3.6.1.4.1.4874.2.2.28.1.1.3.1
The minimum severity level of messages sent to the nonvolatile log file. A value of 'off' indicates no log messages are to be sent to this destination.
Status: current Access: read-write
OBJECT-TYPE    
  JuniLogSeverity  

juniLogCatScalars 1.3.6.1.4.1.4874.2.2.28.1.2.1
OBJECT IDENTIFIER    

juniLogCatTable 1.3.6.1.4.1.4874.2.2.28.1.2.2
A table describing the characteristics of each log category.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniLogCatEntry

juniLogCatEntry 1.3.6.1.4.1.4874.2.2.28.1.2.2.1
An entry describing the characteristics of a log category.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniLogCatEntry  

juniLogCatIndex 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.1
An integer index uniquely associated with a log. Index values do not necessarily persist across system reboots. Following reboot, mappings of (reboot-invariant) log category names to log index values is available in the juniLogCatNameTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

juniLogCatName 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.2
The name of this log category.
Status: current Access: read-only
OBJECT-TYPE    
  JuniLogCatName  

juniLogCatDescr 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.3
A description of the functionality for which events are recorded by this log category.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

juniLogCatEngineering 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.4
An indication of whether this log is intended mainly for engineering development and debug purposes.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

juniLogCatDiscards 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.5
The number of messages generated by this log category that were discarded because of resource limitations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniLogCatSeverity 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.6
The severity level for this log category. The value 'off' disables recording of this log category's messages. For other severity level values, only messages at or above this severity level will be logged in juniLogMsgTable.
Status: current Access: read-write
OBJECT-TYPE    
  JuniLogSeverity  

juniLogCatVerbosity 1.3.6.1.4.1.4874.2.2.28.1.2.2.1.7
The verbosity level for this log category. Supplementary information may be available for certain event types. This object controls whether that additional information, if available for a given event, is recorded.
Status: current Access: read-write
OBJECT-TYPE    
  JuniLogVerbosity  

juniLogCatNameTable 1.3.6.1.4.1.4874.2.2.28.1.2.3
A table mapping each log category's name to its index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniLogCatNameEntry

juniLogCatNameEntry 1.3.6.1.4.1.4874.2.2.28.1.2.3.1
An entry mapping a log category's name to its index.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniLogCatNameEntry  

juniLogCatNameName 1.3.6.1.4.1.4874.2.2.28.1.2.3.1.1
The name of the log category.
Status: current Access: read-only
OBJECT-TYPE    
  JuniLogCatName  

juniLogCatNameIndex 1.3.6.1.4.1.4874.2.2.28.1.2.3.1.2
The log index associated with this log category.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

juniLogMsgScalars 1.3.6.1.4.1.4874.2.2.28.1.3.1
OBJECT IDENTIFIER    

juniLogMsgCapacity 1.3.6.1.4.1.4874.2.2.28.1.3.1.1
The maximum capacity, in number of log messages, of the juniLogMsgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

juniLogMsgLastSeqNumber 1.3.6.1.4.1.4874.2.2.28.1.3.1.2
The sequence number of the most recent juniLogMsgTable entry. By monitoring this object's rate of change in relation to the juniLogMsgTable capacity, a management client can determine whether it is polling juniLogMsgTable frequently enough to avoid missing log messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

juniLogMsgTable 1.3.6.1.4.1.4874.2.2.28.1.3.2
A table of log messages generated by this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniLogMsgEntry

juniLogMsgEntry 1.3.6.1.4.1.4874.2.2.28.1.3.2.1
A log message generated by this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniLogMsgEntry  

juniLogMsgSysUpTimeStamp 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.1
The value of sysUpTime when this log message was recorded.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeStamp  

juniLogMsgSequenceNumber 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.2
A sequence number that uniquely identifies this entry. Sequence numbers are assigned consecutively beginning with 1. More recent entries have higher sequence numbers.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniLogMsgCatName 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.3
Name of the log category that contributed this message.
Status: current Access: read-only
OBJECT-TYPE    
  JuniLogCatName  

juniLogMsgCatIndex 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.4
Index of the log category that contributed this message.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

juniLogMsgSeverity 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.5
The severity of the message.
Status: current Access: read-only
OBJECT-TYPE    
  JuniLogSeverity  

juniLogMsgText 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.6
The text of the log message. Truncation of log message text is indicated by n asterisk character ('*') in the last octet of a maximum-size string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

juniLogMsgDateAndTimeStamp 1.3.6.1.4.1.4874.2.2.28.1.3.2.1.7
The date and time this message was generated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

juniLogTrapControl 1.3.6.1.4.1.4874.2.2.28.2
OBJECT IDENTIFIER    

juniLogMsgThreshold 1.3.6.1.4.1.4874.2.2.28.2.1
Number of log messages which, when added to juniLogMsgTable, cause a juniLogMsgThresholdTrap to be generated. This value is expressed as a percentage of the capacity of juniLogMsgTable. A value of zero disables trap generation.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

juniLogTrapPrefix 1.3.6.1.4.1.4874.2.2.28.0
OBJECT IDENTIFIER    

juniLogMsgThresholdTrap 1.3.6.1.4.1.4874.2.2.28.0.1
This trap is generated to report that an incremental number of log messages (described by the value of juniLogMsgThreshold) have been added to juniLogMsgTable.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniLogMIBConformance 1.3.6.1.4.1.4874.2.2.28.4
OBJECT IDENTIFIER    

juniLogMIBCompliances 1.3.6.1.4.1.4874.2.2.28.4.1
OBJECT IDENTIFIER    

juniLogMIBGroups 1.3.6.1.4.1.4874.2.2.28.4.2
OBJECT IDENTIFIER    

juniLogCompliance 1.3.6.1.4.1.4874.2.2.28.4.1.1
Obsolete compliance statement for entities which implement the Juniper Networks Log MIB. This statement became obsolete when support for multiple SYSLOGs was added.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

juniLogCompliance2 1.3.6.1.4.1.4874.2.2.28.4.1.2
The compliance statement for entities which implement the Juniper Networks Log MIB, including support for multiple SYSLOG destinations.
Status: current Access: read-write
MODULE-COMPLIANCE    

juniLogGroup 1.3.6.1.4.1.4874.2.2.28.4.2.1
Obsolete collection of objects providing management of Juniper Networks logging capabilities. This group became obsolete when support for multiple SYSLOGs was added.
Status: obsolete Access: read-write
OBJECT-GROUP    

juniLogGroup2 1.3.6.1.4.1.4874.2.2.28.4.2.2
A collection of objects providing management of Juniper Networks logging capabilities, including support for multiple SYSLOG destinations.
Status: current Access: read-write
OBJECT-GROUP    

juniLogTrapGroup 1.3.6.1.4.1.4874.2.2.28.4.2.3
A management notification pertaining to logging operations.
Status: current Access: read-write
NOTIFICATION-GROUP