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

« back to all changes in this revision

Viewing changes to mibs/NETWORK-SERVICES-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
 
NETWORK-SERVICES-MIB DEFINITIONS ::= BEGIN
2
 
 
3
 
IMPORTS
4
 
    OBJECT-TYPE, Counter32, Gauge32, MODULE-IDENTITY, mib-2
5
 
      FROM SNMPv2-SMI
6
 
    TimeStamp, TEXTUAL-CONVENTION
7
 
      FROM SNMPv2-TC
8
 
    MODULE-COMPLIANCE, OBJECT-GROUP
9
 
      FROM SNMPv2-CONF
10
 
    SnmpAdminString
11
 
        FROM SNMP-FRAMEWORK-MIB;
12
 
 
13
 
application MODULE-IDENTITY
14
 
    LAST-UPDATED "200003030000Z"
15
 
    ORGANIZATION "IETF Mail and Directory Management Working Group"
16
 
 
17
 
    CONTACT-INFO
18
 
      "        Ned Freed
19
 
 
20
 
       Postal: Innosoft International, Inc.
21
 
               1050 Lakes Drive
22
 
               West Covina, CA 91790
23
 
               US
24
 
 
25
 
          Tel: +1 626 919 3600
26
 
          Fax: +1 626 919 3614
27
 
 
28
 
       E-Mail: ned.freed@innosoft.com"
29
 
    DESCRIPTION
30
 
      "The MIB module describing network service applications"
31
 
    REVISION "200003030000Z"
32
 
    DESCRIPTION
33
 
      "This revision, published in RFC 2788, changes a number of
34
 
       DisplayStrings to SnmpAdminStrings. Note that this change
35
 
       is not strictly supported by SMIv2.  However, the alternative
36
 
       of deprecating the old objects and defining new objects
37
 
       would have a more adverse impact on backward compatibility
38
 
       and interoperability, given the particular semantics of
39
 
       these objects. The defining reference for distinguished
40
 
       names has also been updated from RFC 1779 to RFC 2253."
41
 
    REVISION "199905120000Z"
42
 
    DESCRIPTION
43
 
      "This revision fixes a few small technical problems found
44
 
       in previous versions, mostly in regards to the conformance
45
 
       groups for different versions of this MIB.  No changes have
46
 
       been made to the objects this MIB defines since RFC 2248."
47
 
    REVISION "199708170000Z"
48
 
    DESCRIPTION
49
 
      "This revision, published in RFC 2248, adds the
50
 
       applDescription and applURL objects, adds the quiescing
51
 
       state to the applOperStatus object and renames the MIB
52
 
       from the APPLICATION-MIB to the NETWORK-SERVICE-MIB."
53
 
    REVISION "199311280000Z"
54
 
    DESCRIPTION
55
 
      "The original version of this MIB was published in RFC 1565"
56
 
    ::= {mib-2 27}
57
 
 
58
 
 
59
 
 
60
 
DistinguishedName ::= TEXTUAL-CONVENTION
61
 
    DISPLAY-HINT "255a"
62
 
    STATUS current
63
 
    DESCRIPTION
64
 
        "A Distinguished Name represented in accordance with
65
 
         RFC 2253, presented in the UTF-8 charset defined in
66
 
         RFC 2279."
67
 
    SYNTAX OCTET STRING (SIZE (0..255))
68
 
 
69
 
 
70
 
URLString ::= TEXTUAL-CONVENTION
71
 
    DISPLAY-HINT "255a"
72
 
    STATUS current
73
 
    DESCRIPTION
74
 
        "A Uniform Resource Locator represented in accordance
75
 
         with RFCs 1738 and 2368, presented in the NVT ASCII
76
 
         charset defined in RFC 854."
77
 
    SYNTAX OCTET STRING (SIZE (0..255))
78
 
 
79
 
 
80
 
applTable OBJECT-TYPE
81
 
    SYNTAX SEQUENCE OF ApplEntry
82
 
    MAX-ACCESS not-accessible
83
 
    STATUS current
84
 
    DESCRIPTION
85
 
        "The table holding objects which apply to all different
86
 
         kinds of applications providing network services.
87
 
         Each network service application capable of being
88
 
         monitored should have a single entry in this table."
89
 
    ::= {application 1}
90
 
 
91
 
applEntry OBJECT-TYPE
92
 
    SYNTAX ApplEntry
93
 
    MAX-ACCESS not-accessible
94
 
    STATUS current
95
 
    DESCRIPTION
96
 
      "An entry associated with a single network service
97
 
       application."
98
 
    INDEX {applIndex}
99
 
    ::= {applTable 1}
100
 
 
101
 
ApplEntry ::= SEQUENCE {
102
 
    applIndex
103
 
        INTEGER,
104
 
    applName
105
 
        SnmpAdminString,
106
 
    applDirectoryName
107
 
 
108
 
        DistinguishedName,
109
 
    applVersion
110
 
        SnmpAdminString,
111
 
    applUptime
112
 
        TimeStamp,
113
 
    applOperStatus
114
 
        INTEGER,
115
 
    applLastChange
116
 
        TimeStamp,
117
 
    applInboundAssociations
118
 
        Gauge32,
119
 
    applOutboundAssociations
120
 
        Gauge32,
121
 
    applAccumulatedInboundAssociations
122
 
        Counter32,
123
 
    applAccumulatedOutboundAssociations
124
 
        Counter32,
125
 
    applLastInboundActivity
126
 
        TimeStamp,
127
 
    applLastOutboundActivity
128
 
        TimeStamp,
129
 
    applRejectedInboundAssociations
130
 
        Counter32,
131
 
    applFailedOutboundAssociations
132
 
        Counter32,
133
 
    applDescription
134
 
        SnmpAdminString,
135
 
    applURL
136
 
        URLString
137
 
}
138
 
 
139
 
applIndex OBJECT-TYPE
140
 
    SYNTAX INTEGER (1..2147483647)
141
 
    MAX-ACCESS not-accessible
142
 
    STATUS current
143
 
    DESCRIPTION
144
 
      "An index to uniquely identify the network service
145
 
       application. This attribute is the index used for
146
 
       lexicographic ordering of the table."
147
 
    ::= {applEntry 1}
148
 
 
149
 
applName OBJECT-TYPE
150
 
    SYNTAX SnmpAdminString
151
 
    MAX-ACCESS read-only
152
 
    STATUS current
153
 
    DESCRIPTION
154
 
      "The name the network service application chooses to be
155
 
       known by."
156
 
    ::= {applEntry 2}
157
 
 
158
 
applDirectoryName OBJECT-TYPE
159
 
    SYNTAX DistinguishedName
160
 
    MAX-ACCESS read-only
161
 
    STATUS current
162
 
    DESCRIPTION
163
 
      "The Distinguished Name of the directory entry where
164
 
       static information about this application is stored.
165
 
       An empty string indicates that no information about
166
 
       the application is available in the directory."
167
 
    ::= {applEntry 3}
168
 
 
169
 
applVersion OBJECT-TYPE
170
 
    SYNTAX SnmpAdminString
171
 
    MAX-ACCESS read-only
172
 
    STATUS current
173
 
    DESCRIPTION
174
 
      "The version of network service application software.
175
 
       This field is usually defined by the vendor of the
176
 
       network service application software."
177
 
    ::= {applEntry 4}
178
 
applUptime OBJECT-TYPE
179
 
    SYNTAX TimeStamp
180
 
    MAX-ACCESS read-only
181
 
    STATUS current
182
 
    DESCRIPTION
183
 
      "The value of sysUpTime at the time the network service
184
 
       application was last initialized.  If the application was
185
 
       last initialized prior to the last initialization of the
186
 
       network management subsystem, then this object contains
187
 
       a zero value."
188
 
    ::= {applEntry 5}
189
 
 
190
 
applOperStatus OBJECT-TYPE
191
 
    SYNTAX INTEGER {
192
 
      up(1),
193
 
      down(2),
194
 
      halted(3),
195
 
      congested(4),
196
 
      restarting(5),
197
 
      quiescing(6)
198
 
    }
199
 
    MAX-ACCESS read-only
200
 
    STATUS current
201
 
    DESCRIPTION
202
 
      "Indicates the operational status of the network service
203
 
       application. 'down' indicates that the network service is
204
 
 
205
 
       not available. 'up' indicates that the network service
206
 
       is operational and available.  'halted' indicates that the
207
 
       service is operational but not available.  'congested'
208
 
       indicates that the service is operational but no additional
209
 
       inbound associations can be accommodated.  'restarting'
210
 
       indicates that the service is currently unavailable but is
211
 
       in the process of restarting and will be available soon.
212
 
       'quiescing' indicates that service is currently operational
213
 
       but is in the process of shutting down. Additional inbound
214
 
       associations may be rejected by applications in the
215
 
       'quiescing' state."
216
 
    ::= {applEntry 6}
217
 
 
218
 
applLastChange OBJECT-TYPE
219
 
    SYNTAX TimeStamp
220
 
    MAX-ACCESS read-only
221
 
    STATUS current
222
 
    DESCRIPTION
223
 
      "The value of sysUpTime at the time the network service
224
 
       application entered its current operational state.  If
225
 
       the current state was entered prior to the last
226
 
       initialization of the local network management subsystem,
227
 
       then this object contains a zero value."
228
 
    ::= {applEntry 7}
229
 
 
230
 
applInboundAssociations OBJECT-TYPE
231
 
    SYNTAX Gauge32
232
 
    MAX-ACCESS read-only
233
 
    STATUS current
234
 
    DESCRIPTION
235
 
      "The number of current associations to the network service
236
 
       application, where it is the responder.  An inbound
237
 
       association occurs when another application successfully
238
 
       connects to this one."
239
 
    ::= {applEntry 8}
240
 
 
241
 
applOutboundAssociations OBJECT-TYPE
242
 
    SYNTAX Gauge32
243
 
    MAX-ACCESS read-only
244
 
    STATUS current
245
 
    DESCRIPTION
246
 
      "The number of current associations to the network service
247
 
       application, where it is the initiator.  An outbound
248
 
       association occurs when this application successfully
249
 
       connects to another one."
250
 
    ::= {applEntry 9}
251
 
 
252
 
applAccumulatedInboundAssociations OBJECT-TYPE
253
 
    SYNTAX Counter32
254
 
    MAX-ACCESS read-only
255
 
    STATUS current
256
 
    DESCRIPTION
257
 
      "The total number of associations to the application entity
258
 
       since application initialization, where it was the responder."
259
 
    ::= {applEntry 10}
260
 
 
261
 
applAccumulatedOutboundAssociations OBJECT-TYPE
262
 
    SYNTAX Counter32
263
 
    MAX-ACCESS read-only
264
 
    STATUS current
265
 
    DESCRIPTION
266
 
      "The total number of associations to the application entity
267
 
       since application initialization, where it was the initiator."
268
 
    ::= {applEntry 11}
269
 
 
270
 
applLastInboundActivity OBJECT-TYPE
271
 
    SYNTAX TimeStamp
272
 
    MAX-ACCESS read-only
273
 
    STATUS current
274
 
    DESCRIPTION
275
 
      "The value of sysUpTime at the time this application last
276
 
       had an inbound association.  If the last association
277
 
       occurred prior to the last initialization of the network
278
 
       subsystem, then this object contains a zero value."
279
 
    ::= {applEntry 12}
280
 
 
281
 
applLastOutboundActivity OBJECT-TYPE
282
 
    SYNTAX TimeStamp
283
 
    MAX-ACCESS read-only
284
 
    STATUS current
285
 
    DESCRIPTION
286
 
      "The value of sysUpTime at the time this application last
287
 
       had an outbound association.  If the last association
288
 
       occurred prior to the last initialization of the network
289
 
       subsystem, then this object contains a zero value."
290
 
    ::= {applEntry 13}
291
 
 
292
 
applRejectedInboundAssociations OBJECT-TYPE
293
 
    SYNTAX Counter32
294
 
    MAX-ACCESS read-only
295
 
    STATUS current
296
 
    DESCRIPTION
297
 
      "The total number of inbound associations the application
298
 
       entity has rejected, since application initialization.
299
 
       Rejected associations are not counted in the accumulated
300
 
       association totals.  Note that this only counts
301
 
 
302
 
       associations the application entity has rejected itself;
303
 
       it does not count rejections that occur at lower layers
304
 
       of the network.  Thus, this counter may not reflect the
305
 
       true number of failed inbound associations."
306
 
    ::= {applEntry 14}
307
 
 
308
 
applFailedOutboundAssociations OBJECT-TYPE
309
 
    SYNTAX Counter32
310
 
    MAX-ACCESS read-only
311
 
    STATUS current
312
 
    DESCRIPTION
313
 
      "The total number associations where the application entity
314
 
       is initiator and association establishment has failed,
315
 
       since application initialization.  Failed associations are
316
 
       not counted in the accumulated association totals."
317
 
    ::= {applEntry 15}
318
 
 
319
 
applDescription OBJECT-TYPE
320
 
    SYNTAX SnmpAdminString
321
 
    MAX-ACCESS read-only
322
 
    STATUS current
323
 
    DESCRIPTION
324
 
      "A text description of the application.  This information
325
 
       is intended to identify and briefly describe the
326
 
       application in a status display."
327
 
    ::= {applEntry 16}
328
 
 
329
 
applURL OBJECT-TYPE
330
 
    SYNTAX URLString
331
 
    MAX-ACCESS read-only
332
 
    STATUS current
333
 
    DESCRIPTION
334
 
      "A URL pointing to a description of the application.
335
 
       This information is intended to identify and describe
336
 
       the application in a status display."
337
 
    ::= {applEntry 17}
338
 
 
339
 
 
340
 
assocTable OBJECT-TYPE
341
 
    SYNTAX SEQUENCE OF AssocEntry
342
 
    MAX-ACCESS not-accessible
343
 
    STATUS current
344
 
    DESCRIPTION
345
 
        "The table holding a set of all active application
346
 
 
347
 
         associations."
348
 
    ::= {application 2}
349
 
 
350
 
assocEntry OBJECT-TYPE
351
 
    SYNTAX AssocEntry
352
 
    MAX-ACCESS not-accessible
353
 
    STATUS current
354
 
    DESCRIPTION
355
 
      "An entry associated with an association for a network
356
 
       service application."
357
 
    INDEX {applIndex, assocIndex}
358
 
    ::= {assocTable 1}
359
 
 
360
 
AssocEntry ::= SEQUENCE {
361
 
    assocIndex
362
 
        INTEGER,
363
 
    assocRemoteApplication
364
 
        SnmpAdminString,
365
 
    assocApplicationProtocol
366
 
        OBJECT IDENTIFIER,
367
 
    assocApplicationType
368
 
        INTEGER,
369
 
    assocDuration
370
 
        TimeStamp
371
 
}
372
 
 
373
 
assocIndex OBJECT-TYPE
374
 
    SYNTAX INTEGER (1..2147483647)
375
 
    MAX-ACCESS not-accessible
376
 
    STATUS current
377
 
    DESCRIPTION
378
 
      "An index to uniquely identify each association for a network
379
 
       service application.  This attribute is the index that is
380
 
       used for lexicographic ordering of the table.  Note that the
381
 
       table is also indexed by the applIndex."
382
 
    ::= {assocEntry 1}
383
 
 
384
 
assocRemoteApplication OBJECT-TYPE
385
 
    SYNTAX SnmpAdminString
386
 
    MAX-ACCESS read-only
387
 
    STATUS current
388
 
    DESCRIPTION
389
 
      "The name of the system running remote network service
390
 
       application.  For an IP-based application this should be
391
 
       either a domain name or IP address.  For an OSI application
392
 
       it should be the string encoded distinguished name of the
393
 
       managed object.  For X.400(1984) MTAs which do not have a
394
 
       Distinguished Name, the RFC 2156 syntax 'mta in
395
 
 
396
 
       globalid' used in X400-Received: fields can be used. Note,
397
 
       however, that not all connections an MTA makes are
398
 
       necessarily to another MTA."
399
 
    ::= {assocEntry 2}
400
 
 
401
 
assocApplicationProtocol OBJECT-TYPE
402
 
    SYNTAX OBJECT IDENTIFIER
403
 
    MAX-ACCESS read-only
404
 
    STATUS current
405
 
    DESCRIPTION
406
 
      "An identification of the protocol being used for the
407
 
       application.  For an OSI Application, this will be the
408
 
       Application Context.  For Internet applications, OID
409
 
       values of the form {applTCPProtoID port} or {applUDPProtoID
410
 
       port} are used for TCP-based and UDP-based protocols,
411
 
       respectively. In either case 'port' corresponds to the
412
 
       primary port number being used by the protocol. The
413
 
       usual IANA procedures may be used to register ports for
414
 
       new protocols."
415
 
    ::= {assocEntry 3}
416
 
 
417
 
assocApplicationType OBJECT-TYPE
418
 
    SYNTAX INTEGER {
419
 
        uainitiator(1),
420
 
        uaresponder(2),
421
 
        peerinitiator(3),
422
 
        peerresponder(4)}
423
 
    MAX-ACCESS read-only
424
 
    STATUS current
425
 
    DESCRIPTION
426
 
      "This indicates whether the remote application is some type of
427
 
       client making use of this network service (e.g., a Mail User
428
 
       Agent) or a server acting as a peer. Also indicated is whether
429
 
       the remote end initiated an incoming connection to the network
430
 
       service or responded to an outgoing connection made by the
431
 
       local application.  MTAs and messaging gateways are
432
 
       considered to be peers for the purposes of this variable."
433
 
    ::= {assocEntry 4}
434
 
 
435
 
assocDuration OBJECT-TYPE
436
 
    SYNTAX TimeStamp
437
 
    MAX-ACCESS read-only
438
 
    STATUS current
439
 
    DESCRIPTION
440
 
      "The value of sysUpTime at the time this association was
441
 
       started.  If this association started prior to the last
442
 
       initialization of the network subsystem, then this
443
 
       object contains a zero value."
444
 
    ::= {assocEntry 5}
445
 
 
446
 
 
447
 
applConformance OBJECT IDENTIFIER ::= {application 3}
448
 
 
449
 
applGroups      OBJECT IDENTIFIER ::= {applConformance 1}
450
 
applCompliances OBJECT IDENTIFIER ::= {applConformance 2}
451
 
 
452
 
 
453
 
applCompliance MODULE-COMPLIANCE
454
 
    STATUS obsolete
455
 
    DESCRIPTION
456
 
      "The compliance statement for RFC 1565 implementations
457
 
       which support the Network Services Monitoring MIB
458
 
       for basic monitoring of network service applications.
459
 
       This is the basic compliance statement for RFC 1565."
460
 
    MODULE
461
 
      MANDATORY-GROUPS {applRFC1565Group}
462
 
    ::= {applCompliances 1}
463
 
 
464
 
assocCompliance MODULE-COMPLIANCE
465
 
    STATUS obsolete
466
 
    DESCRIPTION
467
 
      "The compliance statement for RFC 1565 implementations
468
 
       which support the Network Services Monitoring MIB
469
 
       for basic monitoring of network service applications
470
 
       and their associations."
471
 
    MODULE
472
 
      MANDATORY-GROUPS {applRFC1565Group, assocRFC1565Group}
473
 
    ::= {applCompliances 2}
474
 
 
475
 
applRFC2248Compliance MODULE-COMPLIANCE
476
 
    STATUS deprecated
477
 
    DESCRIPTION
478
 
      "The compliance statement for RFC 2248 implementations
479
 
       which support the Network Services Monitoring MIB
480
 
       for basic monitoring of network service applications."
481
 
    MODULE
482
 
      MANDATORY-GROUPS {applRFC2248Group}
483
 
    ::= {applCompliances 3}
484
 
 
485
 
assocRFC2248Compliance MODULE-COMPLIANCE
486
 
    STATUS deprecated
487
 
    DESCRIPTION
488
 
      "The compliance statement for RFC 2248 implementations
489
 
 
490
 
       which support the Network Services Monitoring MIB for
491
 
       basic monitoring of network service applications and
492
 
       their associations."
493
 
    MODULE
494
 
      MANDATORY-GROUPS {applRFC2248Group, assocRFC2248Group}
495
 
    ::= {applCompliances 4}
496
 
 
497
 
applRFC2788Compliance MODULE-COMPLIANCE
498
 
    STATUS current
499
 
    DESCRIPTION
500
 
      "The compliance statement for RFC 2788 implementations
501
 
       which support the Network Services Monitoring MIB
502
 
       for basic monitoring of network service applications."
503
 
    MODULE
504
 
      MANDATORY-GROUPS {applRFC2788Group}
505
 
    ::= {applCompliances 5}
506
 
 
507
 
assocRFC2788Compliance MODULE-COMPLIANCE
508
 
    STATUS current
509
 
    DESCRIPTION
510
 
      "The compliance statement for RFC 2788 implementations
511
 
       which support the Network Services Monitoring MIB for
512
 
       basic monitoring of network service applications and
513
 
       their associations."
514
 
    MODULE
515
 
      MANDATORY-GROUPS {applRFC2788Group, assocRFC2788Group}
516
 
    ::= {applCompliances 6}
517
 
 
518
 
 
519
 
applRFC1565Group OBJECT-GROUP
520
 
    OBJECTS {
521
 
      applName, applVersion, applUptime, applOperStatus,
522
 
      applLastChange, applInboundAssociations,
523
 
      applOutboundAssociations, applAccumulatedInboundAssociations,
524
 
      applAccumulatedOutboundAssociations, applLastInboundActivity,
525
 
      applLastOutboundActivity, applRejectedInboundAssociations,
526
 
      applFailedOutboundAssociations}
527
 
    STATUS obsolete
528
 
    DESCRIPTION
529
 
      "A collection of objects providing basic monitoring of
530
 
       network service applications.  This is the original set
531
 
       of such objects defined in RFC 1565."
532
 
    ::= {applGroups 7}
533
 
 
534
 
assocRFC1565Group OBJECT-GROUP
535
 
    OBJECTS {
536
 
 
537
 
      assocRemoteApplication, assocApplicationProtocol,
538
 
      assocApplicationType, assocDuration}
539
 
    STATUS obsolete
540
 
    DESCRIPTION
541
 
      "A collection of objects providing basic monitoring of
542
 
       network service applications' associations.  This is the
543
 
       original set of such objects defined in RFC 1565."
544
 
    ::= {applGroups 2}
545
 
 
546
 
applRFC2248Group OBJECT-GROUP
547
 
    OBJECTS {
548
 
      applName, applVersion, applUptime, applOperStatus,
549
 
      applLastChange, applInboundAssociations,
550
 
      applOutboundAssociations, applAccumulatedInboundAssociations,
551
 
      applAccumulatedOutboundAssociations, applLastInboundActivity,
552
 
      applLastOutboundActivity, applRejectedInboundAssociations,
553
 
      applFailedOutboundAssociations, applDescription, applURL}
554
 
    STATUS deprecated
555
 
    DESCRIPTION
556
 
      "A collection of objects providing basic monitoring of
557
 
       network service applications.  This group was originally
558
 
       defined in RFC 2248; note that applDirectoryName is
559
 
       missing."
560
 
    ::= {applGroups 3}
561
 
 
562
 
assocRFC2248Group OBJECT-GROUP
563
 
    OBJECTS {
564
 
      assocRemoteApplication, assocApplicationProtocol,
565
 
      assocApplicationType, assocDuration}
566
 
    STATUS deprecated
567
 
    DESCRIPTION
568
 
      "A collection of objects providing basic monitoring of
569
 
       network service applications' associations.  This group
570
 
       was originally defined by RFC 2248."
571
 
    ::= {applGroups 4}
572
 
 
573
 
applRFC2788Group OBJECT-GROUP
574
 
    OBJECTS {
575
 
      applName, applDirectoryName, applVersion, applUptime,
576
 
      applOperStatus, applLastChange, applInboundAssociations,
577
 
      applOutboundAssociations, applAccumulatedInboundAssociations,
578
 
      applAccumulatedOutboundAssociations, applLastInboundActivity,
579
 
      applLastOutboundActivity, applRejectedInboundAssociations,
580
 
      applFailedOutboundAssociations, applDescription, applURL}
581
 
    STATUS current
582
 
    DESCRIPTION
583
 
      "A collection of objects providing basic monitoring of
584
 
       network service applications.  This is the appropriate
585
 
 
586
 
       group for RFC 2788 -- it adds the applDirectoryName object
587
 
       missing in RFC 2248."
588
 
    ::= {applGroups 5}
589
 
 
590
 
assocRFC2788Group OBJECT-GROUP
591
 
    OBJECTS {
592
 
      assocRemoteApplication, assocApplicationProtocol,
593
 
      assocApplicationType, assocDuration}
594
 
    STATUS current
595
 
    DESCRIPTION
596
 
      "A collection of objects providing basic monitoring of
597
 
       network service applications' associations.  This is
598
 
       the appropriate group for RFC 2788."
599
 
    ::= {applGroups 6}
600
 
 
601
 
 
602
 
applTCPProtoID OBJECT IDENTIFIER ::= {application 4}
603
 
applUDPProtoID OBJECT IDENTIFIER ::= {application 5}
604
 
 
605
 
END