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