Blame mibs/ietf/SNMP-MPD-MIB

Packit 022b05
SNMP-MPD-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-COMPLIANCE, OBJECT-GROUP         FROM SNMPv2-CONF
Packit 022b05
    MODULE-IDENTITY, OBJECT-TYPE,
Packit 022b05
    snmpModules, Counter32                  FROM SNMPv2-SMI;
Packit 022b05
Packit 022b05
snmpMPDMIB 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
Packit 022b05
Packit 022b05
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 NH 03866-5005
Packit 022b05
                              USA
Packit 022b05
                  EMail:      dbh@enterasys.com
Packit 022b05
                  phone:      +1 603-337-2614
Packit 022b05
Packit 022b05
                  Co-editor:  Jeffrey Case
Packit 022b05
                              SNMP Research, Inc.
Packit 022b05
                  postal:     3001 Kimberlin Heights Road
Packit 022b05
                              Knoxville, TN 37920-9716
Packit 022b05
                              USA
Packit 022b05
                  EMail:      case@snmp.com
Packit 022b05
                  phone:      +1 423-573-1434
Packit 022b05
Packit 022b05
                  Co-editor:  Randy Presuhn
Packit 022b05
                              BMC Software, Inc.
Packit 022b05
                  postal:     2141 North First Street
Packit 022b05
                              San Jose, CA 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
                  EMail:      bwijnen@lucent.com
Packit 022b05
                  phone:      +31 348-680-485
Packit 022b05
                 "
Packit 022b05
    DESCRIPTION  "The MIB for Message Processing and Dispatching
Packit 022b05
Packit 022b05
                  Copyright (C) The Internet Society (2002). This
Packit 022b05
                  version of this MIB module is part of RFC 3412;
Packit 022b05
                  see the RFC itself for full legal notices.
Packit 022b05
                 "
Packit 022b05
    REVISION     "200210140000Z"            -- 14 October 2002
Packit 022b05
    DESCRIPTION  "Updated addresses, published as RFC 3412."
Packit 022b05
    REVISION     "199905041636Z"            -- 4 May 1999
Packit 022b05
    DESCRIPTION  "Updated addresses, published as RFC 2572."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    REVISION     "199709300000Z"            -- 30 September 1997
Packit 022b05
    DESCRIPTION  "Original version, published as RFC 2272."
Packit 022b05
    ::= { snmpModules 11 }
Packit 022b05
Packit 022b05
-- Administrative assignments ***************************************
Packit 022b05
Packit 022b05
snmpMPDAdmin           OBJECT IDENTIFIER ::= { snmpMPDMIB 1 }
Packit 022b05
snmpMPDMIBObjects      OBJECT IDENTIFIER ::= { snmpMPDMIB 2 }
Packit 022b05
snmpMPDMIBConformance  OBJECT IDENTIFIER ::= { snmpMPDMIB 3 }
Packit 022b05
Packit 022b05
-- Statistics for SNMP Messages *************************************
Packit 022b05
Packit 022b05
snmpMPDStats           OBJECT IDENTIFIER ::= { snmpMPDMIBObjects 1 }
Packit 022b05
Packit 022b05
snmpUnknownSecurityModels OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION "The total number of packets received by the SNMP
Packit 022b05
                 engine which were dropped because they referenced a
Packit 022b05
                 securityModel that was not known to or supported by
Packit 022b05
                 the SNMP engine.
Packit 022b05
                "
Packit 022b05
    ::= { snmpMPDStats 1 }
Packit 022b05
Packit 022b05
snmpInvalidMsgs OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION "The total number of packets received by the SNMP
Packit 022b05
                 engine which were dropped because there were invalid
Packit 022b05
                 or inconsistent components in the SNMP message.
Packit 022b05
                "
Packit 022b05
    ::= { snmpMPDStats 2 }
Packit 022b05
Packit 022b05
snmpUnknownPDUHandlers OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION "The total number of packets received by the SNMP
Packit 022b05
                 engine which were dropped because the PDU contained
Packit 022b05
                 in the packet could not be passed to an application
Packit 022b05
                 responsible for handling the pduType, e.g. no SNMP
Packit 022b05
                 application had registered for the proper
Packit 022b05
                 combination of the contextEngineID and the pduType.
Packit 022b05
                "
Packit 022b05
    ::= { snmpMPDStats 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- Conformance information ******************************************
Packit 022b05
Packit 022b05
snmpMPDMIBCompliances OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 1}
Packit 022b05
snmpMPDMIBGroups      OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 2}
Packit 022b05
Packit 022b05
-- Compliance statements
Packit 022b05
Packit 022b05
snmpMPDCompliance MODULE-COMPLIANCE
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION "The compliance statement for SNMP entities which
Packit 022b05
                 implement the SNMP-MPD-MIB.
Packit 022b05
                "
Packit 022b05
    MODULE    -- this module
Packit 022b05
        MANDATORY-GROUPS { snmpMPDGroup }
Packit 022b05
    ::= { snmpMPDMIBCompliances 1 }
Packit 022b05
Packit 022b05
snmpMPDGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
              snmpUnknownSecurityModels,
Packit 022b05
              snmpInvalidMsgs,
Packit 022b05
              snmpUnknownPDUHandlers
Packit 022b05
            }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION "A collection of objects providing for remote
Packit 022b05
                 monitoring of the SNMP Message Processing and
Packit 022b05
                 Dispatching process.
Packit 022b05
                "
Packit 022b05
    ::= { snmpMPDMIBGroups 1 }
Packit 022b05
Packit 022b05
END