-- extracted from draft-ietf-syslog-device-mib-13.txt -- at Fri Jan 19 06:08:13 2007 SYSLOG-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Counter32, Integer32, mib-2, NOTIFICATION-TYPE FROM SNMPv2-SMI RowStatus, StorageType, TEXTUAL-CONVENTION, TimeStamp FROM SNMPv2-TC InetAddressType, InetAddress FROM INET-ADDRESS-MIB MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF SnmpAdminString FROM SNMP-FRAMEWORK-MIB; syslogMIB MODULE-IDENTITY LAST-UPDATED "200701060000Z" -- 6th January, 2007 ORGANIZATION "IETF Syslog Working Group" CONTACT-INFO " Glenn Mansfield Keeni Postal: Cyber Solutions Inc. 6-6-3, Minami Yoshinari Aoba-ku, Sendai, Japan 989-3204. Tel: +81-22-303-4012 Fax: +81-22-303-4015 E-mail: glenn@cysols.com Support Group E-mail: syslog@ietf.org " DESCRIPTION "The MIB module for monitoring syslog entities. In this MIB we refer to a syslog application or device as a syslog entity. A syslog entity sends and/or receives syslog messages. The reader is referred to [RFCPROT] for a description of the various roles of a syslog entity viz. ''sender'', ''receiver'' and ''relay''. The discussion in this document in general applies to a generic syslog entity. For special cases the specific role of the syslog application will be mentioned. Copyright (C) The Internet Trust (2007). This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices. " -- RFC Ed.: replace XXXX with the actual RFC number & remove this -- note REVISION "200701060000Z" -- 6th January, 2007 DESCRIPTION "The initial version, published as RFC XXXX." -- RFC Ed.: replace XXXX with the actual RFC number & remove this -- note ::= { mib-2 YYYY } -- Will be assigned by IANA -- IANA Reg.: Please assign a value for "YYYY" under the -- 'mib-2' subtree and record the assignment in the SMI -- Numbers registry. -- RFC Ed.: When the above assignment has been made, please -- remove the above note -- replace "YYYY" here with the assigned value and -- remove this note. -- ------------------------------------------------------------- -- Textual Conventions -- ------------------------------------------------------------- SyslogRoles ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This textual convention enumerates the roles of a syslog entity. Note that a syslog entity can have multiple roles. " REFERENCE "The Syslog Protocol [RFCPROT] sec. 3. " SYNTAX BITS { sender (0), receiver (1), relay (2) } SyslogService ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The service name or port number that this syslog receiver will bind to. The service name must resolve to a port number on the local host. " SYNTAX OCTET STRING (SIZE (0..255)) SyslogEncapsulation ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This textual convention enumerates the encapsulations of the syslog message that is used between syslog application endpoints. " REFERENCE "Transmission of syslog messages over UDP [RFCUDPX], TLS Transport Mapping for Syslog [RFCTLSX], Reliable Delivery for syslog [RFCBEEP]. " SYNTAX INTEGER { other (1), none (2), -- [RFCUDPX ] (no encapsulation) tls (3), -- [RFCTLSX] beep (4) -- [RFCBEEP] } -- ------------------------------------------------------------- -- syslogMIB - the main groups -- ------------------------------------------------------------- syslogNotifications OBJECT IDENTIFIER ::= { syslogMIB 0 } syslogObjects OBJECT IDENTIFIER ::= { syslogMIB 1 } syslogConformance OBJECT IDENTIFIER ::= { syslogMIB 3 } syslogSystem OBJECT IDENTIFIER ::= { syslogObjects 1 } syslogEntity OBJECT IDENTIFIER ::= { syslogObjects 2 } -- ------------------------------------------------------------- -- syslogSystem -- ------------------------------------------------------------- -- The default parameters syslogDefaultService OBJECT-TYPE SYNTAX SyslogService MAX-ACCESS read-only STATUS current DESCRIPTION "The default service name or port number that a syslog receiver will bind to. " REFERENCE "Transmission of syslog messages over UDP [RFCUDPX] Sec. 3.3. " DEFVAL { "514" } ::= { syslogSystem 1 } syslogDefaultEncapsulation OBJECT-TYPE SYNTAX SyslogEncapsulation MAX-ACCESS read-only STATUS current DESCRIPTION "The default encapsulation used by a syslog receiver to receive syslog messages. " DEFVAL { none } ::= { syslogSystem 2 } -- ------------------------------------------------------------- -- syslog entity configuration info table -- ------------------------------------------------------------- syslogEntityControlTable OBJECT-TYPE SYNTAX SEQUENCE OF SyslogEntityControlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing the configuration parameters pertaining to the syslog entities serviced by an SNMP agent. " ::= { syslogEntity 1 } syslogEntityControlEntry OBJECT-TYPE SYNTAX SyslogEntityControlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The configuration parameters pertaining to a syslog entity. " INDEX { syslogEntityControlIndex } ::= { syslogEntityControlTable 1 } SyslogEntityControlEntry ::= SEQUENCE { syslogEntityControlIndex Unsigned32, syslogEntityControlDescr SnmpAdminString, syslogEntityControlRoles SyslogRoles, syslogEntityControlBindAddrType InetAddressType, syslogEntityControlBindAddr InetAddress, syslogEntityControlService SyslogService, syslogEntityControlEncapsulation SyslogEncapsulation, syslogEntityControlMaxMessageSize Unsigned32, syslogEntityControlConfFileName SnmpAdminString, syslogEntityControlStorageType StorageType, syslogEntityControlRowStatus RowStatus } syslogEntityControlIndex OBJECT-TYPE SYNTAX Unsigned32 (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Index that uniquely identifies the syslog entity in the syslogEntityControlTable. The value of the index for a syslog entity may not be the same across system reboots. Users and Applications will need to determine the index of a syslog entity after system reboots. " ::= { syslogEntityControlEntry 1 } syslogEntityControlDescr OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "A user definable description of the syslog entity. This description could be used by syslog management applications e.g. in reports or in user interfaces. " ::= { syslogEntityControlEntry 2 } syslogEntityControlRoles OBJECT-TYPE SYNTAX SyslogRoles MAX-ACCESS read-create STATUS current DESCRIPTION "The roles of the syslog entity. " ::= { syslogEntityControlEntry 3 } syslogEntityControlBindAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "The type of Internet address which follows in syslogEntityControlBindAddr. If this syslog entity is not a syslog receiver, the value of this object will be 'unknown' (0). " ::= { syslogEntityControlEntry 4 } syslogEntityControlBindAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The specific address the syslog receiver will bind to. The format of the address is specified by the corresponding syslogEntityControlBindAddrType object. If the address is specified in the DNS domain name format [syslogEntityControlBindAddrType = 'dns'], the corresponding IPv4 or IPv6 address obtained at the time of the binding operation by the syslog entity, will be used. If this syslog entity is not a syslog receiver, the value of this object will be a zero-length string. " ::= { syslogEntityControlEntry 5 } syslogEntityControlService OBJECT-TYPE SYNTAX SyslogService MAX-ACCESS read-create STATUS current DESCRIPTION "The service name or port number that this syslog receiver will bind to. If this syslog entity is not a syslog receiver the value of this object will be zero. If no value is specified, the syslog entity will use the service name or port number specified in syslogDefaultService. " ::= { syslogEntityControlEntry 6 } syslogEntityControlEncapsulation OBJECT-TYPE SYNTAX SyslogEncapsulation MAX-ACCESS read-create STATUS current DESCRIPTION "The encapsulation that will be used for syslog messages by the syslog receiver. If this syslog entity is not a syslog receiver the value of this object will be ''other''. If no value is specified, the syslog receiver will use the encapsulation specified in syslogDefaultEncapsulation. " ::= { syslogEntityControlEntry 7 } syslogEntityControlMaxMessageSize OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The maximum size of the syslog messages in bytes for this syslog entity. A syslog receiver may reject or truncate messages larger than the specified maximum syslog message size. " REFERENCE "The Syslog Protocol [RFCPROT] sec. 6.1. " ::= { syslogEntityControlEntry 8 } syslogEntityControlConfFileName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The fullpath name of the configuration file where the syslog entity's message selection and corresponding action rules will be read from. If the syslog entity does not support the specification of a configuration file, this the value of this object will be a zero-length string. " DEFVAL { "/etc/syslog.conf" } ::= { syslogEntityControlEntry 9 } syslogEntityControlStorageType OBJECT-TYPE SYNTAX StorageType MAX-ACCESS read-create STATUS current DESCRIPTION "This object defines whether the parameters defined in this row are kept in volatile storage and lost upon reboot or are backed up by non-volatile or permanent storage. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. " DEFVAL { nonVolatile } ::= { syslogEntityControlEntry 11 } syslogEntityControlRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create, modify and delete rows in the syslogEntityControlTable. The value of syslogEntityControlDescr can be changed when this object is in state ''active'' or in ''notInService''. The other objects in a row can be modified only when the value of this object in the corresponding conceptual row is not ''active''. Thus to modify one or more of the objects in this conceptual row, a. change the row status to ''notInService'', b. change the values of the row c. change the row status to ''active'' The syslogEntityControlRowStatus may be changed to ''active'' if all the managed objects in the conceptual row with MAX-ACCESS read-create except syslogEntityControlService and syslogEntityControlEncapsulation have been assigned valid values. " ::= { syslogEntityControlEntry 12 } -- ------------------------------------------------------------- -- syslogEntityOperations -- ------------------------------------------------------------- syslogEntityOperationsTable OBJECT-TYPE SYNTAX SEQUENCE OF SyslogEntityOperationsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing operations information about the syslog entities serviced by an SNMP agent. This table complements the (configuration) information in syslogEntityControlTable . " ::= { syslogEntity 2 } syslogEntityOperationsEntry OBJECT-TYPE SYNTAX SyslogEntityOperationsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The operations information pertaining to a syslog entity. " AUGMENTS { syslogEntityControlEntry } ::= { syslogEntityOperationsTable 1 } SyslogEntityOperationsEntry ::= SEQUENCE { syslogEntityOperationsMsgsReceived Counter32, syslogEntityOperationsMsgsRelayed Counter32, syslogEntityOperationsMsgsDropped Counter32, syslogEntityOperationsMsgsMalFormed Counter32, syslogEntityOperationsMsgsDiscarded Counter32, syslogEntityOperationsLastMsgRecdTime TimeStamp, syslogEntityOperationsLastMsgTransmittedTime TimeStamp, syslogEntityOperationsStartTime TimeStamp, syslogEntityOperationsLastError SnmpAdminString, syslogEntityOperationsLastErrorTime TimeStamp, syslogEntityOperationsReference Integer32, syslogEntityOperationsCounterDiscontinuityTime TimeStamp, syslogEntityOperationsStatus INTEGER } syslogEntityOperationsMsgsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages received by the syslog receiver. This includes messages that were ignored. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogEntityOperationsCounterDiscontinuityTime. " ::= { syslogEntityOperationsEntry 1 } syslogEntityOperationsMsgsRelayed OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages relayed by the syslog relay to other syslog entities. If this syslog entity is not a syslog relay the value of this object will be zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogEntityOperationsCounterDiscontinuityTime. " REFERENCE "The Syslog Protocol [RFCPROT] sec. 3. " ::= { syslogEntityOperationsEntry 2 } syslogEntityOperationsMsgsDropped OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages that could not be queued for transmission by the syslog relay. If this syslog entity is not a syslog sender the value of this object will be zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogEntityOperationsCounterDiscontinuityTime. " ::= { syslogEntityOperationsEntry 3 } syslogEntityOperationsMsgsMalFormed OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages received by the syslog receiver which had malformed header. If this syslog entity is not a syslog receiver the this object will have a zero value. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogEntityOperationsCounterDiscontinuityTime. " REFERENCE "The Syslog Protocol [RFCPROT] sec. 6.3. " ::= { syslogEntityOperationsEntry 4 } syslogEntityOperationsMsgsDiscarded OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages that were discarded by the syslog receiver. This will include messages that were discarded because the message size was greater than the system's maximum message size. If this syslog entity is not a syslog receiver this object will have a zero value. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of syslogEntityOperationsCounterDiscontinuityTime. " REFERENCE "The Syslog Protocol [RFCPROT] sec. 6.1. " ::= { syslogEntityOperationsEntry 5 } syslogEntityOperationsLastMsgRecdTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when the last message was received by the syslog receiver locally or from a remote syslog entity. If this syslog entity is not a syslog receiver or, if no messages have been received by this syslog entity, since the last re-initialization of the local management subsystem, then this object will have a zero value. " ::= { syslogEntityOperationsEntry 6 } syslogEntityOperationsLastMsgTransmittedTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when the last message was transmitted by the syslog sender. If this syslog entity is not a syslog sender or, if no messages have been transmitted by this syslog entity, since the last re-initialization of the local management subsystem, then this object will have a zero value. " ::= { syslogEntityOperationsEntry 7 } syslogEntityOperationsStartTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when this syslog entity was started. " ::= { syslogEntityOperationsEntry 8 } syslogEntityOperationsLastError OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "A description of the last error related to sending, receiving or processing a syslog message that was encountered by this syslog entity. If no error has been encountered by this syslog entity then the value of this object will be a zero-length string. If no error has been encountered by this syslog entity since the last re-initialization of the local management subsystem then the value of this object will be a zero-length string. " ::= { syslogEntityOperationsEntry 9 } syslogEntityOperationsLastErrorTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when the last error was encountered. If no error has been encountered by this syslog entity since the last re-initialization of the local management subsystem, then this object will have a zero value. " ::= { syslogEntityOperationsEntry 10 } syslogEntityOperationsReference OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "If the Host resource MIB is instantiated on the host then this entry will have the value of the hrSWRunIndex of the corresponding entry in the hrSWRunTable. Note that the hrSWRunIndex is not persistent across system reboots or software restarts. The value of syslogEntityOperationsReference SHOULD reference the latest value of the hrSWRunIndex of the corresponding entry in the hrSWRunTable. The special value of zero indicates that the Host resource MIB is not instantiated. " ::= { syslogEntityOperationsEntry 11 } syslogEntityOperationsCounterDiscontinuityTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime on the most recent occasion at which any one or more of this syslog entity's counters, viz., counters with OID prefix 'syslogEntityOperationsMsgsReceived' or 'syslogEntityOperationsMsgsRelayed' or 'syslogEntityOperationsMsgsDropped' or 'syslogEntityOperationsMsgsMalFormed' or 'syslogEntityOperationsMsgsDiscarded' suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object will have a zero value. " ::= { syslogEntityOperationsEntry 12 } syslogEntityOperationsStatus OBJECT-TYPE SYNTAX INTEGER { unknown (1), started (2), suspended(3), stopped (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "The status of the syslog entity. " DEFVAL { unknown } ::= { syslogEntityOperationsEntry 13 } syslogEntityStatusChanged NOTIFICATION-TYPE OBJECTS { syslogEntityControlDescr, syslogEntityControlRoles, syslogEntityControlBindAddrType, syslogEntityControlBindAddr, syslogEntityControlService, syslogEntityControlEncapsulation, syslogEntityControlConfFileName, syslogEntityOperationsStatus } STATUS current DESCRIPTION "This notification is sent when a syslog entity changes state. For example when the syslog entity starts [syslogEntityOperationsStatus is ''started'' ] or the syslog entity stops [syslogEntityOperationsStatus is ''suspended'' or ''stopped'']. The value of syslogEntityOperationsStatus will be the new status of the syslog entity after the change. The syslog entity corresponding to the notification will be identified by the syslogEntityOperationsIndex instance identifier of the objects in the notification. " ::= { syslogNotifications 1 } -- ------------------------------------------------------------- -- Conformance Information -- ------------------------------------------------------------- syslogGroups OBJECT IDENTIFIER ::= { syslogConformance 1 } syslogCompliances OBJECT IDENTIFIER ::= { syslogConformance 2 } -- ------------------------------------------------------------- -- units of conformance -- ------------------------------------------------------------- syslogDefaultGroup OBJECT-GROUP OBJECTS { syslogDefaultService, syslogDefaultEncapsulation } STATUS current DESCRIPTION "A collection of objects providing default parameters for syslog entities " ::= { syslogGroups 1} syslogEntityOperationsGroup OBJECT-GROUP OBJECTS { -- syslogEntityOperationsIndex, syslogEntityOperationsMsgsReceived, syslogEntityOperationsMsgsRelayed, syslogEntityOperationsMsgsDropped, syslogEntityOperationsMsgsMalFormed, syslogEntityOperationsMsgsDiscarded, syslogEntityOperationsLastMsgRecdTime, syslogEntityOperationsLastMsgTransmittedTime, syslogEntityOperationsStartTime, syslogEntityOperationsLastError, syslogEntityOperationsLastErrorTime, syslogEntityOperationsReference, syslogEntityOperationsCounterDiscontinuityTime, syslogEntityOperationsStatus } STATUS current DESCRIPTION "A collection of objects providing message related statistics." ::= { syslogGroups 2} syslogEntityControlGroup OBJECT-GROUP OBJECTS { syslogEntityControlDescr, syslogEntityControlRoles, syslogEntityControlBindAddrType, syslogEntityControlBindAddr, syslogEntityControlEncapsulation, syslogEntityControlService, syslogEntityControlMaxMessageSize, syslogEntityControlConfFileName, syslogEntityControlStorageType, syslogEntityControlRowStatus } STATUS current DESCRIPTION "A collection of objects representing the run time parameters for the syslog entities. " ::= { syslogGroups 3} syslogNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { syslogEntityStatusChanged } STATUS current DESCRIPTION "A collection of notifications about the operational state of a syslog entity. " ::= { syslogGroups 4} -- ------------------------------------------------------------- -- compliance statements -- ------------------------------------------------------------- syslogFullCompliance1 MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement the SYSLOG-MIB with support for writable objects and notifications. Such an implementation can be both monitored and configured via SNMP. It can also send notifications about change in the operational status of the syslog entity. " MODULE -- this module MANDATORY-GROUPS { syslogNotificationGroup, syslogDefaultGroup, syslogEntityOperationsGroup, syslogEntityControlGroup } ::= { syslogCompliances 1 } syslogFullCompliance2 MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement the SYSLOG-MIB with support for writable objects. Such an implementation can be both monitored and configured via SNMP. " MODULE -- this module MANDATORY-GROUPS { syslogDefaultGroup, syslogEntityOperationsGroup, syslogEntityControlGroup } ::= { syslogCompliances 2 } syslogReadOnlyCompliance1 MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement the syslog MIB without support for read-write (i.e. in read-only mode). It can also send notifications about change in the operational status of the syslog entity. " MODULE -- this module MANDATORY-GROUPS { syslogNotificationGroup, syslogDefaultGroup, syslogEntityOperationsGroup, syslogEntityControlGroup } OBJECT syslogEntityControlDescr MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlRoles MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlBindAddrType MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlBindAddr MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlService MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlEncapsulation MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlMaxMessageSize MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlConfFileName MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlStorageType MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlRowStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required. " ::= { syslogCompliances 3 } syslogReadOnlyCompliance2 MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement the syslog MIB without support for read-write (i.e. in read-only mode). " MODULE -- this module MANDATORY-GROUPS { syslogDefaultGroup, syslogEntityOperationsGroup, syslogEntityControlGroup } OBJECT syslogEntityControlDescr MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlRoles MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlBindAddrType MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlBindAddr MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlService MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlEncapsulation MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlMaxMessageSize MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlConfFileName MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlStorageType MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlRowStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required. " ::= { syslogCompliances 4 } syslogNotificationCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement the SYSLOG-MIB and support only notifications about change in the operational status of a syslog entity. " MODULE -- this module MANDATORY-GROUPS { syslogNotificationGroup } ::= { syslogCompliances 5 } END -- -- Copyright (C) The IETF Trust (2007). -- -- This document is subject to the rights, licenses and restrictions -- contained in BCP 78, and except as set forth therein, the authors -- retain all their rights. -- -- This document and the information contained herein are provided on -- an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE -- REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE -- IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL -- WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY -- WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY -- RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A -- PARTICULAR PURPOSE. -- Intellectual Property -- -- The IETF takes no position regarding the validity or scope of any -- Intellectual Property Rights or other rights that might be claimed -- to pertain to the implementation or use of the technology -- described in this document or the extent to which any license -- under such rights might or might not be available; nor does it -- represent that it has made any independent effort to identify any -- such rights. Information on the procedures with respect to -- rights in RFC documents can be found in BCP 78 and BCP 79. -- -- Copies of IPR disclosures made to the IETF Secretariat and any -- assurances of licenses to be made available, or the result of an -- attempt made to obtain a general license or permission for the use -- of such proprietary rights by implementers or users of this -- specification can be obtained from the IETF on-line IPR repository -- at http://www.ietf.org/ipr. -- -- The IETF invites any interested party to bring to its attention -- any copyrights, patents or patent applications, or other -- proprietary rights that may cover technology that may be required -- to implement this standard. Please address the information to the -- IETF at ietf-ipr@ietf.org. -- -- Acknowledgment -- -- Funding for the RFC Editor function is provided by the IETF -- Administrative Support Activity (IASA). -- APPENDIX -- -- -- This section documents the development of the draft. It will be -- deleted when the draft becomes an RFC. -- -- Revision History: -- Changes from draft-ietf-syslog-device-mib-12.txt -- to draft-ietf-syslog-device-mib-13.txt --