Blame mibs/SNMP-FRAMEWORK-MIB.txt

Packit fcad23
SNMP-FRAMEWORK-MIB DEFINITIONS ::= BEGIN
Packit fcad23
Packit fcad23
IMPORTS
Packit fcad23
    MODULE-IDENTITY, OBJECT-TYPE,
Packit fcad23
    OBJECT-IDENTITY,
Packit fcad23
    snmpModules                           FROM SNMPv2-SMI
Packit fcad23
    TEXTUAL-CONVENTION                    FROM SNMPv2-TC
Packit fcad23
    MODULE-COMPLIANCE, OBJECT-GROUP       FROM SNMPv2-CONF;
Packit fcad23
Packit fcad23
snmpFrameworkMIB MODULE-IDENTITY
Packit fcad23
    LAST-UPDATED "200210140000Z"
Packit fcad23
    ORGANIZATION "SNMPv3 Working Group"
Packit fcad23
    CONTACT-INFO "WG-EMail:   snmpv3@lists.tislabs.com
Packit fcad23
                  Subscribe:  snmpv3-request@lists.tislabs.com
Packit fcad23
Packit fcad23
                  Co-Chair:   Russ Mundy
Packit fcad23
                              Network Associates Laboratories
Packit fcad23
                  postal:     15204 Omega Drive, Suite 300
Packit fcad23
                              Rockville, MD 20850-4601
Packit fcad23
                              USA
Packit fcad23
                  EMail:      mundy@tislabs.com
Packit fcad23
                  phone:      +1 301-947-7107
Packit fcad23
Packit fcad23
                  Co-Chair &
Packit fcad23
                  Co-editor:  David Harrington
Packit fcad23
                              Enterasys Networks
Packit fcad23
                  postal:     35 Industrial Way
Packit fcad23
                              P. O. Box 5005
Packit fcad23
                              Rochester, New Hampshire 03866-5005
Packit fcad23
                              USA
Packit fcad23
                  EMail:      dbh@enterasys.com
Packit fcad23
                  phone:      +1 603-337-2614
Packit fcad23
Packit fcad23
                  Co-editor:  Randy Presuhn
Packit fcad23
                              BMC Software, Inc.
Packit fcad23
                  postal:     2141 North First Street
Packit fcad23
                              San Jose, California 95131
Packit fcad23
                              USA
Packit fcad23
                  EMail:      randy_presuhn@bmc.com
Packit fcad23
                  phone:      +1 408-546-1006
Packit fcad23
Packit fcad23
                  Co-editor:  Bert Wijnen
Packit fcad23
                              Lucent Technologies
Packit fcad23
                  postal:     Schagen 33
Packit fcad23
                              3461 GL Linschoten
Packit fcad23
                              Netherlands
Packit fcad23
Packit fcad23
                  EMail:      bwijnen@lucent.com
Packit fcad23
                  phone:      +31 348-680-485
Packit fcad23
                    "
Packit fcad23
       DESCRIPTION  "The SNMP Management Architecture MIB
Packit fcad23
Packit fcad23
                     Copyright (C) The Internet Society (2002). This
Packit fcad23
                     version of this MIB module is part of RFC 3411;
Packit fcad23
                     see the RFC itself for full legal notices.
Packit fcad23
                    "
Packit fcad23
Packit fcad23
       REVISION     "200210140000Z"         -- 14 October 2002
Packit fcad23
       DESCRIPTION  "Changes in this revision:
Packit fcad23
                     - Updated various administrative information.
Packit fcad23
                     - Corrected some typos.
Packit fcad23
                     - Corrected typo in description of SnmpEngineID
Packit fcad23
                       that led to range overlap for 127.
Packit fcad23
                     - Changed '255a' to '255t' in definition of
Packit fcad23
                       SnmpAdminString to align with current SMI.
Packit fcad23
                     - Reworded 'reserved' for value zero in
Packit fcad23
                       DESCRIPTION of SnmpSecurityModel.
Packit fcad23
                     - The algorithm for allocating security models
Packit fcad23
                       should give 256 per enterprise block, rather
Packit fcad23
                       than 255.
Packit fcad23
                     - The example engine ID of 'abcd' is not
Packit fcad23
                       legal. Replaced with '800002b804616263'H based
Packit fcad23
                       on example enterprise 696, string 'abc'.
Packit fcad23
                     - Added clarification that engineID should
Packit fcad23
                       persist across re-initializations.
Packit fcad23
                     This revision published as RFC 3411.
Packit fcad23
                    "
Packit fcad23
       REVISION     "199901190000Z"         -- 19 January 1999
Packit fcad23
       DESCRIPTION  "Updated editors' addresses, fixed typos.
Packit fcad23
                     Published as RFC 2571.
Packit fcad23
                    "
Packit fcad23
       REVISION     "199711200000Z"         -- 20 November 1997
Packit fcad23
       DESCRIPTION  "The initial version, published in RFC 2271.
Packit fcad23
                    "
Packit fcad23
       ::= { snmpModules 10 }
Packit fcad23
Packit fcad23
   -- Textual Conventions used in the SNMP Management Architecture ***
Packit fcad23
Packit fcad23
SnmpEngineID ::= TEXTUAL-CONVENTION
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "An SNMP engine's administratively-unique identifier.
Packit fcad23
                 Objects of this type are for identification, not for
Packit fcad23
                 addressing, even though it is possible that an
Packit fcad23
                 address may have been used in the generation of
Packit fcad23
                 a specific value.
Packit fcad23
Packit fcad23
                 The value for this object may not be all zeros or
Packit fcad23
                 all 'ff'H or the empty (zero length) string.
Packit fcad23
Packit fcad23
                 The initial value for this object may be configured
Packit fcad23
                 via an operator console entry or via an algorithmic
Packit fcad23
                 function.  In the latter case, the following
Packit fcad23
                 example algorithm is recommended.
Packit fcad23
Packit fcad23
                 In cases where there are multiple engines on the
Packit fcad23
                 same system, the use of this algorithm is NOT
Packit fcad23
                 appropriate, as it would result in all of those
Packit fcad23
                 engines ending up with the same ID value.
Packit fcad23
Packit fcad23
                 1) The very first bit is used to indicate how the
Packit fcad23
                    rest of the data is composed.
Packit fcad23
Packit fcad23
                    0 - as defined by enterprise using former methods
Packit fcad23
                        that existed before SNMPv3. See item 2 below.
Packit fcad23
Packit fcad23
                    1 - as defined by this architecture, see item 3
Packit fcad23
                        below.
Packit fcad23
Packit fcad23
                    Note that this allows existing uses of the
Packit fcad23
                    engineID (also known as AgentID [RFC1910]) to
Packit fcad23
                    co-exist with any new uses.
Packit fcad23
Packit fcad23
                 2) The snmpEngineID has a length of 12 octets.
Packit fcad23
Packit fcad23
                    The first four octets are set to the binary
Packit fcad23
                    equivalent of the agent's SNMP management
Packit fcad23
                    private enterprise number as assigned by the
Packit fcad23
                    Internet Assigned Numbers Authority (IANA).
Packit fcad23
                    For example, if Acme Networks has been assigned
Packit fcad23
                    { enterprises 696 }, the first four octets would
Packit fcad23
                    be assigned '000002b8'H.
Packit fcad23
Packit fcad23
                    The remaining eight octets are determined via
Packit fcad23
                    one or more enterprise-specific methods. Such
Packit fcad23
                    methods must be designed so as to maximize the
Packit fcad23
                    possibility that the value of this object will
Packit fcad23
                    be unique in the agent's administrative domain.
Packit fcad23
                    For example, it may be the IP address of the SNMP
Packit fcad23
                    entity, or the MAC address of one of the
Packit fcad23
                    interfaces, with each address suitably padded
Packit fcad23
                    with random octets.  If multiple methods are
Packit fcad23
                    defined, then it is recommended that the first
Packit fcad23
                    octet indicate the method being used and the
Packit fcad23
                    remaining octets be a function of the method.
Packit fcad23
Packit fcad23
                 3) The length of the octet string varies.
Packit fcad23
Packit fcad23
                    The first four octets are set to the binary
Packit fcad23
                    equivalent of the agent's SNMP management
Packit fcad23
                    private enterprise number as assigned by the
Packit fcad23
                    Internet Assigned Numbers Authority (IANA).
Packit fcad23
                    For example, if Acme Networks has been assigned
Packit fcad23
                    { enterprises 696 }, the first four octets would
Packit fcad23
                    be assigned '000002b8'H.
Packit fcad23
Packit fcad23
                    The very first bit is set to 1. For example, the
Packit fcad23
                    above value for Acme Networks now changes to be
Packit fcad23
                    '800002b8'H.
Packit fcad23
Packit fcad23
                    The fifth octet indicates how the rest (6th and
Packit fcad23
                    following octets) are formatted. The values for
Packit fcad23
                    the fifth octet are:
Packit fcad23
Packit fcad23
                      0     - reserved, unused.
Packit fcad23
Packit fcad23
                      1     - IPv4 address (4 octets)
Packit fcad23
                              lowest non-special IP address
Packit fcad23
Packit fcad23
                      2     - IPv6 address (16 octets)
Packit fcad23
                              lowest non-special IP address
Packit fcad23
Packit fcad23
                      3     - MAC address (6 octets)
Packit fcad23
                              lowest IEEE MAC address, canonical
Packit fcad23
                              order
Packit fcad23
Packit fcad23
                      4     - Text, administratively assigned
Packit fcad23
                              Maximum remaining length 27
Packit fcad23
Packit fcad23
                      5     - Octets, administratively assigned
Packit fcad23
                              Maximum remaining length 27
Packit fcad23
Packit fcad23
                      6-127 - reserved, unused
Packit fcad23
Packit fcad23
                    128-255 - as defined by the enterprise
Packit fcad23
                              Maximum remaining length 27
Packit fcad23
                "
Packit fcad23
    SYNTAX       OCTET STRING (SIZE(5..32))
Packit fcad23
Packit fcad23
SnmpSecurityModel ::= TEXTUAL-CONVENTION
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "An identifier that uniquely identifies a
Packit fcad23
                 Security Model of the Security Subsystem within
Packit fcad23
                 this SNMP Management Architecture.
Packit fcad23
Packit fcad23
                 The values for securityModel are allocated as
Packit fcad23
                 follows:
Packit fcad23
Packit fcad23
                 - The zero value does not identify any particular
Packit fcad23
                   security model.
Packit fcad23
Packit fcad23
                 - Values between 1 and 255, inclusive, are reserved
Packit fcad23
                   for standards-track Security Models and are
Packit fcad23
                   managed by the Internet Assigned Numbers Authority
Packit fcad23
                   (IANA).
Packit fcad23
                 - Values greater than 255 are allocated to
Packit fcad23
                   enterprise-specific Security Models.  An
Packit fcad23
                   enterprise-specific securityModel value is defined
Packit fcad23
                   to be:
Packit fcad23
Packit fcad23
                   enterpriseID * 256 + security model within
Packit fcad23
                   enterprise
Packit fcad23
Packit fcad23
                   For example, the fourth Security Model defined by
Packit fcad23
                   the enterprise whose enterpriseID is 1 would be
Packit fcad23
                   259.
Packit fcad23
Packit fcad23
                 This scheme for allocation of securityModel
Packit fcad23
                 values allows for a maximum of 255 standards-
Packit fcad23
                 based Security Models, and for a maximum of
Packit fcad23
                 256 Security Models per enterprise.
Packit fcad23
Packit fcad23
                 It is believed that the assignment of new
Packit fcad23
                 securityModel values will be rare in practice
Packit fcad23
                 because the larger the number of simultaneously
Packit fcad23
                 utilized Security Models, the larger the
Packit fcad23
                 chance that interoperability will suffer.
Packit fcad23
                 Consequently, it is believed that such a range
Packit fcad23
                 will be sufficient.  In the unlikely event that
Packit fcad23
                 the standards committee finds this number to be
Packit fcad23
                 insufficient over time, an enterprise number
Packit fcad23
                 can be allocated to obtain an additional 256
Packit fcad23
                 possible values.
Packit fcad23
Packit fcad23
                 Note that the most significant bit must be zero;
Packit fcad23
                 hence, there are 23 bits allocated for various
Packit fcad23
                 organizations to design and define non-standard
Packit fcad23
Packit fcad23
                 securityModels.  This limits the ability to
Packit fcad23
                 define new proprietary implementations of Security
Packit fcad23
                 Models to the first 8,388,608 enterprises.
Packit fcad23
Packit fcad23
                 It is worthwhile to note that, in its encoded
Packit fcad23
                 form, the securityModel value will normally
Packit fcad23
                 require only a single byte since, in practice,
Packit fcad23
                 the leftmost bits will be zero for most messages
Packit fcad23
                 and sign extension is suppressed by the encoding
Packit fcad23
                 rules.
Packit fcad23
Packit fcad23
                 As of this writing, there are several values
Packit fcad23
                 of securityModel defined for use with SNMP or
Packit fcad23
                 reserved for use with supporting MIB objects.
Packit fcad23
                 They are as follows:
Packit fcad23
Packit fcad23
                     0  reserved for 'any'
Packit fcad23
                     1  reserved for SNMPv1
Packit fcad23
                     2  reserved for SNMPv2c
Packit fcad23
                     3  User-Based Security Model (USM)
Packit fcad23
                "
Packit fcad23
    SYNTAX       INTEGER(0 .. 2147483647)
Packit fcad23
Packit fcad23
SnmpMessageProcessingModel ::= TEXTUAL-CONVENTION
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "An identifier that uniquely identifies a Message
Packit fcad23
                 Processing Model of the Message Processing
Packit fcad23
                 Subsystem within this SNMP Management Architecture.
Packit fcad23
Packit fcad23
                 The values for messageProcessingModel are
Packit fcad23
                 allocated as follows:
Packit fcad23
Packit fcad23
                 - Values between 0 and 255, inclusive, are
Packit fcad23
                   reserved for standards-track Message Processing
Packit fcad23
                   Models and are managed by the Internet Assigned
Packit fcad23
                   Numbers Authority (IANA).
Packit fcad23
Packit fcad23
                 - Values greater than 255 are allocated to
Packit fcad23
                   enterprise-specific Message Processing Models.
Packit fcad23
                   An enterprise messageProcessingModel value is
Packit fcad23
                   defined to be:
Packit fcad23
Packit fcad23
                   enterpriseID * 256 +
Packit fcad23
                        messageProcessingModel within enterprise
Packit fcad23
Packit fcad23
                   For example, the fourth Message Processing Model
Packit fcad23
                   defined by the enterprise whose enterpriseID
Packit fcad23
Packit fcad23
                   is 1 would be 259.
Packit fcad23
Packit fcad23
                 This scheme for allocating messageProcessingModel
Packit fcad23
                 values allows for a maximum of 255 standards-
Packit fcad23
                 based Message Processing Models, and for a
Packit fcad23
                 maximum of 256 Message Processing Models per
Packit fcad23
                 enterprise.
Packit fcad23
Packit fcad23
                 It is believed that the assignment of new
Packit fcad23
                 messageProcessingModel values will be rare
Packit fcad23
                 in practice because the larger the number of
Packit fcad23
                 simultaneously utilized Message Processing Models,
Packit fcad23
                 the larger the chance that interoperability
Packit fcad23
                 will suffer. It is believed that such a range
Packit fcad23
                 will be sufficient.  In the unlikely event that
Packit fcad23
                 the standards committee finds this number to be
Packit fcad23
                 insufficient over time, an enterprise number
Packit fcad23
                 can be allocated to obtain an additional 256
Packit fcad23
                 possible values.
Packit fcad23
Packit fcad23
                 Note that the most significant bit must be zero;
Packit fcad23
                 hence, there are 23 bits allocated for various
Packit fcad23
                 organizations to design and define non-standard
Packit fcad23
                 messageProcessingModels.  This limits the ability
Packit fcad23
                 to define new proprietary implementations of
Packit fcad23
                 Message Processing Models to the first 8,388,608
Packit fcad23
                 enterprises.
Packit fcad23
Packit fcad23
                 It is worthwhile to note that, in its encoded
Packit fcad23
                 form, the messageProcessingModel value will
Packit fcad23
                 normally require only a single byte since, in
Packit fcad23
                 practice, the leftmost bits will be zero for
Packit fcad23
                 most messages and sign extension is suppressed
Packit fcad23
                 by the encoding rules.
Packit fcad23
Packit fcad23
                 As of this writing, there are several values of
Packit fcad23
                 messageProcessingModel defined for use with SNMP.
Packit fcad23
                 They are as follows:
Packit fcad23
Packit fcad23
                     0  reserved for SNMPv1
Packit fcad23
                     1  reserved for SNMPv2c
Packit fcad23
                     2  reserved for SNMPv2u and SNMPv2*
Packit fcad23
                     3  reserved for SNMPv3
Packit fcad23
                "
Packit fcad23
    SYNTAX       INTEGER(0 .. 2147483647)
Packit fcad23
Packit fcad23
SnmpSecurityLevel ::= TEXTUAL-CONVENTION
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "A Level of Security at which SNMP messages can be
Packit fcad23
                 sent or with which operations are being processed;
Packit fcad23
                 in particular, one of:
Packit fcad23
Packit fcad23
                   noAuthNoPriv - without authentication and
Packit fcad23
                                  without privacy,
Packit fcad23
                   authNoPriv   - with authentication but
Packit fcad23
                                  without privacy,
Packit fcad23
                   authPriv     - with authentication and
Packit fcad23
                                  with privacy.
Packit fcad23
Packit fcad23
                 These three values are ordered such that
Packit fcad23
                 noAuthNoPriv is less than authNoPriv and
Packit fcad23
                 authNoPriv is less than authPriv.
Packit fcad23
                "
Packit fcad23
    SYNTAX       INTEGER { noAuthNoPriv(1),
Packit fcad23
                           authNoPriv(2),
Packit fcad23
                           authPriv(3)
Packit fcad23
                         }
Packit fcad23
Packit fcad23
SnmpAdminString ::= TEXTUAL-CONVENTION
Packit fcad23
    DISPLAY-HINT "255t"
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "An octet string containing administrative
Packit fcad23
                 information, preferably in human-readable form.
Packit fcad23
Packit fcad23
                 To facilitate internationalization, this
Packit fcad23
                 information is represented using the ISO/IEC
Packit fcad23
                 IS 10646-1 character set, encoded as an octet
Packit fcad23
                 string using the UTF-8 transformation format
Packit fcad23
                 described in [RFC2279].
Packit fcad23
Packit fcad23
                 Since additional code points are added by
Packit fcad23
                 amendments to the 10646 standard from time
Packit fcad23
                 to time, implementations must be prepared to
Packit fcad23
                 encounter any code point from 0x00000000 to
Packit fcad23
                 0x7fffffff.  Byte sequences that do not
Packit fcad23
                 correspond to the valid UTF-8 encoding of a
Packit fcad23
                 code point or are outside this range are
Packit fcad23
                 prohibited.
Packit fcad23
Packit fcad23
                 The use of control codes should be avoided.
Packit fcad23
Packit fcad23
                 When it is necessary to represent a newline,
Packit fcad23
                 the control code sequence CR LF should be used.
Packit fcad23
Packit fcad23
                 The use of leading or trailing white space should
Packit fcad23
                 be avoided.
Packit fcad23
Packit fcad23
                 For code points not directly supported by user
Packit fcad23
                 interface hardware or software, an alternative
Packit fcad23
                 means of entry and display, such as hexadecimal,
Packit fcad23
                 may be provided.
Packit fcad23
Packit fcad23
                 For information encoded in 7-bit US-ASCII,
Packit fcad23
                 the UTF-8 encoding is identical to the
Packit fcad23
                 US-ASCII encoding.
Packit fcad23
Packit fcad23
                 UTF-8 may require multiple bytes to represent a
Packit fcad23
                 single character / code point; thus the length
Packit fcad23
                 of this object in octets may be different from
Packit fcad23
                 the number of characters encoded.  Similarly,
Packit fcad23
                 size constraints refer to the number of encoded
Packit fcad23
                 octets, not the number of characters represented
Packit fcad23
                 by an encoding.
Packit fcad23
Packit fcad23
                 Note that when this TC is used for an object that
Packit fcad23
                 is used or envisioned to be used as an index, then
Packit fcad23
                 a SIZE restriction MUST be specified so that the
Packit fcad23
                 number of sub-identifiers for any object instance
Packit fcad23
                 does not exceed the limit of 128, as defined by
Packit fcad23
                 [RFC3416].
Packit fcad23
Packit fcad23
                 Note that the size of an SnmpAdminString object is
Packit fcad23
                 measured in octets, not characters.
Packit fcad23
                "
Packit fcad23
    SYNTAX       OCTET STRING (SIZE (0..255))
Packit fcad23
Packit fcad23
-- Administrative assignments ***************************************
Packit fcad23
Packit fcad23
snmpFrameworkAdmin
Packit fcad23
    OBJECT IDENTIFIER ::= { snmpFrameworkMIB 1 }
Packit fcad23
snmpFrameworkMIBObjects
Packit fcad23
    OBJECT IDENTIFIER ::= { snmpFrameworkMIB 2 }
Packit fcad23
snmpFrameworkMIBConformance
Packit fcad23
    OBJECT IDENTIFIER ::= { snmpFrameworkMIB 3 }
Packit fcad23
Packit fcad23
-- the snmpEngine Group ********************************************
Packit fcad23
Packit fcad23
snmpEngine OBJECT IDENTIFIER ::= { snmpFrameworkMIBObjects 1 }
Packit fcad23
Packit fcad23
snmpEngineID     OBJECT-TYPE
Packit fcad23
    SYNTAX       SnmpEngineID
Packit fcad23
    MAX-ACCESS   read-only
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "An SNMP engine's administratively-unique identifier.
Packit fcad23
Packit fcad23
                 This information SHOULD be stored in non-volatile
Packit fcad23
                 storage so that it remains constant across
Packit fcad23
                 re-initializations of the SNMP engine.
Packit fcad23
                "
Packit fcad23
    ::= { snmpEngine 1 }
Packit fcad23
Packit fcad23
snmpEngineBoots  OBJECT-TYPE
Packit fcad23
    SYNTAX       INTEGER (1..2147483647)
Packit fcad23
    MAX-ACCESS   read-only
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "The number of times that the SNMP engine has
Packit fcad23
                 (re-)initialized itself since snmpEngineID
Packit fcad23
                 was last configured.
Packit fcad23
                "
Packit fcad23
    ::= { snmpEngine 2 }
Packit fcad23
Packit fcad23
snmpEngineTime   OBJECT-TYPE
Packit fcad23
    SYNTAX       INTEGER (0..2147483647)
Packit fcad23
    UNITS        "seconds"
Packit fcad23
    MAX-ACCESS   read-only
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "The number of seconds since the value of
Packit fcad23
                 the snmpEngineBoots object last changed.
Packit fcad23
                 When incrementing this object's value would
Packit fcad23
                 cause it to exceed its maximum,
Packit fcad23
                 snmpEngineBoots is incremented as if a
Packit fcad23
                 re-initialization had occurred, and this
Packit fcad23
                 object's value consequently reverts to zero.
Packit fcad23
                "
Packit fcad23
    ::= { snmpEngine 3 }
Packit fcad23
Packit fcad23
snmpEngineMaxMessageSize OBJECT-TYPE
Packit fcad23
    SYNTAX       INTEGER (484..2147483647)
Packit fcad23
    MAX-ACCESS   read-only
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "The maximum length in octets of an SNMP message
Packit fcad23
                 which this SNMP engine can send or receive and
Packit fcad23
                 process, determined as the minimum of the maximum
Packit fcad23
                 message size values supported among all of the
Packit fcad23
                 transports available to and supported by the engine.
Packit fcad23
                "
Packit fcad23
    ::= { snmpEngine 4 }
Packit fcad23
Packit fcad23
-- Registration Points for Authentication and Privacy Protocols **
Packit fcad23
Packit fcad23
snmpAuthProtocols OBJECT-IDENTITY
Packit fcad23
    STATUS        current
Packit fcad23
    DESCRIPTION  "Registration point for standards-track
Packit fcad23
                  authentication protocols used in SNMP Management
Packit fcad23
                  Frameworks.
Packit fcad23
                 "
Packit fcad23
    ::= { snmpFrameworkAdmin 1 }
Packit fcad23
Packit fcad23
snmpPrivProtocols OBJECT-IDENTITY
Packit fcad23
    STATUS        current
Packit fcad23
    DESCRIPTION  "Registration point for standards-track privacy
Packit fcad23
                  protocols used in SNMP Management Frameworks.
Packit fcad23
                 "
Packit fcad23
    ::= { snmpFrameworkAdmin 2 }
Packit fcad23
Packit fcad23
-- Conformance information ******************************************
Packit fcad23
Packit fcad23
snmpFrameworkMIBCompliances
Packit fcad23
               OBJECT IDENTIFIER ::= {snmpFrameworkMIBConformance 1}
Packit fcad23
snmpFrameworkMIBGroups
Packit fcad23
               OBJECT IDENTIFIER ::= {snmpFrameworkMIBConformance 2}
Packit fcad23
Packit fcad23
-- compliance statements
Packit fcad23
Packit fcad23
snmpFrameworkMIBCompliance MODULE-COMPLIANCE
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "The compliance statement for SNMP engines which
Packit fcad23
                 implement the SNMP Management Framework MIB.
Packit fcad23
                "
Packit fcad23
    MODULE    -- this module
Packit fcad23
        MANDATORY-GROUPS { snmpEngineGroup }
Packit fcad23
    ::= { snmpFrameworkMIBCompliances 1 }
Packit fcad23
Packit fcad23
-- units of conformance
Packit fcad23
Packit fcad23
snmpEngineGroup OBJECT-GROUP
Packit fcad23
    OBJECTS {
Packit fcad23
              snmpEngineID,
Packit fcad23
              snmpEngineBoots,
Packit fcad23
              snmpEngineTime,
Packit fcad23
              snmpEngineMaxMessageSize
Packit fcad23
            }
Packit fcad23
    STATUS       current
Packit fcad23
    DESCRIPTION "A collection of objects for identifying and
Packit fcad23
                 determining the configuration and current timeliness
Packit fcad23
Packit fcad23
                 values of an SNMP engine.
Packit fcad23
                "
Packit fcad23
    ::= { snmpFrameworkMIBGroups 1 }
Packit fcad23
Packit fcad23
END