home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / InternetScanner / data1.cab / Program_Files / Mibs / SNMP-MPD-MIB.txt < prev    next >
Text File  |  1999-11-22  |  4KB  |  137 lines

  1. SNMP-MPD-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.    MODULE-COMPLIANCE, OBJECT-GROUP         FROM SNMPv2-CONF
  5.    MODULE-IDENTITY, OBJECT-TYPE,
  6.    snmpModules, Counter32                  FROM SNMPv2-SMI;
  7.  
  8. snmpMPDMIB MODULE-IDENTITY
  9.    LAST-UPDATED "9711200000Z"              -- 20 November 1997
  10.    ORGANIZATION "SNMPv3 Working Group"
  11.    CONTACT-INFO "WG-email:   snmpv3@tis.com
  12.          Subscribe:  majordomo@tis.com
  13.                  In message body:  subscribe snmpv3
  14.  
  15.          Chair:      Russ Mundy
  16.                  Trusted Information Systems
  17.          postal:     3060 Washington Road
  18.                  Glenwood, MD 21738
  19.                  USA
  20.          email:      mundy@tis.com
  21.          phone:      +1 301-854-6889
  22.  
  23.          Co-editor:  Jeffrey Case
  24.                  SNMP Research, Inc.
  25.          postal:     3001 Kimberlin Heights Road
  26.                  Knoxville, TN 37920-9716
  27.                  USA
  28.          email:      case@snmp.com
  29.          phone:      +1 423-573-1434
  30.          Co-editor   Dave Harrington
  31.                  Cabletron Systems, Inc.
  32.          postal:     Post Office Box 5005
  33.                  MailStop: Durham
  34.                  35 Industrial Way
  35.                  Rochester, NH 03867-5005
  36.                  USA
  37.          email:      dbh@ctron.com
  38.          phone:      +1 603-337-7357
  39.  
  40.          Co-editor:  Randy Presuhn
  41.                  BMC Software, Inc.
  42.          postal:     1190 Saratoga Ave, Suite 190
  43.                  San Jose, CA 95120
  44.                  USA
  45.          email:      rpresuhn@bmc.com
  46.          phone:      +1 408-556-0720
  47.  
  48.          Co-editor:  Bert Wijnen
  49.                  IBM T. J. Watson Research
  50.          postal:     Schagen 33
  51.                  3461 GL Linschoten
  52.                  Netherlands
  53.          email:      wijnen@vnet.ibm.com
  54.          phone:      +31 348-432-794
  55.  
  56.         "
  57.    DESCRIPTION  "The MIB for Message Processing and Dispatching"
  58.    ::= { snmpModules 11 }
  59.  
  60.  -- Administrative assignments ***************************************
  61.  
  62.  snmpMPDAdmin           OBJECT IDENTIFIER ::= { snmpMPDMIB 1 }
  63.  snmpMPDMIBObjects      OBJECT IDENTIFIER ::= { snmpMPDMIB 2 }
  64.  snmpMPDMIBConformance  OBJECT IDENTIFIER ::= { snmpMPDMIB 3 }
  65.  
  66.  -- Statistics for SNMP Messages *************************************
  67.  
  68.  snmpMPDStats           OBJECT IDENTIFIER ::= { snmpMPDMIBObjects 1 }
  69.  
  70.  snmpUnknownSecurityModels OBJECT-TYPE
  71.      SYNTAX       Counter32
  72.      MAX-ACCESS   read-only
  73.      STATUS       current
  74.      DESCRIPTION "The total number of packets received by the SNMP
  75.           engine which were dropped because they referenced a
  76.           securityModel that was not known to or supported by
  77.           the SNMP engine.
  78.          "
  79.      ::= { snmpMPDStats 1 }
  80.  
  81.  snmpInvalidMsgs OBJECT-TYPE
  82.      SYNTAX       Counter32
  83.      MAX-ACCESS   read-only
  84.      STATUS       current
  85.      DESCRIPTION "The total number of packets received by the SNMP
  86.           engine which were dropped because there were invalid
  87.           or inconsistent components in the SNMP message.
  88.          "
  89.      ::= { snmpMPDStats 2 }
  90.  
  91.  snmpUnknownPDUHandlers OBJECT-TYPE
  92.      SYNTAX       Counter32
  93.      MAX-ACCESS   read-only
  94.      STATUS       current
  95.      DESCRIPTION "The total number of packets received by the SNMP
  96.           engine which were dropped because the PDU contained
  97.           in the packet could not be passed to an application
  98.           responsible for handling the pduType, e.g. no SNMP
  99.           application had registered for the proper
  100.           combination of the contextEngineID and the pduType.
  101.          "
  102.      ::= { snmpMPDStats 3 }
  103.  
  104.  -- Conformance information ******************************************
  105.  
  106.  snmpMPDMIBCompliances OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 1}
  107.  snmpMPDMIBGroups      OBJECT IDENTIFIER ::= {snmpMPDMIBConformance 2}
  108.  
  109.  -- Compliance statements
  110.  
  111.  snmpMPDCompliance MODULE-COMPLIANCE
  112.      STATUS       current
  113.      DESCRIPTION "The compliance statement for SNMP entities which
  114.           implement the SNMP-MPD-MIB.
  115.          "
  116.  
  117.      MODULE    -- this module
  118.  
  119.      MANDATORY-GROUPS { snmpMPDGroup }
  120.  
  121.      ::= { snmpMPDMIBCompliances 1 }
  122.  
  123.  snmpMPDGroup OBJECT-GROUP
  124.      OBJECTS {
  125.            snmpUnknownSecurityModels,
  126.            snmpInvalidMsgs,
  127.            snmpUnknownPDUHandlers
  128.          }
  129.      STATUS       current
  130.      DESCRIPTION "A collection of objects providing for remote
  131.           monitoring of the SNMP Message Processing and
  132.           Dispatching process.
  133.          "
  134.      ::= { snmpMPDMIBGroups 1 }
  135.  
  136.  END
  137.