home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / pc / SNMP_MIBs / snmpv3 / SNMP-MPD-MIB.mib < prev    next >
Encoding:
Text File  |  2008-02-08  |  6.0 KB  |  155 lines

  1. -- file: SNMP-MPD-MIB.my
  2. -- Extracted from RFC3412 by MG-SOFT Corp.
  3. -- Changes:
  4. --      No changes needed.
  5. -- http://www.mg-soft.com/
  6.  
  7. SNMP-MPD-MIB DEFINITIONS ::= BEGIN
  8.  
  9.    IMPORTS
  10.        MODULE-COMPLIANCE, OBJECT-GROUP         FROM SNMPv2-CONF
  11.        MODULE-IDENTITY, OBJECT-TYPE,
  12.        snmpModules, Counter32                  FROM SNMPv2-SMI;
  13.  
  14.    snmpMPDMIB MODULE-IDENTITY
  15.        LAST-UPDATED "200210140000Z"
  16.        ORGANIZATION "SNMPv3 Working Group"
  17.        CONTACT-INFO "WG-EMail:   snmpv3@lists.tislabs.com
  18.                      Subscribe:  snmpv3-request@lists.tislabs.com
  19.  
  20.                      Co-Chair:   Russ Mundy
  21.                                  Network Associates Laboratories
  22.                      postal:     15204 Omega Drive, Suite 300
  23.                                  Rockville, MD 20850-4601
  24.                                  USA
  25.  
  26.  
  27.                      EMail:      mundy@tislabs.com
  28.                      phone:      +1 301-947-7107
  29.  
  30.                      Co-Chair &
  31.                      Co-editor:  David Harrington
  32.                                  Enterasys Networks
  33.                      postal:     35 Industrial Way
  34.                                  P. O. Box 5005
  35.                                  Rochester NH 03866-5005
  36.                                  USA
  37.                      EMail:      dbh@enterasys.com
  38.                      phone:      +1 603-337-2614
  39.  
  40.                      Co-editor:  Jeffrey Case
  41.                                  SNMP Research, Inc.
  42.                      postal:     3001 Kimberlin Heights Road
  43.                                  Knoxville, TN 37920-9716
  44.                                  USA
  45.                      EMail:      case@snmp.com
  46.                      phone:      +1 423-573-1434
  47.  
  48.                      Co-editor:  Randy Presuhn
  49.                                  BMC Software, Inc.
  50.                      postal:     2141 North First Street
  51.                                  San Jose, CA 95131
  52.                                  USA
  53.                      EMail:      randy_presuhn@bmc.com
  54.                      phone:      +1 408-546-1006
  55.  
  56.                      Co-editor:  Bert Wijnen
  57.                                  Lucent Technologies
  58.                      postal:     Schagen 33
  59.                                  3461 GL Linschoten
  60.                                  Netherlands
  61.                      EMail:      bwijnen@lucent.com
  62.                      phone:      +31 348-680-485
  63.                     "
  64.        DESCRIPTION  "The MIB for Message Processing and Dispatching
  65.  
  66.                      Copyright (C) The Internet Society (2002). This
  67.                      version of this MIB module is part of RFC 3412;
  68.                      see the RFC itself for full legal notices.
  69.                     "
  70.        REVISION     "200210140000Z"            -- 14 October 2002
  71.        DESCRIPTION  "Updated addresses, published as RFC 3412."
  72.        REVISION     "199905041636Z"            -- 4 May 1999
  73.        DESCRIPTION  "Updated addresses, published as RFC 2572."
  74.  
  75.  
  76.        REVISION     "199709300000Z"            -- 30 September 1997
  77.        DESCRIPTION  "Original version, published as RFC 2272."
  78.        ::= { snmpModules 11 }
  79.  
  80.    -- Administrative assignments ***************************************
  81.  
  82.    snmpMPDAdmin           OBJECT IDENTIFIER ::= { snmpMPDMIB 1 }
  83.    snmpMPDMIBObjects      OBJECT IDENTIFIER ::= { snmpMPDMIB 2 }
  84.    snmpMPDMIBConformance  OBJECT IDENTIFIER ::= { snmpMPDMIB 3 }
  85.  
  86.    -- Statistics for SNMP Messages *************************************
  87.  
  88.    snmpMPDStats           OBJECT IDENTIFIER ::= { snmpMPDMIBObjects 1 }
  89.  
  90.    snmpUnknownSecurityModels OBJECT-TYPE
  91.        SYNTAX       Counter32
  92.        MAX-ACCESS   read-only
  93.        STATUS       current
  94.        DESCRIPTION "The total number of packets received by the SNMP
  95.                     engine which were dropped because they referenced a
  96.                     securityModel that was not known to or supported by
  97.                     the SNMP engine.
  98.                    "
  99.        ::= { snmpMPDStats 1 }
  100.  
  101.    snmpInvalidMsgs OBJECT-TYPE
  102.        SYNTAX       Counter32
  103.        MAX-ACCESS   read-only
  104.        STATUS       current
  105.        DESCRIPTION "The total number of packets received by the SNMP
  106.                     engine which were dropped because there were invalid
  107.                     or inconsistent components in the SNMP message.
  108.                    "
  109.        ::= { snmpMPDStats 2 }
  110.  
  111.    snmpUnknownPDUHandlers OBJECT-TYPE
  112.        SYNTAX       Counter32
  113.        MAX-ACCESS   read-only
  114.        STATUS       current
  115.        DESCRIPTION "The total number of packets received by the SNMP
  116.                     engine which were dropped because the PDU contained
  117.                     in the packet could not be passed to an application
  118.                     responsible for handling the pduType, e.g. no SNMP
  119.                     application had registered for the proper
  120.                     combination of the contextEngineID and the pduType.
  121.                    "
  122.        ::= { snmpMPDStats 3 }
  123.  
  124.  
  125.    -- Conformance information ******************************************
  126.  
  127.    snmpMPDMIBCompliances OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 1}
  128.    snmpMPDMIBGroups      OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 2}
  129.  
  130.    -- Compliance statements
  131.  
  132.    snmpMPDCompliance MODULE-COMPLIANCE
  133.        STATUS       current
  134.        DESCRIPTION "The compliance statement for SNMP entities which
  135.                     implement the SNMP-MPD-MIB.
  136.                    "
  137.        MODULE    -- this module
  138.            MANDATORY-GROUPS { snmpMPDGroup }
  139.        ::= { snmpMPDMIBCompliances 1 }
  140.  
  141.    snmpMPDGroup OBJECT-GROUP
  142.        OBJECTS {
  143.                  snmpUnknownSecurityModels,
  144.                  snmpInvalidMsgs,
  145.                  snmpUnknownPDUHandlers
  146.                }
  147.        STATUS       current
  148.        DESCRIPTION "A collection of objects providing for remote
  149.                     monitoring of the SNMP Message Processing and
  150.                     Dispatching process.
  151.                    "
  152.        ::= { snmpMPDMIBGroups 1 }
  153.  
  154. END
  155.