MIB Viewer

OS-SYSLOG-MIB

34 objects
The MIB module to describe and store the syslog messages.
Imported Objects
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMICounter32 enterprises Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCDisplayString TEXTUAL-CONVENTION TimeStamp TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.6926Nodeoaccess
1.3.6.1.4.1.6926.2NodeoaOptiSwitch
1.3.6.1.4.1.6926.2.32IdentityosSyslogThe MIB module to describe and store the syslog messages.
1.3.6.1.4.1.6926.2.32.0NodeosSyslogNotifications
1.3.6.1.4.1.6926.2.32.0.1NotificationosLogMsgAlarmcurrentWhen the device generates a syslog message, it sends a osLogMsgAlarm notification. The sending of these notifications can be enabled/disabled via the osLogNoti…
1.3.6.1.4.1.6926.2.32.1NodeosSyslogObjects
1.3.6.1.4.1.6926.2.32.1.1NodeosLogGen
1.3.6.1.4.1.6926.2.32.1.1.1ScalarosLogHistTableMaxLengthread-writecurrentThe upper limit on the number of entries that the osLogHistoryTable may contain. A value of 0 will prevent any history from being retained and any notificatiob…
1.3.6.1.4.1.6926.2.32.1.1.2ScalarosLogNotificationsEnabledread-writecurrentIndicates whether osLogMsgNotification notifications will or will not be sent when a syslog message is generated by the device.
1.3.6.1.4.1.6926.2.32.1.1.3ScalarosLogMaxSeverityread-writecurrentIndicates which syslog severity levels will be processed. Any syslog message with a severity value greater than this value will be ignored by the agent. note: …
1.3.6.1.4.1.6926.2.32.1.1.4ScalarosLogDataClearread-writecurrentAllows to clear all tables and all statistics. On GET/GETNEXT requests always return 'false'.
1.3.6.1.4.1.6926.2.32.1.1.7ScalarosLogNotificationsSentread-onlycurrentThe number of osLogMsgNotification notifications that have been sent.
1.3.6.1.4.1.6926.2.32.1.1.8ScalarosLogMsgIgnoredread-onlycurrentThe number of syslog messages which were ignored. A message will be ignored if it has a severity value greater than osLogMaxSeverity.
1.3.6.1.4.1.6926.2.32.1.2NodeosLogTables
1.3.6.1.4.1.6926.2.32.1.2.3TableosLogHistoryTablenot-accessiblecurrentA table of syslog messages generated by this device.
1.3.6.1.4.1.6926.2.32.1.2.3.1RowosLogHistoryEntrynot-accessiblecurrentContains an entry of the osLogHistoryTable.
1.3.6.1.4.1.6926.2.32.1.2.3.1.1ColumnosLogHistIndexnot-accessiblecurrentWhen it reaches the maximum value the agent flushes the table and wraps the value back to 1.
1.3.6.1.4.1.6926.2.32.1.2.3.1.2ColumnosLogHistFacilityread-onlycurrentName of the facility that generated this message. For example: 'ethsrv'.
1.3.6.1.4.1.6926.2.32.1.2.3.1.3ColumnosLogHistSeverityread-onlycurrentThe severity of the message.
1.3.6.1.4.1.6926.2.32.1.2.3.1.5ColumnosLogHistMessageread-onlycurrentThe text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 254 bytes and a '*' character will be appended - indica…
1.3.6.1.4.1.6926.2.32.1.2.3.1.6ColumnosLogHistUpTimeread-onlycurrentThe value of sysUpTime when this message was generated.
1.3.6.1.4.1.6926.2.32.1.2.5TableosLogLastSevTablenot-accessiblecurrentA table of last stored syslog messages by severities.
1.3.6.1.4.1.6926.2.32.1.2.5.1RowosLogLastSevEntrynot-accessiblecurrentContains an entry of the osLogHistoryTable.
1.3.6.1.4.1.6926.2.32.1.2.5.1.1ColumnosLogLastSevIndexnot-accessiblecurrentIndex in osLogHistoryTable.
1.3.6.1.4.1.6926.2.32.1.2.5.1.2ColumnosLogLastSevFacilityread-onlycurrentName of the facility that generated this message. For example: 'VTYSH'.
1.3.6.1.4.1.6926.2.32.1.2.5.1.5ColumnosLogLastSevMessageread-onlycurrentThe text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 254 bytes and a '*' character will be appended - indica…
1.3.6.1.4.1.6926.2.32.1.2.5.1.6ColumnosLogLastSevUpTimeread-onlycurrentThe value of sysUpTime when this message was generated.
1.3.6.1.4.1.6926.2.32.100NodeosSyslogConformance
1.3.6.1.4.1.6926.2.32.100.1NodeosLogCompliances
1.3.6.1.4.1.6926.2.32.100.1.1ComplianceosLogCompliancecurrentThe core compliance statement for all the implementations.
1.3.6.1.4.1.6926.2.32.100.2NodeosLogGroups
1.3.6.1.4.1.6926.2.32.100.2.1GrouposSyslogMandatoryGroupcurrent.
1.3.6.1.4.1.6926.2.32.100.2.2GrouposSyslogNotificationsGroupcurrentThe notification which are required to be supported by implementations of this MIB.
Type Definitions
NameSyntaxStatusDescription
SyslogSeverityINTEGER { emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8) }currentThe severity of a syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0. 'emergency' : system is unusable 'alert' : action must be taken immediately '…