ID Type Name Description Links
Log-MIB-1 comment comment
Log Header
Log-MIB-2 mib ISO26048-1-Log
  
MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, Unsigned32
FROM SNMPv2-SMI
-- RFC 2578
RowStatus, StorageType, VariablePointer, TimeStamp, TruthValue
FROM SNMPv2-TC
-- RFC 2579
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
-- RFC 2580
SnmpAdminString, SnmpSecurityLevel, SnmpSecurityModel
FROM SNMP-FRAMEWORK-MIB
-- RFC 3411
ITSCounter16, ITSCounter32, ITSDailyTimeStamp, ITSDateStamp, ITSOerString,
ITSPositive8, ITSPositive16, ITSRelativeRowPointer, ITSUnsigned8, ITSUnsigned16
FROM ISO26048-1-FieldDevice
fdGlobalMIB, fdAdminGlobal, fdGlobalConformance
FROM ISO26048-1-Global
fdOwnerEntry, fdOwnerIndex
FROM ISO26048-1-Owner
Log-MIB-3 module-identity fdLogMIB

This MIB defines a mechanism by which a manager can configure a device to record information about events in a log for later retrieval. Copyright (C) International Organization for Standardization (ISO). This MIB module is part of ISO 26048-1; see ISO 26048-1 for full legal notices.

Log-MIB-4 comment comment
Administrative Objects
Log-MIB-5 object-identity fdAdminLog

A node defining management information related to the field device's Log.

Log-MIB-6 object-type fdAdminLogsTotalSnapshots

1 Total snapshots

The number of snapshots that have been created by snapshot factories since the last initialization.

Log-MIB-7 object-type fdAdminLogsTotalBumps

2 Total bumped snapshots

The number of log entries that have been bumped out of the log due to size limits or entry limits. Removals due to manual requests to clear are not included in this count.

Log-MIB-8 object-type fdAdminLogsDeleteAllConfiguration

3 Delete all configuration

When set to true, this object shall delete all entries in the log snapshot factory and log class tables. Once complete, the value shall return to 'false'.

Log-MIB-9 object-type fdAdminLogsClearAllLogs

4 Clear all logs

When set to true, this object will delete all entries in the fdLogTable. Once complete, the value shall return to 'false'.

Log-MIB-10 object-type fdOwnerLogTable

5 Owner table for logs

A table containing configuration rights for the notification-realted tables for specific owners.

Log-MIB-11 object-type fdOwnerLogEntry

A row in the fdOwnerLogTable.

Log-MIB-12 row FdOwnerLogEntry
Log-MIB-13 object-type fdOwnerLogMaxFactories

6 Maximum log factories for an owner

The maximum number of rows that this owner is allowed to manage within the fdLogSnapshotFactoryTable at any point in time. An attempt to create a new row that would exceed this limit shall result in an 'inconsistentName' error.

Log-MIB-14 object-type fdOwnerLogMaxClasses

7 Maximum classes for an owner

The maximum number of rows that this owner is allowed to manage within the fdLogClassTable at any point in time. An attempt to create a new row that would exceed this limit shall result in an 'inconsistentName' error.

Log-MIB-15 object-type fdOwnerLogMaxClassEntries

8 Maximum number of entries per log class for an owner

The maximum number of rows that this owner is allowed to maintain within any class of the fdLogTable at any point in time. A new log entry that would cause the log to exceed this limit shall cause the oldest logged snapshot in the class to be bumped and deleted to enable the new entry to be stored within the limit.

Log-MIB-16 object-type fdOwnerLogMaxStorage

9 Maximum storage allowed for an owner

The maximum number of octets allowed to store all instances of fdLogValue associated with the fdOwnerIndex. A new log entry that would cause the log to exceed this limit shall cause the oldest logged snapshot(s) for this owner to be bumped and deleted until the new entry can be stored within the limit.

Log-MIB-17 object-type fdOwnerLogSnapshots

10 Number of log snapshots for an owner

The number of times any log snapshot factory associated with this owner has generated a snapshot since the last discontinuity for this owner. The last discontinuity is indicated by fdOwnerTimeStamp.

Log-MIB-18 object-type fdOwnerLogBumps

11 Number of snapshots bumped for an owner

The number of log entries associated with this owner that have been bumped out of a log due to entry limits or storage limitssince the last discontinuity for this owner. Removals due to aging out or due to manual requests to clear are not included in this count. The last discontinuity is indicated by fdOwnerTimeStamp.

Log-MIB-19 object-type fdOwnerLogDeleteConfigs

12 Delete all configuration for an owner

When set to true, this object shall delete all entries associated with this owner in the log snapshot factory and log class tables. Once complete, the value shall return to 'false'.

Log-MIB-20 object-type fdOwnerLogClearLogs

13 Clear all logs for an owner

When set to true, this object will delete all entries associated with this owner from the fdLogTable. Once complete, the value shall return to 'false'.

Log-MIB-21 comment comment
Log Objects
Log-MIB-22 object-type fdLogsRecordingLatency

14 Latency for data retrieval

The maximum latency that the device is designed to support between a trigger firing and the data being retrieved for storage within a log.

Log-MIB-23 object-type fdLogsMaxVariableSize

15 Maximum variable size

The maximum size for any variable value that can be recorded in the log.

Log-MIB-24 object-type fdLogSnapshotFactoryTable

16 Snapshot factory table

A table that defines where to log snapshots and what data should be recorded with each snapshot.

Log-MIB-25 object-type fdLogSnapshotFactoryEntry

An entry in the fdLogSnapshotFactoryTable. An entry of this table can be called by external logic (e.g., the Action table defined in ISO/TS 20684-3) to create an entry in the fdLogTable.

Log-MIB-26 row FdLogSnapshotFactoryEntry
Log-MIB-27 object-type fdLogSnapshotFactoryIndex

17 Snapshot factory index

The index of this Log Snapshot Factory. This value is used to identify the type of event that occurred resulting in the snapshot. While it is expected that each type of trigger action would be associated with its own snapshot factory, this is not a requirement.

Log-MIB-28 object-type fdLogSnapshotFactoryDescription

18 Snapshot factory description

A textual description of the snapshot factory.

Log-MIB-29 object-type fdLogSnapshotFactoryObjectContext

19 Context of the object to be stored in the snapshot

The management context of the object instance containing the data to be retrieved and recorded with the snapshot. If the object identifier does not point to a valid context at the time that the data is being retrieved, the log shall record a zero-length string.

Log-MIB-30 object-type fdLogSnapshotFactoryObjectID

20 Identifier of the object to be stored in the snapshot

The object identifier of the object instance containing the data to be retrieved and recorded as fdLogValue for the snapshot. If the object identifier does not point to a valid object instance at the time that the data is being retrieved, the log shall record a zero-length string for the value of fdLogValue.

Log-MIB-31 object-type fdLogSnapshotFactoryLogClass

21 Log class to store the snapshot

The log class within which the snapshot shall be recorded. The root of the RELATIVE OID is fdLogClassDescription (i.e., the encoded value will consist of the fdOwnerIndex and fdLogClassIndex of the log class into which the generated log entry will be stored).

Log-MIB-32 object-type fdLogSnapshotFactorySecurityModel

22 Security model used to obtain snapshot data

The security model used to activate this row of the fdLogSnapshotFactoryTable and that shall be used when accessing the object referenced by fdLogSnapshotFactoryObjectID.

Log-MIB-33 object-type fdLogSnapshotFactorySecurityLevel

23 Security level used to obtain snapshot data

The security level used to activate this row of the fdLogSnapshotFactoryTable and that shall be used when accessing the object referenced by fdLogSnapshotFactoryObjectID.

Log-MIB-34 object-type fdLogSnapshotFactorySecurityName

24 Security name used to obtain snapshot data

The security name used to activate this row of the fdLogSnapshotFactoryTable and that shall be used when accessing the object referenced by fdLogSnapshotFactoryObjectID.

Log-MIB-35 object-type fdLogSnapshotFactoryStorageType

25 Snapshot factory storage type

The storageType for this conceptual row. Permanent rows shall allow the value of fdLogSnapshotFactoryRowStatus to be set to 'notInService'.

Log-MIB-36 object-type fdLogSnapshotFactoryRowStatus

26 Row status of the snapshot factory

The status of this conceptual row. Any attempt to modify any read-create object within this conceptual row, other than this object, while the value of this object is active (1) shall result in an inconsistentValue error.

Log-MIB-37 object-type fdLogClassTable

27 Log Class Table

A table used to manage the log.

Log-MIB-38 object-type fdLogClassEntry

An entry in the fdLogClassTable that provides for the management of a specific log class (i.e., the set of entries in the fdLogTable with a common fdOwnerIndex and fdLogClassIndex).

Log-MIB-39 row FdLogClassEntry
Log-MIB-40 object-type fdLogClassIndex

28 Log class index

The index of this log class, unique within the scope of the fdOwnerIndex.

Log-MIB-41 object-type fdLogClassDescription

29 Log class description

A description of the purpose of this log class.

Log-MIB-42 object-type fdLogClassSizeLimit

30 Maximum size of log class

The maximum number of octets allowed for all fdLogValue instances with this fdOwnerIndex and fdLogClassIndex. A new log entry that would cause the log to exceed this limit shall cause the oldest logged snapshot(s) to be bumped and deleted from the log until the new entry can be stored within the limit.

Log-MIB-43 object-type fdLogClassEntryLimit

31 Maximum number of entries in log class

The maximum number of snapshots to be stored in the log class. A new log entry that would cause the log class to exceed this value shall cause the oldest snapshot to be bumped and deleted from the log class.

Log-MIB-44 object-type fdLogClassClearDate

32 Clear date for log class

The date component of the clear date and time. Upon setting this value, the device shall delete any fdLogEntry that has the same fdOwnerIndex and fdLogClassIndex as this instance of fdLogClassClearDate and was entered into the log before the defined clear date and time (i.e., the entry is deleted only if the instant defined by fdLogDate and fdLogTime is before the instant defined by fdLogClassClearDate and fdLogClassClearTime). If the clear date and time represent an instant in time that is after the fdLogDate and fdLogTime of a new snapshot, the snapshot shall not be recorded in the log and the snapshot counters shall not be incremented.

Log-MIB-45 object-type fdLogClassClearTime

33 Clear time for log class

The time component of the clear date and time. Upon setting this value, the device shall delete any fdLogEntry that has the same fdOwnerIndex and fdLogClassIndex as this instance of fdLogClassClearTime and was entered into the log before the defined clear date and time (i.e., the entry is deleted only if the instant defined by fdLogDate and fdLogTime is before the instant defined by fdLogClassClearDate and fdLogClassClearTime). If the clear date and time represent an instant in time that is after the fdLogDate and fdLogTime of a new snapshot, the snapshot shall not be recorded in the log and the snapshot counters shall not be incremented.

Log-MIB-46 object-type fdLogClassSnapshots

34 Number of snapshots made for log class

The number of snapshots that have been recorded in the log classs since the last discontinuity. The last discontinuity is indicated by the fdLogClassTimeStamp.

Log-MIB-47 object-type fdLogClassBumps

35 Number of snapshots bumped from log class

The number of snapshots associated with this fdLogClassEntry that have been removed due to defined size or entry limits since the last discontinuity. The last discontinuity is indicated by the fdLogClassTimeStamp.

Log-MIB-48 object-type fdLogClassTimeStamp

36 Time stamp of last discontinuity for log class

The value of sysUpTime at the last discontinuity of any of the counters associated with this row of the fdLogClassTable. Discontinuities occur when the row is activated.

Log-MIB-49 object-type fdLogClassStorageType

37 Log class storage type

The storage type for this entry and all associated rows in the fdLogTable.

Log-MIB-50 object-type fdLogClassRowStatus

38 Log class row status

The status of this conceptual row. Any attempt to modify any read-create object within this conceptual row, other than this object, while the value of this object is active (1) shall result in an inconsistentValue error.

Log-MIB-51 object-type fdLogTable

39 Snapshot log table

A table storing logged snapshots.

Log-MIB-52 object-type fdLogEntry

The record of a snapshot.

Log-MIB-53 row FdLogEntry
Log-MIB-54 object-type fdLogIndex

40 Log index

The sequential number associated with the snapshot to uniquely identity it within the scope of the fdOwnerIndex and fdLogClassIndex.

Log-MIB-55 object-type fdLogFactory

41 Factory that generated the log entry

The entry in the fdLogSnapshotFactoryTable that generated the entry in the log. This value allows a manager to identify the type data recorded in the log and to gain insight into the event that may have caused the entry. The trigger that caused the entry can be discovered if the factory is only called by one action and that action is only called by one trigger.

Log-MIB-56 object-type fdLogValue

42 Value captured by the log snapshot factory

The OER-encoded value of the object instance referenced by the associated fdLogSnapshotFactoryObject when this entry was created. In theory, this is the value of the referenced object when the event occurred, but in practice there will be some delay between the event occurring and the data being obtained and recorded in this log (as recorded in the latency field).

Log-MIB-57 object-type fdLogEventDate

43 Date of event that resulted in the snapshot

The date on which the event was detected according to the UTC Clock within the field device.

Log-MIB-58 object-type fdLogEventTime

44 Time of event that resulted in the snapshot

The time of day at which the event was detected according to the UTC Clock within the field device.

Log-MIB-59 object-type fdLogDate

45 Date on which snapshot was logged

The date on which the snapshot was logged in this table according to the UTC Clock within the field device.

Log-MIB-60 object-type fdLogTime

46 Time at which snapshot was logged

The time of day at which the snapshot was logged in this table according to the UTC Clock within the field device. The log date and time is mostly used internally when clearing entries older than a specified date and time.

Log-MIB-61 object-type fdLogDataLatency

47 Latency between the event and data capture

A concise identification of the latency between the trigger firing and obtaining the value for the logged object. The value is represented by the base 2 logarithm of the number of milliseconds that elapsed between the event and the time at which the data was captured for recording in the log, multiplied by 10 and rounded to the nearest integer value. For example, if exactly one second (1000 ms) elapsed between the detection of the event and the recording of data in the log, the latency value would be round(log2(1000) * 10) = round(9.966 * 10) = round(99.66) = 100. A latency value of 255 represents a latency in excess of 12.73 hours.

Log-MIB-62 comment comment
Conformance Information
Log-MIB-63 object-identity fdLogConformance

A node containing conformance statements related to the fdLogMIB, as defined in ISO/TS 20684-7.

Log-MIB-64 object-identity fdLogCompliances

A node for compliance statements for the fdLogMIB.

Log-MIB-65 object-identity fdLogGroups

A node for group definitions related to fdLogMIB.

Log-MIB-66 module-compliance fdLogComplianceV1

The conformance statement for the field device log MIB.

Log-MIB-67 object-group fdLogAdminGroupV1

Management information that indicates administration-level statistics for the logging feature as a whole.

Log-MIB-68 object-group fdLogConfigGroupV1

Management information that identifies the capabilities of the logging system.

Log-MIB-69 object-group fdLogRetrievalGroupV1

Management information that allows a manager to retrieve a log entry.

Log-MIB-70 end end

Get in touch

Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus, lacus eget hendrerit bibendum, urna est aliquam sem, sit amet imperdiet est velit quis lorem.