Unisphere-Data-LOG-MIB

File: Unisphere-Data-LOG-MIB.mib (22499 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Unisphere-Data-MIBs Unisphere-Data-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 usDataMibs UsdLogSeverity

Defined Types

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

UsdLogVerbosity  
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)  

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

UsdLogSyslogEntry  
SEQUENCE    
  usdLogSyslogIpAddress IpAddress
  usdLogSyslogRowStatus RowStatus
  usdLogSyslogSeverity UsdLogSeverity
  usdLogSyslogFacility UsdLogSyslogFacility

UsdLogCatEntry  
SEQUENCE    
  usdLogCatIndex Integer32
  usdLogCatName UsdLogCatName
  usdLogCatDescr DisplayString
  usdLogCatEngineering TruthValue
  usdLogCatDiscards Counter32
  usdLogCatSeverity UsdLogSeverity
  usdLogCatVerbosity UsdLogVerbosity

UsdLogCatNameEntry  
SEQUENCE    
  usdLogCatNameName UsdLogCatName
  usdLogCatNameIndex Integer32

UsdLogMsgEntry  
SEQUENCE    
  usdLogMsgSysUpTimeStamp TimeStamp
  usdLogMsgSequenceNumber Unsigned32
  usdLogMsgCatName UsdLogCatName
  usdLogMsgCatIndex Integer32
  usdLogMsgSeverity UsdLogSeverity
  usdLogMsgText DisplayString
  usdLogMsgDateAndTimeStamp DateAndTime

Defined Values

usdLogMIB 1.3.6.1.4.1.4874.2.2.28
The Log MIB for the Unisphere Networks Inc. enterprise.
MODULE-IDENTITY    

usdLogObjects 1.3.6.1.4.1.4874.2.2.28.1
OBJECT IDENTIFIER    

usdLogDestinations 1.3.6.1.4.1.4874.2.2.28.1.1
OBJECT IDENTIFIER    

usdLogCategories 1.3.6.1.4.1.4874.2.2.28.1.2
OBJECT IDENTIFIER    

usdLogMessages 1.3.6.1.4.1.4874.2.2.28.1.3
OBJECT IDENTIFIER    

usdLogDestSyslog 1.3.6.1.4.1.4874.2.2.28.1.1.1
OBJECT IDENTIFIER    

usdLogDestConsole 1.3.6.1.4.1.4874.2.2.28.1.1.2
OBJECT IDENTIFIER    

usdLogDestNvFile 1.3.6.1.4.1.4874.2.2.28.1.1.3
OBJECT IDENTIFIER    

usdLogDestSyslogSeverity 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    
  UsdLogSeverity  

usdLogDestSyslogAddress 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  

usdLogSyslogTable 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  
    UsdLogSyslogEntry

usdLogSyslogEntry 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    
  UsdLogSyslogEntry  

usdLogSyslogIpAddress 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  

usdLogSyslogRowStatus 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  

usdLogSyslogSeverity 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    
  UsdLogSeverity  

usdLogSyslogFacility 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    
  UsdLogSyslogFacility  

usdLogDestConsoleSeverity 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    
  UsdLogSeverity  

usdLogDestNvFileSeverity 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    
  UsdLogSeverity  

usdLogCatScalars 1.3.6.1.4.1.4874.2.2.28.1.2.1
OBJECT IDENTIFIER    

usdLogCatTable 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  
    UsdLogCatEntry

usdLogCatEntry 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    
  UsdLogCatEntry  

usdLogCatIndex 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 usdLogCatNameTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

usdLogCatName 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    
  UsdLogCatName  

usdLogCatDescr 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  

usdLogCatEngineering 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  

usdLogCatDiscards 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  

usdLogCatSeverity 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 usdLogMsgTable.
Status: current Access: read-write
OBJECT-TYPE    
  UsdLogSeverity  

usdLogCatVerbosity 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    
  UsdLogVerbosity  

usdLogCatNameTable 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  
    UsdLogCatNameEntry

usdLogCatNameEntry 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    
  UsdLogCatNameEntry  

usdLogCatNameName 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    
  UsdLogCatName  

usdLogCatNameIndex 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  

usdLogMsgScalars 1.3.6.1.4.1.4874.2.2.28.1.3.1
OBJECT IDENTIFIER    

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

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

usdLogMsgTable 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  
    UsdLogMsgEntry

usdLogMsgEntry 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    
  UsdLogMsgEntry  

usdLogMsgSysUpTimeStamp 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  

usdLogMsgSequenceNumber 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  

usdLogMsgCatName 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    
  UsdLogCatName  

usdLogMsgCatIndex 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  

usdLogMsgSeverity 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    
  UsdLogSeverity  

usdLogMsgText 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  

usdLogMsgDateAndTimeStamp 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  

usdLogTrapControl 1.3.6.1.4.1.4874.2.2.28.2
OBJECT IDENTIFIER    

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

usdLogTrapPrefix 1.3.6.1.4.1.4874.2.2.28.0
OBJECT IDENTIFIER    

usdLogMsgThresholdTrap 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 usdLogMsgThreshold) have been added to usdLogMsgTable.
Status: current Access: read-write
NOTIFICATION-TYPE    

usdLogMIBConformance 1.3.6.1.4.1.4874.2.2.28.4
OBJECT IDENTIFIER    

usdLogMIBCompliances 1.3.6.1.4.1.4874.2.2.28.4.1
OBJECT IDENTIFIER    

usdLogMIBGroups 1.3.6.1.4.1.4874.2.2.28.4.2
OBJECT IDENTIFIER    

usdLogCompliance 1.3.6.1.4.1.4874.2.2.28.4.1.1
The compliance statement for entities which implement the Unisphere Networks, Inc. Log MIB.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

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

usdLogGroup 1.3.6.1.4.1.4874.2.2.28.4.2.1
A collection of objects providing management of Unisphere Networks, Inc. logging capabilities.
Status: obsolete Access: read-write
OBJECT-GROUP    

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

usdLogTrapGroup 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