SYSLOG-MSG-MIB
This MIB module represents SYSLOG messages as SNMP objects. Copyright (c) 2009 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 5676; see the RFC itself for full legal notices.
Main OID:
syslogMsgMib.1.3.6.1.2.1.192
36
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
36 total| Object Name |
|---|
syslogMsgMibThis MIB module represents SYSLOG messages as SNMP objects. Copyright (c) 2009 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 5676; see the RFC itself for full legal notices. MODULE-IDENTITY .1.3.6.1.2.1.192 |
syslogMsgNotifications OBJECT IDENTIFIER .1.3.6.1.2.1.192.0 |
syslogMsgNotificationThe syslogMsgNotification is generated when a new SYSLOG message is received and the value of syslogMsgGenerateNotifications is true. Implementations may add syslogMsgSDParamValue objects as long as the resulting notification fits into the size constraints imposed by the implementation environment and the notification message size constraints imposed by maxMessageSize [RFC3412] and SNMP transport mappings. NOTIFICATION-TYPE .1.3.6.1.2.1.192.0.1 |
syslogMsgObjects OBJECT IDENTIFIER .1.3.6.1.2.1.192.1 |
syslogMsgControl OBJECT IDENTIFIER .1.3.6.1.2.1.192.1.1 |
syslogMsgTableMaxSizeThe maximum number of SYSLOG messages that may be held in syslogMsgTable. A particular setting does not guarantee that there is sufficient memory available for the maximum number of table entries indicated by this object. A value of 0 means no fixed limit. If an application reduces the limit while there are SYSLOG messages in the syslogMsgTable, the SYSLOG messages that are in the syslogMsgTable for the longest time MUST be discarded to bring the table down to the new limit. The value of this object should be kept in nonvolatile memory.rw Unsigned32 .1.3.6.1.2.1.192.1.1.1 |
syslogMsgEnableNotificationsIndicates whether syslogMsgNotification notifications are generated. The value of this object should be kept in nonvolatile memory.rw TruthValue (SNMPv2-TC) .1.3.6.1.2.1.192.1.1.2 |
syslogMsgTableA table containing recent SYSLOG messages. The size of the table is controlled by the syslogMsgTableMaxSize object. SEQUENCE OF SyslogMsgEntry .1.3.6.1.2.1.192.1.2 |
syslogMsgEntryAn entry of the syslogMsgTable. SyslogMsgEntry .1.3.6.1.2.1.192.1.2.1 |
syslogMsgIndexA monotonically increasing number used to identify entries in the syslogMsgTable. When syslogMsgIndex reaches the maximum value (4294967295), the value wraps back to 1. Applications periodically polling the syslogMsgTable for new entries should take into account that a complete rollover of syslogMsgIndex will happen if more than 4294967294 messages are received during a poll interval. Unsigned32 .1.3.6.1.2.1.192.1.2.1.1 |
syslogMsgFacilityThe facility of the SYSLOG message.ro SyslogFacility (SYSLOG-TC-MIB) .1.3.6.1.2.1.192.1.2.1.2 |
syslogMsgSeverityThe severity of the SYSLOG messagero SyslogSeverity (SYSLOG-TC-MIB) .1.3.6.1.2.1.192.1.2.1.3 |
syslogMsgVersionThe version of the SYSLOG message. A value of 0 indicates that the version is unknown.ro Unsigned32 .1.3.6.1.2.1.192.1.2.1.4 |
syslogMsgTimeStampThe timestamp of the SYSLOG message. A zero-length string is returned if the timestamp is unknown.ro SyslogTimeStamp .1.3.6.1.2.1.192.1.2.1.5 |
syslogMsgHostNameThe hostname and the (optional) domain name of the SYSLOG message. A zero-length string indicates an unknown hostname. The SYSLOG protocol specification constrains this string to printable US-ASCII code points.ro DisplayString .1.3.6.1.2.1.192.1.2.1.6 |
syslogMsgAppNameThe app-name of the SYSLOG message. A zero-length string indicates an unknown app-name. The SYSLOG protocol specification constrains this string to printable US-ASCII code points.ro DisplayString .1.3.6.1.2.1.192.1.2.1.7 |
syslogMsgProcIDThe procid of the SYSLOG message. A zero-length string indicates an unknown procid. The SYSLOG protocol specification constrains this string to printable US-ASCII code points.ro DisplayString .1.3.6.1.2.1.192.1.2.1.8 |
syslogMsgMsgIDThe msgid of the SYSLOG message. A zero-length string indicates an unknown msgid. The SYSLOG protocol specification constrains this string to printable US-ASCII code points.ro DisplayString .1.3.6.1.2.1.192.1.2.1.9 |
syslogMsgSDParamsThe total number of structured data element parameters carried in the SYSLOG message. This number effectively indicates the number of entries in the syslogMsgSDTable. It can be used, for example, by a notification receiver to determine whether a notification carried all structured data element parameters of a SYSLOG message.ro Unsigned32 .1.3.6.1.2.1.192.1.2.1.10 |
syslogMsgMsgThe message part of the SYSLOG message. The syntax does not impose a size restriction. Implementations of this MIB module may truncate the message part of the SYSLOG message such that it fits into the size constraints imposed by the implementation environment. Such truncations can also happen elsewhere in the SYSLOG forwarding chain. If the first octets contain the value 'EFBBBF'h, then the rest of the message is a UTF-8 string. Since SYSLOG messages may be truncated at arbitrary octet boundaries during forwarding, the message may contain invalid UTF-8 encodings at the end.ro OCTET STRING .1.3.6.1.2.1.192.1.2.1.11 |
syslogMsgSDTableA table containing structured data elements of SYSLOG messages. SEQUENCE OF SyslogMsgSDEntry .1.3.6.1.2.1.192.1.3 |
syslogMsgSDEntryAn entry of the syslogMsgSDTable. SyslogMsgSDEntry .1.3.6.1.2.1.192.1.3.1 |
syslogMsgSDParamIndexThis object indexes the structured data element parameters contained in a SYSLOG message. The first structured data element parameter has the index value 1, and subsequent parameters are indexed by incrementing the index of the previous parameter. The index increases across structured data element boundaries so that the value reflects the position of a structured data element parameter in a SYSLOG message. Unsigned32 .1.3.6.1.2.1.192.1.3.1.1 |
syslogMsgSDIDThe name (SD-ID) of a structured data element. The SYSLOG protocol specification constrains this string to printable US-ASCII code points. DisplayString .1.3.6.1.2.1.192.1.3.1.2 |
syslogMsgSDParamNameThe name of a parameter of the structured data element. The SYSLOG protocol specification constrains this string to printable US-ASCII code points. DisplayString .1.3.6.1.2.1.192.1.3.1.3 |
syslogMsgSDParamValueThe value of the parameter of a SYSLOG message identified by the index of this table. The value is stored in the unescaped format.ro SyslogParamValueString .1.3.6.1.2.1.192.1.3.1.4 |
syslogMsgConformance OBJECT IDENTIFIER .1.3.6.1.2.1.192.2 |
syslogMsgGroups OBJECT IDENTIFIER .1.3.6.1.2.1.192.2.1 |
syslogMsgNotificationGroupThe notifications emitted by this MIB module. Unknown .1.3.6.1.2.1.192.2.1.1 |
syslogMsgGroupA collection of objects representing a SYSLOG message, excluding structured data elements. Unknown .1.3.6.1.2.1.192.2.1.2 |
syslogMsgSDGroupA collection of objects representing the structured data elements of a SYSLOG message. Unknown .1.3.6.1.2.1.192.2.1.3 |
syslogMsgControlGroupA collection of control objects to control the size of the syslogMsgTable and to enable/disable notifications. Unknown .1.3.6.1.2.1.192.2.1.4 |
syslogMsgCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.192.2.2 |
syslogMsgFullComplianceThe compliance statement for implementations of the SYSLOG-MSG-MIB. Unknown .1.3.6.1.2.1.192.2.2.1 |
syslogMsgReadOnlyComplianceThe compliance statement for implementations of the SYSLOG-MSG-MIB that do not support read-write access. Unknown .1.3.6.1.2.1.192.2.2.2 |
syslogMsgNotificationComplianceThe compliance statement for implementations of the SYSLOG-MSG-MIB that do only generate notifications and do not provide a table to allow read access to SYSLOG message details. Unknown .1.3.6.1.2.1.192.2.2.3 |