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

« back to all changes in this revision

Viewing changes to mibs/SNMPv2-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
 
SNMPv2-MIB DEFINITIONS ::= BEGIN
2
 
 
3
 
IMPORTS
4
 
    MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
5
 
    TimeTicks, Counter32, snmpModules, mib-2
6
 
        FROM SNMPv2-SMI
7
 
    DisplayString, TestAndIncr, TimeStamp
8
 
 
9
 
        FROM SNMPv2-TC
10
 
    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
11
 
        FROM SNMPv2-CONF;
12
 
 
13
 
snmpMIB MODULE-IDENTITY
14
 
    LAST-UPDATED "200210160000Z"
15
 
    ORGANIZATION "IETF SNMPv3 Working Group"
16
 
    CONTACT-INFO
17
 
            "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
 
             EMail:      mundy@tislabs.com
26
 
             phone:      +1 301 947-7107
27
 
 
28
 
             Co-Chair:   David Harrington
29
 
                         Enterasys Networks
30
 
             postal:     35 Industrial Way
31
 
                         P. O. Box 5005
32
 
                         Rochester, NH 03866-5005
33
 
                         USA
34
 
             EMail:      dbh@enterasys.com
35
 
             phone:      +1 603 337-2614
36
 
 
37
 
             Editor:     Randy Presuhn
38
 
                         BMC Software, Inc.
39
 
             postal:     2141 North First Street
40
 
                         San Jose, CA 95131
41
 
                         USA
42
 
             EMail:      randy_presuhn@bmc.com
43
 
             phone:      +1 408 546-1006"
44
 
    DESCRIPTION
45
 
            "The MIB module for SNMP entities.
46
 
 
47
 
             Copyright (C) The Internet Society (2002). This
48
 
             version of this MIB module is part of RFC 3418;
49
 
             see the RFC itself for full legal notices.
50
 
            "
51
 
    REVISION      "200210160000Z"
52
 
    DESCRIPTION
53
 
            "This revision of this MIB module was published as
54
 
             RFC 3418."
55
 
    REVISION      "199511090000Z"
56
 
    DESCRIPTION
57
 
            "This revision of this MIB module was published as
58
 
             RFC 1907."
59
 
    REVISION      "199304010000Z"
60
 
    DESCRIPTION
61
 
            "The initial revision of this MIB module was published
62
 
            as RFC 1450."
63
 
    ::= { snmpModules 1 }
64
 
 
65
 
snmpMIBObjects OBJECT IDENTIFIER ::= { snmpMIB 1 }
66
 
 
67
 
 
68
 
--
69
 
 
70
 
system   OBJECT IDENTIFIER ::= { mib-2 1 }
71
 
 
72
 
sysDescr OBJECT-TYPE
73
 
    SYNTAX      DisplayString (SIZE (0..255))
74
 
    MAX-ACCESS  read-only
75
 
    STATUS      current
76
 
    DESCRIPTION
77
 
            "A textual description of the entity.  This value should
78
 
            include the full name and version identification of
79
 
            the system's hardware type, software operating-system,
80
 
            and networking software."
81
 
    ::= { system 1 }
82
 
 
83
 
sysObjectID OBJECT-TYPE
84
 
    SYNTAX      OBJECT IDENTIFIER
85
 
    MAX-ACCESS  read-only
86
 
    STATUS      current
87
 
    DESCRIPTION
88
 
            "The vendor's authoritative identification of the
89
 
            network management subsystem contained in the entity.
90
 
            This value is allocated within the SMI enterprises
91
 
            subtree (1.3.6.1.4.1) and provides an easy and
92
 
            unambiguous means for determining `what kind of box' is
93
 
            being managed.  For example, if vendor `Flintstones,
94
 
            Inc.' was assigned the subtree 1.3.6.1.4.1.424242,
95
 
            it could assign the identifier 1.3.6.1.4.1.424242.1.1
96
 
            to its `Fred Router'."
97
 
    ::= { system 2 }
98
 
 
99
 
sysUpTime OBJECT-TYPE
100
 
    SYNTAX      TimeTicks
101
 
    MAX-ACCESS  read-only
102
 
    STATUS      current
103
 
    DESCRIPTION
104
 
            "The time (in hundredths of a second) since the
105
 
            network management portion of the system was last
106
 
            re-initialized."
107
 
    ::= { system 3 }
108
 
 
109
 
sysContact OBJECT-TYPE
110
 
    SYNTAX      DisplayString (SIZE (0..255))
111
 
    MAX-ACCESS  read-write
112
 
    STATUS      current
113
 
    DESCRIPTION
114
 
            "The textual identification of the contact person for
115
 
            this managed node, together with information on how
116
 
            to contact this person.  If no contact information is
117
 
            known, the value is the zero-length string."
118
 
    ::= { system 4 }
119
 
 
120
 
sysName OBJECT-TYPE
121
 
    SYNTAX      DisplayString (SIZE (0..255))
122
 
    MAX-ACCESS  read-write
123
 
    STATUS      current
124
 
    DESCRIPTION
125
 
            "An administratively-assigned name for this managed
126
 
            node.  By convention, this is the node's fully-qualified
127
 
            domain name.  If the name is unknown, the value is
128
 
            the zero-length string."
129
 
    ::= { system 5 }
130
 
 
131
 
sysLocation OBJECT-TYPE
132
 
    SYNTAX      DisplayString (SIZE (0..255))
133
 
    MAX-ACCESS  read-write
134
 
    STATUS      current
135
 
    DESCRIPTION
136
 
            "The physical location of this node (e.g., 'telephone
137
 
            closet, 3rd floor').  If the location is unknown, the
138
 
            value is the zero-length string."
139
 
    ::= { system 6 }
140
 
 
141
 
sysServices OBJECT-TYPE
142
 
    SYNTAX      INTEGER (0..127)
143
 
    MAX-ACCESS  read-only
144
 
    STATUS      current
145
 
    DESCRIPTION
146
 
            "A value which indicates the set of services that this
147
 
            entity may potentially offer.  The value is a sum.
148
 
 
149
 
            This sum initially takes the value zero. Then, for
150
 
            each layer, L, in the range 1 through 7, that this node
151
 
            performs transactions for, 2 raised to (L - 1) is added
152
 
            to the sum.  For example, a node which performs only
153
 
            routing functions would have a value of 4 (2^(3-1)).
154
 
            In contrast, a node which is a host offering application
155
 
            services would have a value of 72 (2^(4-1) + 2^(7-1)).
156
 
            Note that in the context of the Internet suite of
157
 
            protocols, values should be calculated accordingly:
158
 
 
159
 
                 layer      functionality
160
 
                   1        physical (e.g., repeaters)
161
 
                   2        datalink/subnetwork (e.g., bridges)
162
 
                   3        internet (e.g., supports the IP)
163
 
                   4        end-to-end  (e.g., supports the TCP)
164
 
                   7        applications (e.g., supports the SMTP)
165
 
 
166
 
            For systems including OSI protocols, layers 5 and 6
167
 
            may also be counted."
168
 
    ::= { system 7 }
169
 
 
170
 
--
171
 
 
172
 
sysORLastChange OBJECT-TYPE
173
 
    SYNTAX     TimeStamp
174
 
    MAX-ACCESS read-only
175
 
    STATUS     current
176
 
    DESCRIPTION
177
 
            "The value of sysUpTime at the time of the most recent
178
 
            change in state or value of any instance of sysORID."
179
 
    ::= { system 8 }
180
 
 
181
 
sysORTable OBJECT-TYPE
182
 
    SYNTAX     SEQUENCE OF SysOREntry
183
 
    MAX-ACCESS not-accessible
184
 
    STATUS     current
185
 
    DESCRIPTION
186
 
            "The (conceptual) table listing the capabilities of
187
 
            the local SNMP application acting as a command
188
 
            responder with respect to various MIB modules.
189
 
            SNMP entities having dynamically-configurable support
190
 
            of MIB modules will have a dynamically-varying number
191
 
            of conceptual rows."
192
 
    ::= { system 9 }
193
 
 
194
 
sysOREntry OBJECT-TYPE
195
 
    SYNTAX     SysOREntry
196
 
    MAX-ACCESS not-accessible
197
 
    STATUS     current
198
 
    DESCRIPTION
199
 
            "An entry (conceptual row) in the sysORTable."
200
 
    INDEX      { sysORIndex }
201
 
    ::= { sysORTable 1 }
202
 
 
203
 
SysOREntry ::= SEQUENCE {
204
 
    sysORIndex     INTEGER,
205
 
    sysORID        OBJECT IDENTIFIER,
206
 
    sysORDescr     DisplayString,
207
 
    sysORUpTime    TimeStamp
208
 
}
209
 
 
210
 
sysORIndex OBJECT-TYPE
211
 
    SYNTAX     INTEGER (1..2147483647)
212
 
    MAX-ACCESS not-accessible
213
 
    STATUS     current
214
 
    DESCRIPTION
215
 
            "The auxiliary variable used for identifying instances
216
 
            of the columnar objects in the sysORTable."
217
 
    ::= { sysOREntry 1 }
218
 
 
219
 
sysORID OBJECT-TYPE
220
 
    SYNTAX     OBJECT IDENTIFIER
221
 
    MAX-ACCESS read-only
222
 
    STATUS     current
223
 
    DESCRIPTION
224
 
            "An authoritative identification of a capabilities
225
 
            statement with respect to various MIB modules supported
226
 
            by the local SNMP application acting as a command
227
 
            responder."
228
 
    ::= { sysOREntry 2 }
229
 
 
230
 
sysORDescr OBJECT-TYPE
231
 
    SYNTAX     DisplayString
232
 
    MAX-ACCESS read-only
233
 
    STATUS     current
234
 
    DESCRIPTION
235
 
            "A textual description of the capabilities identified
236
 
            by the corresponding instance of sysORID."
237
 
    ::= { sysOREntry 3 }
238
 
 
239
 
sysORUpTime OBJECT-TYPE
240
 
    SYNTAX     TimeStamp
241
 
    MAX-ACCESS read-only
242
 
    STATUS     current
243
 
    DESCRIPTION
244
 
            "The value of sysUpTime at the time this conceptual
245
 
            row was last instantiated."
246
 
    ::= { sysOREntry 4 }
247
 
 
248
 
--
249
 
 
250
 
snmp     OBJECT IDENTIFIER ::= { mib-2 11 }
251
 
 
252
 
snmpInPkts OBJECT-TYPE
253
 
    SYNTAX     Counter32
254
 
    MAX-ACCESS read-only
255
 
    STATUS     current
256
 
    DESCRIPTION
257
 
            "The total number of messages delivered to the SNMP
258
 
            entity from the transport service."
259
 
    ::= { snmp 1 }
260
 
 
261
 
snmpInBadVersions OBJECT-TYPE
262
 
    SYNTAX     Counter32
263
 
    MAX-ACCESS read-only
264
 
    STATUS     current
265
 
    DESCRIPTION
266
 
            "The total number of SNMP messages which were delivered
267
 
            to the SNMP entity and were for an unsupported SNMP
268
 
            version."
269
 
    ::= { snmp 3 }
270
 
 
271
 
snmpInBadCommunityNames OBJECT-TYPE
272
 
    SYNTAX     Counter32
273
 
    MAX-ACCESS read-only
274
 
    STATUS     current
275
 
    DESCRIPTION
276
 
           "The total number of community-based SNMP messages (for
277
 
           example,  SNMPv1) delivered to the SNMP entity which
278
 
           used an SNMP community name not known to said entity.
279
 
           Also, implementations which authenticate community-based
280
 
           SNMP messages using check(s) in addition to matching
281
 
           the community name (for example, by also checking
282
 
           whether the message originated from a transport address
283
 
           allowed to use a specified community name) MAY include
284
 
           in this value the number of messages which failed the
285
 
           additional check(s).  It is strongly RECOMMENDED that
286
 
 
287
 
           the documentation for any security model which is used
288
 
           to authenticate community-based SNMP messages specify
289
 
           the precise conditions that contribute to this value."
290
 
    ::= { snmp 4 }
291
 
 
292
 
snmpInBadCommunityUses OBJECT-TYPE
293
 
    SYNTAX     Counter32
294
 
    MAX-ACCESS read-only
295
 
    STATUS     current
296
 
    DESCRIPTION
297
 
           "The total number of community-based SNMP messages (for
298
 
           example, SNMPv1) delivered to the SNMP entity which
299
 
           represented an SNMP operation that was not allowed for
300
 
           the SNMP community named in the message.  The precise
301
 
           conditions under which this counter is incremented
302
 
           (if at all) depend on how the SNMP entity implements
303
 
           its access control mechanism and how its applications
304
 
           interact with that access control mechanism.  It is
305
 
           strongly RECOMMENDED that the documentation for any
306
 
           access control mechanism which is used to control access
307
 
           to and visibility of MIB instrumentation specify the
308
 
           precise conditions that contribute to this value."
309
 
    ::= { snmp 5 }
310
 
 
311
 
snmpInASNParseErrs OBJECT-TYPE
312
 
    SYNTAX     Counter32
313
 
    MAX-ACCESS read-only
314
 
    STATUS     current
315
 
    DESCRIPTION
316
 
            "The total number of ASN.1 or BER errors encountered by
317
 
            the SNMP entity when decoding received SNMP messages."
318
 
    ::= { snmp 6 }
319
 
 
320
 
snmpEnableAuthenTraps OBJECT-TYPE
321
 
    SYNTAX      INTEGER { enabled(1), disabled(2) }
322
 
    MAX-ACCESS  read-write
323
 
    STATUS      current
324
 
    DESCRIPTION
325
 
            "Indicates whether the SNMP entity is permitted to
326
 
            generate authenticationFailure traps.  The value of this
327
 
            object overrides any configuration information; as such,
328
 
            it provides a means whereby all authenticationFailure
329
 
            traps may be disabled.
330
 
 
331
 
            Note that it is strongly recommended that this object
332
 
            be stored in non-volatile memory so that it remains
333
 
            constant across re-initializations of the network
334
 
            management system."
335
 
    ::= { snmp 30 }
336
 
 
337
 
snmpSilentDrops OBJECT-TYPE
338
 
    SYNTAX     Counter32
339
 
    MAX-ACCESS read-only
340
 
    STATUS     current
341
 
    DESCRIPTION
342
 
           "The total number of Confirmed Class PDUs (such as
343
 
           GetRequest-PDUs, GetNextRequest-PDUs,
344
 
           GetBulkRequest-PDUs, SetRequest-PDUs, and
345
 
           InformRequest-PDUs) delivered to the SNMP entity which
346
 
           were silently dropped because the size of a reply
347
 
           containing an alternate Response Class PDU (such as a
348
 
           Response-PDU) with an empty variable-bindings field
349
 
           was greater than either a local constraint or the
350
 
           maximum message size associated with the originator of
351
 
           the request."
352
 
    ::= { snmp 31 }
353
 
 
354
 
snmpProxyDrops OBJECT-TYPE
355
 
    SYNTAX     Counter32
356
 
    MAX-ACCESS read-only
357
 
    STATUS     current
358
 
    DESCRIPTION
359
 
            "The total number of Confirmed Class PDUs
360
 
            (such as GetRequest-PDUs, GetNextRequest-PDUs,
361
 
            GetBulkRequest-PDUs, SetRequest-PDUs, and
362
 
            InformRequest-PDUs) delivered to the SNMP entity which
363
 
            were silently dropped because the transmission of
364
 
            the (possibly translated) message to a proxy target
365
 
            failed in a manner (other than a time-out) such that
366
 
            no Response Class PDU (such as a Response-PDU) could
367
 
            be returned."
368
 
    ::= { snmp 32 }
369
 
 
370
 
--
371
 
 
372
 
snmpTrap       OBJECT IDENTIFIER ::= { snmpMIBObjects 4 }
373
 
 
374
 
snmpTrapOID OBJECT-TYPE
375
 
    SYNTAX     OBJECT IDENTIFIER
376
 
    MAX-ACCESS accessible-for-notify
377
 
    STATUS     current
378
 
    DESCRIPTION
379
 
            "The authoritative identification of the notification
380
 
            currently being sent.  This variable occurs as
381
 
            the second varbind in every SNMPv2-Trap-PDU and
382
 
            InformRequest-PDU."
383
 
    ::= { snmpTrap 1 }
384
 
 
385
 
 
386
 
snmpTrapEnterprise OBJECT-TYPE
387
 
    SYNTAX     OBJECT IDENTIFIER
388
 
    MAX-ACCESS accessible-for-notify
389
 
    STATUS     current
390
 
    DESCRIPTION
391
 
            "The authoritative identification of the enterprise
392
 
            associated with the trap currently being sent.  When an
393
 
            SNMP proxy agent is mapping an RFC1157 Trap-PDU
394
 
            into a SNMPv2-Trap-PDU, this variable occurs as the
395
 
            last varbind."
396
 
    ::= { snmpTrap 3 }
397
 
 
398
 
 
399
 
 
400
 
snmpTraps      OBJECT IDENTIFIER ::= { snmpMIBObjects 5 }
401
 
 
402
 
coldStart NOTIFICATION-TYPE
403
 
    STATUS  current
404
 
    DESCRIPTION
405
 
            "A coldStart trap signifies that the SNMP entity,
406
 
            supporting a notification originator application, is
407
 
            reinitializing itself and that its configuration may
408
 
            have been altered."
409
 
    ::= { snmpTraps 1 }
410
 
 
411
 
warmStart NOTIFICATION-TYPE
412
 
    STATUS  current
413
 
    DESCRIPTION
414
 
            "A warmStart trap signifies that the SNMP entity,
415
 
            supporting a notification originator application,
416
 
            is reinitializing itself such that its configuration
417
 
            is unaltered."
418
 
    ::= { snmpTraps 2 }
419
 
 
420
 
 
421
 
authenticationFailure NOTIFICATION-TYPE
422
 
    STATUS  current
423
 
    DESCRIPTION
424
 
            "An authenticationFailure trap signifies that the SNMP
425
 
             entity has received a protocol message that is not
426
 
             properly authenticated.  While all implementations
427
 
             of SNMP entities MAY be capable of generating this
428
 
             trap, the snmpEnableAuthenTraps object indicates
429
 
             whether this trap will be generated."
430
 
    ::= { snmpTraps 5 }
431
 
 
432
 
 
433
 
--
434
 
 
435
 
snmpSet        OBJECT IDENTIFIER ::= { snmpMIBObjects 6 }
436
 
 
437
 
snmpSetSerialNo OBJECT-TYPE
438
 
    SYNTAX     TestAndIncr
439
 
    MAX-ACCESS read-write
440
 
    STATUS     current
441
 
    DESCRIPTION
442
 
            "An advisory lock used to allow several cooperating
443
 
            command generator applications to coordinate their
444
 
            use of the SNMP set operation.
445
 
 
446
 
            This object is used for coarse-grain coordination.
447
 
            To achieve fine-grain coordination, one or more similar
448
 
            objects might be defined within each MIB group, as
449
 
            appropriate."
450
 
    ::= { snmpSet 1 }
451
 
 
452
 
 
453
 
snmpMIBConformance
454
 
               OBJECT IDENTIFIER ::= { snmpMIB 2 }
455
 
 
456
 
snmpMIBCompliances
457
 
               OBJECT IDENTIFIER ::= { snmpMIBConformance 1 }
458
 
snmpMIBGroups  OBJECT IDENTIFIER ::= { snmpMIBConformance 2 }
459
 
 
460
 
 
461
 
snmpBasicCompliance MODULE-COMPLIANCE
462
 
    STATUS  deprecated
463
 
    DESCRIPTION
464
 
            "The compliance statement for SNMPv2 entities which
465
 
            implement the SNMPv2 MIB.
466
 
 
467
 
            This compliance statement is replaced by
468
 
            snmpBasicComplianceRev2."
469
 
    MODULE  -- this module
470
 
        MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
471
 
                           snmpBasicNotificationsGroup }
472
 
 
473
 
        GROUP   snmpCommunityGroup
474
 
        DESCRIPTION
475
 
            "This group is mandatory for SNMPv2 entities which
476
 
            support community-based authentication."
477
 
    ::= { snmpMIBCompliances 2 }
478
 
 
479
 
snmpBasicComplianceRev2 MODULE-COMPLIANCE
480
 
    STATUS  current
481
 
    DESCRIPTION
482
 
            "The compliance statement for SNMP entities which
483
 
            implement this MIB module."
484
 
    MODULE  -- this module
485
 
        MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
486
 
                           snmpBasicNotificationsGroup }
487
 
 
488
 
        GROUP   snmpCommunityGroup
489
 
        DESCRIPTION
490
 
            "This group is mandatory for SNMP entities which
491
 
            support community-based authentication."
492
 
 
493
 
        GROUP   snmpWarmStartNotificationGroup
494
 
        DESCRIPTION
495
 
            "This group is mandatory for an SNMP entity which
496
 
            supports command responder applications, and is
497
 
            able to reinitialize itself such that its
498
 
            configuration is unaltered."
499
 
    ::= { snmpMIBCompliances 3 }
500
 
 
501
 
 
502
 
 
503
 
 
504
 
snmpGroup OBJECT-GROUP
505
 
    OBJECTS { snmpInPkts,
506
 
              snmpInBadVersions,
507
 
              snmpInASNParseErrs,
508
 
              snmpSilentDrops,
509
 
              snmpProxyDrops,
510
 
              snmpEnableAuthenTraps }
511
 
    STATUS  current
512
 
    DESCRIPTION
513
 
            "A collection of objects providing basic instrumentation
514
 
            and control of an SNMP entity."
515
 
    ::= { snmpMIBGroups 8 }
516
 
 
517
 
snmpCommunityGroup OBJECT-GROUP
518
 
    OBJECTS { snmpInBadCommunityNames,
519
 
              snmpInBadCommunityUses }
520
 
    STATUS  current
521
 
    DESCRIPTION
522
 
            "A collection of objects providing basic instrumentation
523
 
            of a SNMP entity which supports community-based
524
 
            authentication."
525
 
    ::= { snmpMIBGroups 9 }
526
 
 
527
 
snmpSetGroup OBJECT-GROUP
528
 
    OBJECTS { snmpSetSerialNo }
529
 
    STATUS  current
530
 
    DESCRIPTION
531
 
            "A collection of objects which allow several cooperating
532
 
            command generator applications to coordinate their
533
 
            use of the set operation."
534
 
    ::= { snmpMIBGroups 5 }
535
 
 
536
 
systemGroup OBJECT-GROUP
537
 
    OBJECTS { sysDescr, sysObjectID, sysUpTime,
538
 
              sysContact, sysName, sysLocation,
539
 
              sysServices,
540
 
              sysORLastChange, sysORID,
541
 
              sysORUpTime, sysORDescr }
542
 
    STATUS  current
543
 
    DESCRIPTION
544
 
            "The system group defines objects which are common to all
545
 
            managed systems."
546
 
    ::= { snmpMIBGroups 6 }
547
 
 
548
 
snmpBasicNotificationsGroup NOTIFICATION-GROUP
549
 
    NOTIFICATIONS { coldStart, authenticationFailure }
550
 
    STATUS        current
551
 
    DESCRIPTION
552
 
       "The basic notifications implemented by an SNMP entity
553
 
        supporting command responder applications."
554
 
    ::= { snmpMIBGroups 7 }
555
 
 
556
 
snmpWarmStartNotificationGroup NOTIFICATION-GROUP
557
 
   NOTIFICATIONS { warmStart }
558
 
   STATUS        current
559
 
   DESCRIPTION
560
 
     "An additional notification for an SNMP entity supporting
561
 
     command responder applications, if it is able to reinitialize
562
 
     itself such that its configuration is unaltered."
563
 
  ::= { snmpMIBGroups 11 }
564
 
 
565
 
snmpNotificationGroup OBJECT-GROUP
566
 
    OBJECTS { snmpTrapOID, snmpTrapEnterprise }
567
 
    STATUS  current
568
 
    DESCRIPTION
569
 
            "These objects are required for entities
570
 
            which support notification originator applications."
571
 
    ::= { snmpMIBGroups 12 }
572
 
 
573
 
 
574
 
snmpOutPkts OBJECT-TYPE
575
 
    SYNTAX      Counter32
576
 
    MAX-ACCESS  read-only
577
 
    STATUS      obsolete
578
 
    DESCRIPTION
579
 
            "The total number of SNMP Messages which were
580
 
            passed from the SNMP protocol entity to the
581
 
            transport service."
582
 
    ::= { snmp 2 }
583
 
 
584
 
 
585
 
snmpInTooBigs OBJECT-TYPE
586
 
    SYNTAX      Counter32
587
 
    MAX-ACCESS  read-only
588
 
    STATUS      obsolete
589
 
    DESCRIPTION
590
 
            "The total number of SNMP PDUs which were
591
 
            delivered to the SNMP protocol entity and for
592
 
            which the value of the error-status field was
593
 
            `tooBig'."
594
 
    ::= { snmp 8 }
595
 
 
596
 
snmpInNoSuchNames OBJECT-TYPE
597
 
    SYNTAX      Counter32
598
 
    MAX-ACCESS  read-only
599
 
    STATUS      obsolete
600
 
    DESCRIPTION
601
 
            "The total number of SNMP PDUs which were
602
 
            delivered to the SNMP protocol entity and for
603
 
            which the value of the error-status field was
604
 
            `noSuchName'."
605
 
    ::= { snmp 9 }
606
 
 
607
 
snmpInBadValues OBJECT-TYPE
608
 
    SYNTAX      Counter32
609
 
    MAX-ACCESS  read-only
610
 
    STATUS      obsolete
611
 
    DESCRIPTION
612
 
            "The total number of SNMP PDUs which were
613
 
            delivered to the SNMP protocol entity and for
614
 
            which the value of the error-status field was
615
 
            `badValue'."
616
 
    ::= { snmp 10 }
617
 
 
618
 
snmpInReadOnlys OBJECT-TYPE
619
 
    SYNTAX      Counter32
620
 
    MAX-ACCESS  read-only
621
 
    STATUS      obsolete
622
 
    DESCRIPTION
623
 
            "The total number valid SNMP PDUs which were delivered
624
 
            to the SNMP protocol entity and for which the value
625
 
            of the error-status field was `readOnly'.  It should
626
 
            be noted that it is a protocol error to generate an
627
 
            SNMP PDU which contains the value `readOnly' in the
628
 
            error-status field, as such this object is provided
629
 
            as a means of detecting incorrect implementations of
630
 
            the SNMP."
631
 
    ::= { snmp 11 }
632
 
 
633
 
snmpInGenErrs OBJECT-TYPE
634
 
    SYNTAX      Counter32
635
 
    MAX-ACCESS  read-only
636
 
    STATUS      obsolete
637
 
    DESCRIPTION
638
 
            "The total number of SNMP PDUs which were delivered
639
 
            to the SNMP protocol entity and for which the value
640
 
            of the error-status field was `genErr'."
641
 
    ::= { snmp 12 }
642
 
 
643
 
snmpInTotalReqVars OBJECT-TYPE
644
 
    SYNTAX      Counter32
645
 
    MAX-ACCESS  read-only
646
 
    STATUS      obsolete
647
 
    DESCRIPTION
648
 
            "The total number of MIB objects which have been
649
 
            retrieved successfully by the SNMP protocol entity
650
 
            as the result of receiving valid SNMP Get-Request
651
 
            and Get-Next PDUs."
652
 
    ::= { snmp 13 }
653
 
 
654
 
snmpInTotalSetVars OBJECT-TYPE
655
 
    SYNTAX      Counter32
656
 
    MAX-ACCESS  read-only
657
 
    STATUS      obsolete
658
 
    DESCRIPTION
659
 
            "The total number of MIB objects which have been
660
 
            altered successfully by the SNMP protocol entity as
661
 
            the result of receiving valid SNMP Set-Request PDUs."
662
 
    ::= { snmp 14 }
663
 
 
664
 
snmpInGetRequests OBJECT-TYPE
665
 
    SYNTAX      Counter32
666
 
    MAX-ACCESS  read-only
667
 
    STATUS      obsolete
668
 
    DESCRIPTION
669
 
            "The total number of SNMP Get-Request PDUs which
670
 
            have been accepted and processed by the SNMP
671
 
            protocol entity."
672
 
    ::= { snmp 15 }
673
 
 
674
 
snmpInGetNexts OBJECT-TYPE
675
 
    SYNTAX      Counter32
676
 
    MAX-ACCESS  read-only
677
 
    STATUS      obsolete
678
 
    DESCRIPTION
679
 
            "The total number of SNMP Get-Next PDUs which have been
680
 
            accepted and processed by the SNMP protocol entity."
681
 
    ::= { snmp 16 }
682
 
 
683
 
snmpInSetRequests OBJECT-TYPE
684
 
    SYNTAX      Counter32
685
 
    MAX-ACCESS  read-only
686
 
    STATUS      obsolete
687
 
    DESCRIPTION
688
 
            "The total number of SNMP Set-Request PDUs which
689
 
            have been accepted and processed by the SNMP protocol
690
 
            entity."
691
 
    ::= { snmp 17 }
692
 
 
693
 
snmpInGetResponses OBJECT-TYPE
694
 
    SYNTAX      Counter32
695
 
    MAX-ACCESS  read-only
696
 
    STATUS      obsolete
697
 
    DESCRIPTION
698
 
            "The total number of SNMP Get-Response PDUs which
699
 
            have been accepted and processed by the SNMP protocol
700
 
            entity."
701
 
    ::= { snmp 18 }
702
 
 
703
 
snmpInTraps OBJECT-TYPE
704
 
    SYNTAX      Counter32
705
 
    MAX-ACCESS  read-only
706
 
    STATUS      obsolete
707
 
    DESCRIPTION
708
 
            "The total number of SNMP Trap PDUs which have been
709
 
            accepted and processed by the SNMP protocol entity."
710
 
    ::= { snmp 19 }
711
 
 
712
 
snmpOutTooBigs OBJECT-TYPE
713
 
    SYNTAX      Counter32
714
 
    MAX-ACCESS  read-only
715
 
    STATUS      obsolete
716
 
    DESCRIPTION
717
 
            "The total number of SNMP PDUs which were generated
718
 
            by the SNMP protocol entity and for which the value
719
 
            of the error-status field was `tooBig.'"
720
 
    ::= { snmp 20 }
721
 
 
722
 
snmpOutNoSuchNames OBJECT-TYPE
723
 
    SYNTAX      Counter32
724
 
    MAX-ACCESS  read-only
725
 
    STATUS      obsolete
726
 
    DESCRIPTION
727
 
            "The total number of SNMP PDUs which were generated
728
 
            by the SNMP protocol entity and for which the value
729
 
            of the error-status was `noSuchName'."
730
 
    ::= { snmp 21 }
731
 
 
732
 
snmpOutBadValues OBJECT-TYPE
733
 
    SYNTAX      Counter32
734
 
    MAX-ACCESS  read-only
735
 
    STATUS      obsolete
736
 
    DESCRIPTION
737
 
            "The total number of SNMP PDUs which were generated
738
 
            by the SNMP protocol entity and for which the value
739
 
            of the error-status field was `badValue'."
740
 
    ::= { snmp 22 }
741
 
 
742
 
 
743
 
snmpOutGenErrs OBJECT-TYPE
744
 
    SYNTAX      Counter32
745
 
    MAX-ACCESS  read-only
746
 
    STATUS      obsolete
747
 
    DESCRIPTION
748
 
            "The total number of SNMP PDUs which were generated
749
 
            by the SNMP protocol entity and for which the value
750
 
            of the error-status field was `genErr'."
751
 
    ::= { snmp 24 }
752
 
 
753
 
snmpOutGetRequests OBJECT-TYPE
754
 
    SYNTAX      Counter32
755
 
    MAX-ACCESS  read-only
756
 
    STATUS      obsolete
757
 
    DESCRIPTION
758
 
            "The total number of SNMP Get-Request PDUs which
759
 
            have been generated by the SNMP protocol entity."
760
 
    ::= { snmp 25 }
761
 
 
762
 
snmpOutGetNexts OBJECT-TYPE
763
 
    SYNTAX      Counter32
764
 
    MAX-ACCESS  read-only
765
 
    STATUS      obsolete
766
 
    DESCRIPTION
767
 
            "The total number of SNMP Get-Next PDUs which have
768
 
            been generated by the SNMP protocol entity."
769
 
    ::= { snmp 26 }
770
 
 
771
 
snmpOutSetRequests OBJECT-TYPE
772
 
    SYNTAX      Counter32
773
 
    MAX-ACCESS  read-only
774
 
    STATUS      obsolete
775
 
    DESCRIPTION
776
 
            "The total number of SNMP Set-Request PDUs which
777
 
            have been generated by the SNMP protocol entity."
778
 
    ::= { snmp 27 }
779
 
 
780
 
snmpOutGetResponses OBJECT-TYPE
781
 
    SYNTAX      Counter32
782
 
    MAX-ACCESS  read-only
783
 
    STATUS      obsolete
784
 
    DESCRIPTION
785
 
            "The total number of SNMP Get-Response PDUs which
786
 
            have been generated by the SNMP protocol entity."
787
 
    ::= { snmp 28 }
788
 
 
789
 
snmpOutTraps OBJECT-TYPE
790
 
    SYNTAX      Counter32
791
 
    MAX-ACCESS  read-only
792
 
    STATUS      obsolete
793
 
    DESCRIPTION
794
 
            "The total number of SNMP Trap PDUs which have
795
 
            been generated by the SNMP protocol entity."
796
 
    ::= { snmp 29 }
797
 
 
798
 
snmpObsoleteGroup OBJECT-GROUP
799
 
    OBJECTS { snmpOutPkts, snmpInTooBigs, snmpInNoSuchNames,
800
 
              snmpInBadValues, snmpInReadOnlys, snmpInGenErrs,
801
 
              snmpInTotalReqVars, snmpInTotalSetVars,
802
 
              snmpInGetRequests, snmpInGetNexts, snmpInSetRequests,
803
 
              snmpInGetResponses, snmpInTraps, snmpOutTooBigs,
804
 
              snmpOutNoSuchNames, snmpOutBadValues,
805
 
              snmpOutGenErrs, snmpOutGetRequests, snmpOutGetNexts,
806
 
              snmpOutSetRequests, snmpOutGetResponses, snmpOutTraps
807
 
              }
808
 
    STATUS  obsolete
809
 
    DESCRIPTION
810
 
            "A collection of objects from RFC 1213 made obsolete
811
 
            by this MIB module."
812
 
    ::= { snmpMIBGroups 10 }
813
 
 
814
 
END