~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to mibs/SNMP-MPD-MIB.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

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