-- extracted from draft-ietf-syslog-device-mib-12.txt -- at Fri Dec 22 06:07:57 2006 SYSLOG-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Counter32, Integer32, mib-2, zeroDotZero, NOTIFICATION-TYPE FROM SNMPv2-SMI RowStatus, StorageType, TEXTUAL-CONVENTION, TimeStamp FROM SNMPv2-TC InetAddressType, InetAddress FROM INET-ADDRESS-MIB transportDomainUdpIpv4, TransportDomain FROM TRANSPORT-ADDRESS-MIB MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF SnmpAdminString FROM SNMP-FRAMEWORK-MIB; syslogMIB MODULE-IDENTITY LAST-UPDATED "200610230000Z" -- 23th October, 2006 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'', ''relay'' and ''collector''. The discussion in this document in general refers to a syslog entity. For exceptional cases the specific role of the syslog application will be mentioned. Copyright (C) The Internet Trust (2006). 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 "200610230000Z" -- 23rd October, 2006 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 -- ------------------------------------------------------------- SyslogFacility ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This textual convention enumerates the facilities that originate syslog messages. The value noMap(99) indicates that the appropriate facility will be provided by the application on the managed entity. If this option is not available on a particular entity, attempts to set the facility to this value will fail with an error-status of wrongValue. " REFERENCE "The Syslog Protocol [RFCPROT] sec. 6.2.1 (Table 1). " SYNTAX INTEGER { kernel (0), -- kernel messages user (1), -- user-level messages mail (2), -- mail system messages daemon (3), -- system daemons' messages auth1 (4), -- security/authorization messages syslog (5), -- messages generated internally by -- syslogd lpr (6), -- line printer subsystem messages news (7), -- network news subsystem messages uucp (8), -- UUCP subsystem messages cron1 (9), -- clock daemon messages auth2 (10),-- security/authorization messages ftp (11),-- ftp daemon messages ntp (12),-- NTP subsystem messages logAudit (13),-- log audit messages logAlert (14),-- log alert messages cron2 (15),-- clock daemon messages local0 (16), local1 (17), local2 (18), local3 (19), local4 (20), local5 (21), local6 (22), local7 (23), noMap (99) } SyslogSeverity ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This textual convention enumerates the severity levels of syslog messages. " REFERENCE "The Syslog Protocol RFCPROT sec. 6.2.1 (Table 2) " SYNTAX INTEGER { emergency (0), -- system is unusable alert (1), -- action must be taken immediately critical (2), -- critical condition error (3), -- error condition warning (4), -- warning condition notice (5), -- normal but significant condition info (6), -- informational message debug (7) -- debug-level messages } SyslogService ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The service name or port number that will be used to send and/or receive messages. The service name must resolve to a port number on the local host. " SYNTAX OCTET STRING (SIZE (0..255)) -- ------------------------------------------------------------- -- 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 syslogDefaultTransportDomain OBJECT-TYPE SYNTAX TransportDomain MAX-ACCESS read-write STATUS current DESCRIPTION "The default transportDomain for the address which the syslog entity will use to receive and transmit messages. Typical values will be one of (not all inclusive) list: transportDomainUdpIpv4 (from TRANSPORT-ADDRESS-MIB) transportDomainUdpIpv6 (from TRANSPORT-ADDRESS-MIB) The default transport that a syslog entity will use to send syslog messages. The value of this object SHOULD remain unchanged across reboots of the managed entity. " REFERENCE "The Syslog Protocol [RFCPROT] Sec. 5. " DEFVAL {transportDomainUdpIpv4} ::= { syslogSystem 1 } syslogDefaultService OBJECT-TYPE SYNTAX SyslogService MAX-ACCESS read-write STATUS current DESCRIPTION "The default service name or port number that a syslog entity will use to send syslog messages. The value of this object SHOULD remain unchanged across reboots of the managed entity. " REFERENCE "Transmission of syslog messages over UDP RFCUDPX Sec. 3.3. " DEFVAL { "514" } ::= { syslogSystem 2 } syslogDefaultFacility OBJECT-TYPE SYNTAX SyslogFacility MAX-ACCESS read-write STATUS current DESCRIPTION "The default syslog facility will be used to compute the syslog priority that will be added to syslog messages when the message needs to be relayed and does not have facility specified. The value of this object SHOULD remain unchanged across reboots of the managed entity. " ::= { syslogSystem 3 } syslogDefaultSeverity OBJECT-TYPE SYNTAX SyslogSeverity MAX-ACCESS read-write STATUS current DESCRIPTION "The default syslog severity will be used to compute the syslog priority that will be added to syslog messages when the message needs to be relayed and does not have priority specified. The value of this object SHOULD remain unchanged across reboots of the managed entity. " ::= { syslogSystem 4 } -- ------------------------------------------------------------- -- 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, syslogEntityControlBindAddrType InetAddressType, syslogEntityControlBindAddr InetAddress, syslogEntityControlTransportDomain TransportDomain, syslogEntityControlService SyslogService, syslogEntityControlMaxMessageSize Unsigned32, syslogEntityControlConfFileName SnmpAdminString, syslogEntityControlStatus INTEGER, 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 } syslogEntityControlBindAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "The type of Internet address which follows in syslogEntityControlBindAddr. " ::= { syslogEntityControlEntry 3 } syslogEntityControlBindAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The specific address the syslog entity 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. " ::= { syslogEntityControlEntry 4 } syslogEntityControlTransportDomain OBJECT-TYPE SYNTAX TransportDomain MAX-ACCESS read-create STATUS current DESCRIPTION "The transport that a syslog entity will use to send syslog messages. The value 'zeroDotZero' indicates the syslog entity will use the transport specified in syslogDefaultTransportDomain. " DEFVAL {zeroDotZero} ::= { syslogEntityControlEntry 5 } syslogEntityControlService OBJECT-TYPE SYNTAX SyslogService MAX-ACCESS read-create STATUS current DESCRIPTION "The service name or port number that this syslog entity will use to send syslog messages. If no value is specified, the syslog entity will use the service name or port number specified in syslogDefaultService. " ::= { syslogEntityControlEntry 6 } 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 entity may reject or truncate messages larger than the specified maximum syslog message size. " ::= { syslogEntityControlEntry 7 } 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 system does not support the specification of a configuration file, this field will be a zero-length string. " DEFVAL { "/etc/syslog.conf" } ::= { syslogEntityControlEntry 8 } syslogEntityControlStatus 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 } ::= { 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 10 } 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 have been assigned valid values. " ::= { syslogEntityControlEntry 11 } -- ------------------------------------------------------------- -- 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, syslogEntityOperationsMsgsIllFormed Counter32, syslogEntityOperationsMsgsIgnored Counter32, syslogEntityOperationsLastMsgRecdTime TimeStamp, syslogEntityOperationsLastMsgTransmittedTime TimeStamp, syslogEntityOperationsStartTime TimeStamp, syslogEntityOperationsLastError SnmpAdminString, syslogEntityOperationsLastErrorTime TimeStamp, syslogEntityOperationsReference Integer32, syslogEntityOperationsCounterDiscontinuityTime TimeStamp } syslogEntityOperationsMsgsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages received by the syslog entity. 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 entity to other syslog entities. 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 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 entity. 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 } syslogEntityOperationsMsgsIllFormed OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages that were rejected by the syslog entity because these were not well-formed. 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 4 } syslogEntityOperationsMsgsIgnored OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages that were not processed by the syslog entity because the messages did not meet the allowed specifications. This will include messages that are not accepted as the message size was greater than the system's maximum message size and will exclude messages that are rejected because they are malformed. 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 5 } syslogEntityOperationsLastMsgRecdTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The local time when the last message was received by the syslog entity locally or from a remote syslog entity. " ::= { syslogEntityOperationsEntry 6 } syslogEntityOperationsLastMsgTransmittedTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The local time when the last message was transmitted by the syslog entity. " ::= { syslogEntityOperationsEntry 7 } syslogEntityOperationsStartTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The local time when this 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. " ::= { syslogEntityOperationsEntry 9 } syslogEntityOperationsLastErrorTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The local time when the last error was encountered. " ::= { 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 'syslogEntityOperationsMsgsIllFormed' or 'syslogEntityOperationsMsgsIgnored' 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 } syslogEntityStatusChanged NOTIFICATION-TYPE OBJECTS { syslogEntityControlStatus, syslogEntityControlDescr, syslogEntityControlBindAddrType, syslogEntityControlBindAddr, syslogEntityControlTransportDomain, syslogEntityControlService, syslogEntityControlConfFileName } STATUS current DESCRIPTION "This notification is sent when a syslog entity changes state. For example when the syslog entity starts [syslogEntityControlStatus is ''started'' ] or the syslog entity stops [syslogEntityControlStatus is ''suspended'' or ''stopped'']. 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 { syslogDefaultTransportDomain, syslogDefaultService, syslogDefaultFacility, syslogDefaultSeverity } STATUS current DESCRIPTION "A collection of objects providing default parameters for syslog entities " ::= { syslogGroups 1} syslogEntityOperationsGroup OBJECT-GROUP OBJECTS { -- syslogEntityOperationsIndex, syslogEntityOperationsMsgsReceived, syslogEntityOperationsMsgsRelayed, syslogEntityOperationsMsgsDropped, syslogEntityOperationsMsgsIllFormed, syslogEntityOperationsMsgsIgnored, syslogEntityOperationsLastMsgRecdTime, syslogEntityOperationsLastMsgTransmittedTime, syslogEntityOperationsStartTime, syslogEntityOperationsLastError, syslogEntityOperationsLastErrorTime, syslogEntityOperationsReference, syslogEntityOperationsCounterDiscontinuityTime } STATUS current DESCRIPTION "A collection of objects providing message related statistics." ::= { syslogGroups 2} syslogEntityControlGroup OBJECT-GROUP OBJECTS { syslogEntityControlDescr, syslogEntityControlBindAddrType, syslogEntityControlBindAddr, syslogEntityControlTransportDomain, syslogEntityControlService, syslogEntityControlMaxMessageSize, syslogEntityControlConfFileName, syslogEntityControlStatus, 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 syslogEntityControlBindAddrType MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlBindAddr MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlTransportDomain MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlService 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 syslogEntityControlBindAddrType MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlBindAddr MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlTransportDomain MIN-ACCESS read-only DESCRIPTION "Write access is not required. " OBJECT syslogEntityControlService 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 (2006). -- -- 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-11.txt -- to draft-ietf-syslog-device-mib-12.txt --