Blame mibs/ietf/SNMP-FRAMEWORK-MIB

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