LOG-MIB: View SNMP OID List / Download MIB

VENDOR: SAGEMCOM SAS


 Home MIB: LOG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 log 1.3.6.1.4.1.1038.105
Modification: Date: 15 11 2002 Description: sagemDr replace sagem-dr NOTIFICATION-TYPE replace TRAP-TYPE Modification: Date: 20 12 1999 Description: Modification of comments Modification of trap re-notification quality-threshold-overflow replaced by performance. New Object: Date: 30 11 1999 Name: lostTrapBool,lostTrapBegin,lostTrapEnd,lostTrap Description: System of re-notification of lost traps, Name: LodEvent Description: Add of qualityThresholdOverflow (20), otherThresholdOverflow (21), maintenance (30) Name: probableCause Description: SIZE (0..20) replaced by SIZE (0..50) Creation: This MIB module describes alarmes and event log records. It also describes associated trap
         logTraps 1.3.6.1.4.1.1038.105.0
             logTrap 1.3.6.1.4.1.1038.105.0.1
A trap of this type indicates that a threshold has been crossed in the corresponding interface/function. It also gives the date and time when the trap was sent, and the equipment status
             thresholdTrap 1.3.6.1.4.1.1038.105.0.2
A trap of this type indicates that a threshold has been crossed in the corresponding interface/function. It also gives the date and time when the trap was sent, and the equipment status
         logClear 1.3.6.1.4.1.1038.105.1 integer read-write
When a set command is issued on this variable the entire log event is cleared. This command is optional Enumeration: 'setToClear': 0.
         logCapacity 1.3.6.1.4.1.1038.105.2 integer read-only
The maximum number of event in the log database
         logLastEvent 1.3.6.1.4.1.1038.105.3 integer read-only
The index of the last event number that have been logged. This is usefull for trap lost detection.
         logNumber 1.3.6.1.4.1.1038.105.4 integer read-only
Number of current log in equipment.
         logTable 1.3.6.1.4.1.1038.105.5 no-access
List of log trap that come from the equipment.
             logEntry 1.3.6.1.4.1.1038.105.5.1 no-access
A particular log of the equipment.
                 logIndex 1.3.6.1.4.1.1038.105.5.1.1 integer read-only
A unique value which identify a particular log entry. The index value cannot exced logCapacity and then returns to zero when the number of events exceds the capacity of equipement log table. Its value is : logIndex = %logCapacity. It is mandatory for the equipment to respond to get-next in anti-chronological order (youngest first) no matter to the index value. Get-next(LogEntry.logEntry) is logEntry.logIndex[logLastEvent]
                 logDate 1.3.6.1.4.1.1038.105.5.1.2 intdatetime read-only
When the event had happened.
                 logObject 1.3.6.1.4.1.1038.105.5.1.3 object identifier read-only
A reference to the function/interface who produced the event
                 logName 1.3.6.1.4.1.1038.105.5.1.4 displaystring read-only
A text string which identifies the particular entry among the log entries.
                 logEvent 1.3.6.1.4.1.1038.105.5.1.5 logevent read-only
indicates the type of event which had occured
                 logPC 1.3.6.1.4.1.1038.105.5.1.6 displaystring read-only
Probable cause. A short string which identifies the event type. For a failure it is its mnemonique.
                 logAI 1.3.6.1.4.1.1038.105.5.1.7 displaystring read-only
A short string which gives additional information on the event
                 logEquipStatusV2 1.3.6.1.4.1.1038.105.5.1.8 severity read-only
logEquipStatusV2 is the value of equipStatusV2 stored in logTable each time a trap is sent
         logTrapEnable 1.3.6.1.4.1.1038.105.6 sagemboolean read-write
When set to false the equipment stops to send logTraps. It has no effect on event log recording. It also has no effects on quality traps and on status trap used for the manager IONOS-ANM-V1. The default value is true.
         lostTrap 1.3.6.1.4.1.1038.105.7
             resendTrapBool 1.3.6.1.4.1.1038.105.7.1 sagemboolean read-write
The manager set this variable to receive all the current traps of the equipment. The equipment must use resentLogTrap and resentNetworkAlarmeTrap to do it(not in P0).
         logCurrentClear 1.3.6.1.4.1.1038.105.101 integer read-write
When a set command is issued on this variable the entire log event is cleared. This command is optional Enumeration: 'setToClear': 0.
         logCurrentCapacity 1.3.6.1.4.1.1038.105.102 integer read-only
The maximum number of event in the log database This variable is optional
         logCurrentLastEvent 1.3.6.1.4.1.1038.105.103 integer read-only
The index of the last current alarm number that have been logged. This variable is optional
         logCurrentNumber 1.3.6.1.4.1.1038.105.104 integer read-only
Number of current log in equipment.
         logCurrentTable 1.3.6.1.4.1.1038.105.105 no-access
List of log trap that come from the equipment.
                 logCurrentEntry 1.3.6.1.4.1.1038.105.105.1 no-access
A particular log of the equipment.
                     logCurrentIndex 1.3.6.1.4.1.1038.105.105.1.1 integer read-only
A unique value which identify a particular logCurrent entry. The index value is comprised between 1 and logCurrentNumber. There is no relation between the index Value and the date of the alarm.
                     logCurrentDate 1.3.6.1.4.1.1038.105.105.1.2 intdatetime read-only
When the event had happened.
                     logCurrentObject 1.3.6.1.4.1.1038.105.105.1.3 object identifier read-only
A reference to the function/interface who produced the event
                     logCurrentName 1.3.6.1.4.1.1038.105.105.1.4 displaystring read-only
A text string which identifies the particular entry among the log entries.
                     logCurrentEvent 1.3.6.1.4.1.1038.105.105.1.5 logevent read-only
indicates the type of event which had occured
                     logCurrentPC 1.3.6.1.4.1.1038.105.105.1.6 displaystring read-only
Probable cause. A short string which identifies the event type. For a failure it is its mnemonique.
                     logCurrentAI 1.3.6.1.4.1.1038.105.105.1.7 displaystring read-only
A short string which gives additional information on the event
                     logCurrentStatusV2 1.3.6.1.4.1.1038.105.105.1.8 severity read-only
logEquipStatusV2 is the value of equipStatusV2 stored in logTable each time a trap is sent