~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to mibs/SNMPv2-MIB.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

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