smilint output for ./DSA-MIB
Message Severities |
Severity | Count |
severe | 1 |
error | 66 |
minor error | 1 |
warning | 5 |
Message Types |
Type | Count |
basetype-not-imported (error) | 56 |
basetype-unknown (error) | 1 |
import-failed (error) | 2 |
import-unused (warning) | 3 |
integer-misuse (warning) | 1 |
macro-not-imported (error) | 6 |
object-identifier-unknown (severe) | 1 |
obsolete-import (warning) | 1 |
revision-missing (minor error) | 1 |
type-unknown (error) | 1 |
Messages:
DSA-MIB
1: -- extracted from rfc1567.txt
2: -- at Mon Nov 15 17:11:54 1999
3:
4: DSA-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY, OBJECT-TYPE,
8: NOTIFICATION-TYPE
8: warning -
warning: identifier `NOTIFICATION-TYPE' imported from module `SNMPv2-SMI' is never used
9: FROM SNMPv2-SMI
10: DisplayString, TimeStamp,
10: warning -
warning: identifier `DisplayString' imported from module `SNMPv2-TC' is never used
11: TEXTUAL-CONVENTION
11: warning -
warning: identifier `TEXTUAL-CONVENTION' imported from module `SNMPv2-TC' is never used
12: FROM SNMPv2-TC
13: mib-2
13: warning -
warning: identifier `mib-2' should be imported from `SNMPv2-SMI' instead of `RFC1213-MIB'
14: FROM RFC1213-MIB
15: applIndex, DistinguishedName
16: FROM APPLICATION-MIB;
16: error -
identifier `applIndex' cannot be imported from module `APPLICATION-MIB'
16: error -
identifier `DistinguishedName' cannot be imported from module `APPLICATION-MIB'
17:
18: dsaMIB MODULE-IDENTITY
19: LAST-UPDATED "9311250000Z"
20: ORGANIZATION "IETF Mail and Directory Management Working
21: Group"
22:
23: CONTACT-INFO
24: " Glenn Mansfield
25:
26: Postal: AIC Systems Laboratory
27: 6-6-3, Minami Yoshinari
28: Aoba-ku, Sendai, 989-32
29: JP
30:
31: Tel: +81 22 279 3310
32: Fax: +81 22 279 3640
33: E-Mail: glenn@aic.co.jp"
34: DESCRIPTION
35: " The MIB module for monitoring Directory System Agents."
36: ::= { mib-2 29 }
36: minor error -
revision for last update is missing
37:
38:
39: dsaOpsTable OBJECT-TYPE
40: SYNTAX SEQUENCE OF DsaOpsEntry
41: MAX-ACCESS not-accessible
42: STATUS current
43: DESCRIPTION
44: " The table holding information related to the
45: DSA operations."
46: ::= {dsaMIB 1}
47:
48: dsaOpsEntry OBJECT-TYPE
49: SYNTAX DsaOpsEntry
50: MAX-ACCESS not-accessible
51: STATUS current
52: DESCRIPTION
53: " Entry containing operations related statistics
54: for a DSA."
55: INDEX { applIndex }
55: severe -
unknown object identifier label `applIndex'
56: ::= {dsaOpsTable 1}
57:
58: DsaOpsEntry ::= SEQUENCE {
59:
60: -- Bindings
61: dsaAnonymousBinds
62: Counter32,
62: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
63: dsaUnauthBinds
64: Counter32,
64: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
65: dsaSimpleAuthBinds
66: Counter32,
66: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
67: dsaStrongAuthBinds
68: Counter32,
68: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
69: dsaBindSecurityErrors
70: Counter32,
70: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
71:
72: -- In-coming operations
73:
74: dsaInOps
75: Counter32,
75: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
76: dsaReadOps
77: Counter32,
77: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
78: dsaCompareOps
79: Counter32,
79: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
80: dsaAddEntryOps
81: Counter32,
81: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
82: dsaRemoveEntryOps
83: Counter32,
83: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
84: dsaModifyEntryOps
85: Counter32,
85: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
86: dsaModifyRDNOps
87: Counter32,
87: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
88: dsaListOps
89: Counter32,
89: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
90: dsaSearchOps
91: Counter32,
91: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
92: dsaOneLevelSearchOps
93: Counter32,
93: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
94: dsaWholeTreeSearchOps
95: Counter32,
95: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
96:
97: -- Out going operations
98:
99: dsaReferrals
100: Counter32,
100: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
101: dsaChainings
102: Counter32,
102: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
103:
104: -- Errors
105:
106: dsaSecurityErrors
107: Counter32,
107: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
108: dsaErrors
109: Counter32
110: }
110: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
111:
112: dsaAnonymousBinds OBJECT-TYPE
113: SYNTAX Counter32
114: MAX-ACCESS read-only
114: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
115: STATUS current
116: DESCRIPTION
117: " Number of anonymous binds to this DSA from DUAs
118: since application start."
119: ::= {dsaOpsEntry 1}
120:
121: dsaUnauthBinds OBJECT-TYPE
122: SYNTAX Counter32
123: MAX-ACCESS read-only
123: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
124: STATUS current
125: DESCRIPTION
126: " Number of un-authenticated binds to this
127: DSA since application start."
128: ::= {dsaOpsEntry 2}
129:
130: dsaSimpleAuthBinds OBJECT-TYPE
131: SYNTAX Counter32
132: MAX-ACCESS read-only
132: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
133: STATUS current
134: DESCRIPTION
135: " Number of binds to this DSA that were authenticated
136: using simple authentication procedures since
137: application start."
138: REFERENCE
139: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
140: Section 8.1.2.1.1."
141: ::= {dsaOpsEntry 3}
142:
143:
144: dsaStrongAuthBinds OBJECT-TYPE
145: SYNTAX Counter32
146: MAX-ACCESS read-only
146: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
147: STATUS current
148: DESCRIPTION
149: " Number of binds to this DSA that were authenticated
150: using the strong authentication procedures since
151: application start. This includes the binds that were
152: authenticated using external authentication procedures."
153: REFERENCE
154: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
155: Sections 8.1.2.1.2 & 8.1.2.1.3."
156: ::= {dsaOpsEntry 4}
157:
158: dsaBindSecurityErrors OBJECT-TYPE
159: SYNTAX Counter32
160: MAX-ACCESS read-only
160: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
161: STATUS current
162: DESCRIPTION
163: " Number of bind operations that have been rejected
164: by this DSA due to inappropriateAuthentication or
165: invalidCredentials."
166: REFERENCE
167: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
168: Section 12.7.2"
169: ::= {dsaOpsEntry 5}
170:
171: dsaInOps OBJECT-TYPE
172: SYNTAX Counter32
173: MAX-ACCESS read-only
173: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
174: STATUS current
175: DESCRIPTION
176: " Number of operations forwarded to this DSA
177: from DUAs or other DSAs since application
178: start up."
179: ::= {dsaOpsEntry 6}
180:
181: dsaReadOps OBJECT-TYPE
182: SYNTAX Counter32
183: MAX-ACCESS read-only
183: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
184: STATUS current
185: DESCRIPTION
186: " Number of read operations serviced by
187: this DSA since application startup."
188: REFERENCE
189: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
190: Section 9.1."
191: ::= {dsaOpsEntry 7}
192:
193: dsaCompareOps OBJECT-TYPE
194: SYNTAX Counter32
195: MAX-ACCESS read-only
195: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
196: STATUS current
197: DESCRIPTION
198: " Number of compare operations serviced by
199: this DSA since application startup."
200: REFERENCE
201: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
202: Section 9.2."
203: ::= {dsaOpsEntry 8}
204:
205: dsaAddEntryOps OBJECT-TYPE
206: SYNTAX Counter32
207: MAX-ACCESS read-only
207: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
208: STATUS current
209: DESCRIPTION
210: " Number of addEntry operations serviced by
211: this DSA since application startup."
212: REFERENCE
213: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
214: Section 11.1."
215: ::= {dsaOpsEntry 9}
216:
217: dsaRemoveEntryOps OBJECT-TYPE
218: SYNTAX Counter32
219: MAX-ACCESS read-only
219: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
220: STATUS current
221: DESCRIPTION
222: " Number of removeEntry operations serviced by
223: this DSA since application startup."
224: REFERENCE
225: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
226: Section 11.2."
227: ::= {dsaOpsEntry 10}
228:
229: dsaModifyEntryOps OBJECT-TYPE
230: SYNTAX Counter32
231: MAX-ACCESS read-only
231: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
232: STATUS current
233: DESCRIPTION
234: " Number of modifyEntry operations serviced by
235: this DSA since application startup."
236: REFERENCE
237: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
238: Section 11.3."
239: ::= {dsaOpsEntry 11}
240:
241: dsaModifyRDNOps OBJECT-TYPE
242: SYNTAX Counter32
243: MAX-ACCESS read-only
243: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
244: STATUS current
245: DESCRIPTION
246: " Number of modifyRDN operations serviced by
247: this DSA since application startup."
248: REFERENCE
249: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
250: Section 11.4."
251: ::= {dsaOpsEntry 12}
252:
253: dsaListOps OBJECT-TYPE
254: SYNTAX Counter32
255: MAX-ACCESS read-only
255: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
256: STATUS current
257: DESCRIPTION
258: " Number of list operations serviced by
259: this DSA since application startup."
260: REFERENCE
261: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
262: Section 10.1."
263: ::= {dsaOpsEntry 13}
264:
265: dsaSearchOps OBJECT-TYPE
266: SYNTAX Counter32
267: MAX-ACCESS read-only
267: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
268: STATUS current
269: DESCRIPTION
270: " Number of search operations- baseObjectSearches,
271: oneLevelSearches and subTreeSearches, serviced
272: by this DSA since application startup."
273: REFERENCE
274: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
275: Section 10.2."
276: ::= {dsaOpsEntry 14}
277:
278: dsaOneLevelSearchOps OBJECT-TYPE
279: SYNTAX Counter32
280: MAX-ACCESS read-only
280: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
281: STATUS current
282: DESCRIPTION
283: " Number of oneLevelSearch operations serviced
284: by this DSA since application startup."
285: REFERENCE
286: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
287: Section 10.2.2.2."
288: ::= {dsaOpsEntry 15}
289:
290: dsaWholeTreeSearchOps OBJECT-TYPE
291: SYNTAX Counter32
292: MAX-ACCESS read-only
292: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
293: STATUS current
294: DESCRIPTION
295: " Number of wholeTreeSearch operations serviced
296: by this DSA since application startup."
297: REFERENCE
298: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
299: Section 10.2.2.2."
300: ::= {dsaOpsEntry 16}
301:
302: dsaReferrals OBJECT-TYPE
303: SYNTAX Counter32
304: MAX-ACCESS read-only
304: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
305: STATUS current
306: DESCRIPTION
307: " Number of referrals returned by this DSA in response
308: to requests for operations since application startup."
309: REFERENCE
310: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
311: Section 12.6."
312: ::= {dsaOpsEntry 17}
313:
314: dsaChainings OBJECT-TYPE
315: SYNTAX Counter32
316: MAX-ACCESS read-only
316: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
317: STATUS current
318: DESCRIPTION
319: " Number of operations forwarded by this DSA
320: to other DSAs since application startup."
321: REFERENCE
322: " CCITT Blue Book Fascicle VIII.8 - Rec. X.518, 1988:
323: Section 14."
324: ::= {dsaOpsEntry 18}
325:
326: dsaSecurityErrors OBJECT-TYPE
327: SYNTAX Counter32
328: MAX-ACCESS read-only
328: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
329: STATUS current
330: DESCRIPTION
331: " Number of operations forwarded to this DSA
332: which did not meet the security requirements. "
333: REFERENCE
334: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
335: Section 12.7."
336: ::= {dsaOpsEntry 19}
337:
338: dsaErrors OBJECT-TYPE
339: SYNTAX Counter32
340: MAX-ACCESS read-only
340: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
341: STATUS current
342: DESCRIPTION
343: " Number of operations that could not be serviced
344: due to errors other than security errors, and
345: referrals.
346: A partially serviced operation will not be counted
347: as an error.
348: The errors include NameErrors, UpdateErrors, Attribute
349: errors and ServiceErrors."
350: REFERENCE
351: " CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
352: Sections 12.4, 12.5, 12.8 & 12.9."
353: ::= {dsaOpsEntry 20}
354:
355: -- Entry statistics/Cache performance
356: dsaEntriesTable OBJECT-TYPE
357: SYNTAX SEQUENCE OF DsaEntriesEntry
358: MAX-ACCESS not-accessible
359: STATUS current
360: DESCRIPTION
361: " The table holding information related to the
362: entry statistics and cache performance of the DSAs."
363: ::= {dsaMIB 2}
364:
365: dsaEntriesEntry OBJECT-TYPE
366: SYNTAX DsaEntriesEntry
367: MAX-ACCESS not-accessible
368: STATUS current
369: DESCRIPTION
370: " Entry containing statistics pertaining to entries
371: held by a DSA."
372: INDEX { applIndex }
373: ::= {dsaEntriesTable 1}
374:
375: DsaEntriesEntry ::= SEQUENCE {
376: dsaMasterEntries
377: Gauge32,
377: error -
SMIv2 base type `Gauge32' must be imported from SNMPv2-SMI
378: dsaCopyEntries
379: Gauge32,
379: error -
SMIv2 base type `Gauge32' must be imported from SNMPv2-SMI
380: dsaCacheEntries
381: Gauge32,
381: error -
SMIv2 base type `Gauge32' must be imported from SNMPv2-SMI
382: dsaCacheHits
383: Counter32,
383: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
384: dsaSlaveHits
385: Counter32
386: }
386: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
387:
388: dsaMasterEntries OBJECT-TYPE
389: SYNTAX Gauge32
390: MAX-ACCESS read-only
390: error -
SMIv2 base type `Gauge32' must be imported from SNMPv2-SMI
391: STATUS current
392: DESCRIPTION
393: " Number of entries mastered in the DSA."
394: ::= {dsaEntriesEntry 1}
395:
396: dsaCopyEntries OBJECT-TYPE
397: SYNTAX Gauge32
398: MAX-ACCESS read-only
398: error -
SMIv2 base type `Gauge32' must be imported from SNMPv2-SMI
399: STATUS current
400: DESCRIPTION
401: " Number of entries for which systematic (slave)
402: copies are maintained in the DSA."
403: ::= {dsaEntriesEntry 2}
404:
405: dsaCacheEntries OBJECT-TYPE
406: SYNTAX Gauge32
407: MAX-ACCESS read-only
407: error -
SMIv2 base type `Gauge32' must be imported from SNMPv2-SMI
408: STATUS current
409: DESCRIPTION
410: " Number of entries cached (non-systematic copies) in
411: the DSA. This will include the entries that are
412: cached partially. The negative cache is not counted."
413: ::= {dsaEntriesEntry 3}
414:
415: dsaCacheHits OBJECT-TYPE
416: SYNTAX Counter32
417: MAX-ACCESS read-only
417: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
418: STATUS current
419: DESCRIPTION
420: " Number of operations that were serviced from
421: the locally held cache since application
422: startup."
423: ::= {dsaEntriesEntry 4}
424:
425: dsaSlaveHits OBJECT-TYPE
426: SYNTAX Counter32
427: MAX-ACCESS read-only
427: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
428: STATUS current
429: DESCRIPTION
430: " Number of operations that were serviced from
431: the locally held object replications [ shadow
432: entries] since application startup."
433: ::= {dsaEntriesEntry 5}
434:
435:
436: -- The dsaIntTable contains statistical data on the peer DSAs
437: -- with which the monitored DSAs [attempt to] interact. This
438: -- table will provide a useful insight into the effect of
439: -- neighbours on the DSA performance.
440: -- The table keeps track of the last "N" DSAs with which the
441: -- monitored DSAs has interacted [attempted to interact],
442: -- where "N" is a locally-defined constant.
443:
444: dsaIntTable OBJECT-TYPE
445: SYNTAX SEQUENCE OF DsaIntEntry
446: MAX-ACCESS not-accessible
447: STATUS current
448: DESCRIPTION
449: " Each row of this table contains some details
450: related to the history of the interaction
451: of the monitored DSAs with their respective
452: peer DSAs."
453: ::= { dsaMIB 3 }
454:
455: dsaIntEntry OBJECT-TYPE
456: SYNTAX DsaIntEntry
457: MAX-ACCESS not-accessible
458: STATUS current
459: DESCRIPTION
460: " Entry containing interaction details of a DSA
461: with a peer DSA."
462: INDEX { applIndex,dsaIntIndex }
463: ::= { dsaIntTable 1 }
464:
465: DsaIntEntry ::= SEQUENCE {
466: dsaIntIndex
467: INTEGER,
468: dsaName
469: DistinguishedName,
469: error -
unknown type `DistinguishedName'
470: dsaTimeOfCreation
471: TimeStamp,
472: dsaTimeOfLastAttempt
473: TimeStamp,
474: dsaTimeOfLastSuccess
475: TimeStamp,
476: dsaFailuresSinceLastSuccess
477: Counter32,
477: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
478: dsaFailures
479: Counter32,
479: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
480: dsaSuccesses
481: Counter32
482: }
482: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
483:
484: dsaIntIndex OBJECT-TYPE
485: SYNTAX INTEGER (1..2147483647)
485: warning -
warning: use Integer32 instead of INTEGER in SMIv2
486: MAX-ACCESS not-accessible
487: STATUS current
488: DESCRIPTION
489: " Together with applIndex it forms the unique key to
490: identify the conceptual row which contains useful info
491: on the (attempted) interaction between the DSA (referred
492: to by applIndex) and a peer DSA."
493: ::= {dsaIntEntry 1}
494:
495: dsaName OBJECT-TYPE
495: error -
type `DistinguishedName' of node `dsaName' does not resolve to a known base type
496: SYNTAX DistinguishedName
497: MAX-ACCESS read-only
498: STATUS current
499: DESCRIPTION
500: " Distinguished Name of the peer DSA to which this
501: entry pertains."
502: ::= {dsaIntEntry 2}
503:
504: dsaTimeOfCreation OBJECT-TYPE
505: SYNTAX TimeStamp
506: MAX-ACCESS read-only
507: STATUS current
508: DESCRIPTION
509: " The value of sysUpTime when this row was created.
510: If the entry was created before the network management
511: subsystem was initialized, this object will contain
512: a value of zero."
513: ::= {dsaIntEntry 3}
514:
515: dsaTimeOfLastAttempt OBJECT-TYPE
516: SYNTAX TimeStamp
517: MAX-ACCESS read-only
518: STATUS current
519: DESCRIPTION
520: " The value of sysUpTime when the last attempt was made
521: to contact this DSA. If the last attempt was made before
522: the network management subsystem was initialized, this
523: object will contain a value of zero."
524: ::= {dsaIntEntry 4}
525:
526: dsaTimeOfLastSuccess OBJECT-TYPE
527: SYNTAX TimeStamp
528: MAX-ACCESS read-only
529: STATUS current
530: DESCRIPTION
531: " The value of sysUpTime when the last attempt made to
532: contact this DSA was successful. If there have
533: been no successful attempts this entry will have a value
534: of zero. If the last successful attempt was made before
535: the network management subsystem was initialized, this
536: object will contain a value of zero."
537: ::= {dsaIntEntry 5}
538:
539: dsaFailuresSinceLastSuccess OBJECT-TYPE
540: SYNTAX Counter32
541: MAX-ACCESS read-only
541: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
542: STATUS current
543: DESCRIPTION
544: " The number of failures since the last time an
545: attempt to contact this DSA was successful. If
546: there has been no successful attempts, this counter
547: will contain the number of failures since this entry
548: was created."
549: ::= {dsaIntEntry 6}
550:
551: dsaFailures OBJECT-TYPE
552: SYNTAX Counter32
553: MAX-ACCESS read-only
553: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
554: STATUS current
555: DESCRIPTION
556: " Cumulative failures since the creation of
557: this entry."
558: ::= {dsaIntEntry 7}
559:
560: dsaSuccesses OBJECT-TYPE
561: SYNTAX Counter32
562: MAX-ACCESS read-only
562: error -
SMIv2 base type `Counter32' must be imported from SNMPv2-SMI
563: STATUS current
564: DESCRIPTION
565: " Cumulative successes since the creation of
566: this entry."
567: ::= {dsaIntEntry 8}
568:
569:
570: -- Conformance information
571:
572: dsaConformance OBJECT IDENTIFIER ::= { dsaMIB 4 }
573:
574: dsaGroups OBJECT IDENTIFIER ::= { dsaConformance 1 }
575: dsaCompliances OBJECT IDENTIFIER ::= { dsaConformance 2 }
576:
577: -- Compliance statements
578:
579: dsaOpsCompliance MODULE-COMPLIANCE
579: error -
macro `MODULE-COMPLIANCE' has not been imported from module `SNMPv2-CONF'
580: STATUS current
581: DESCRIPTION
582: "The compliance statement for SNMPv2 entities
583: which implement the DSA-MIB for monitoring
584: DSA operations."
585:
586: MODULE -- this module
587: MANDATORY-GROUPS { dsaOpsGroup }
588:
589: ::= { dsaCompliances 1 }
590:
591: dsaEntryCompliance MODULE-COMPLIANCE
591: error -
macro `MODULE-COMPLIANCE' has not been imported from module `SNMPv2-CONF'
592: STATUS current
593: DESCRIPTION
594: "The compliance statement for SNMPv2 entities
595: which implement the DSA-MIB for monitoring
596: DSA operations, entry statistics and cache
597: performance."
598:
599: MODULE -- this module
600: MANDATORY-GROUPS { dsaOpsGroup,dsaEntryGroup }
601: ::= { dsaCompliances 2 }
602:
603: dsaIntCompliance MODULE-COMPLIANCE
603: error -
macro `MODULE-COMPLIANCE' has not been imported from module `SNMPv2-CONF'
604: STATUS current
605: DESCRIPTION
606: " The compliance statement for SNMPv2 entities
607: which implement the DSA-MIB for monitoring DSA
608: operations and the interaction of the DSA with
609: peer DSAs."
610:
611: MODULE -- this module
612: MANDATORY-GROUPS { dsaOpsGroup, dsaIntGroup }
613:
614: ::= { dsaCompliances 3 }
615:
616:
617: -- Units of conformance
618:
619: dsaOpsGroup OBJECT-GROUP
619: error -
macro `OBJECT-GROUP' has not been imported from module `SNMPv2-CONF'
620: OBJECTS {
621: dsaAnonymousBinds, dsaUnauthBinds, dsaSimpleAuthBinds,
622: dsaStrongAuthBinds, dsaBindSecurityErrors,dsaInOps,
623: dsaReadOps, dsaCompareOps, dsaAddEntryOps,
624: dsaRemoveEntryOps, dsaModifyEntryOps, dsaModifyRDNOps,
625: dsaListOps, dsaSearchOps, dsaOneLevelSearchOps,
626: dsaWholeTreeSearchOps,dsaReferrals, dsaChainings,
627: dsaSecurityErrors, dsaErrors}
628: STATUS current
629: DESCRIPTION
630: " A collection of objects for monitoring the DSA
631: operations."
632: ::= { dsaGroups 1 }
633:
634: dsaEntryGroup OBJECT-GROUP
634: error -
macro `OBJECT-GROUP' has not been imported from module `SNMPv2-CONF'
635: OBJECTS {dsaMasterEntries, dsaCopyEntries, dsaCacheEntries,
636: dsaCacheHits, dsaSlaveHits}
637: STATUS current
638: DESCRIPTION
639: " A collection of objects for monitoring the DSA
640: entry statistics and cache performance."
641: ::= { dsaGroups 2 }
642:
643: dsaIntGroup OBJECT-GROUP
643: error -
macro `OBJECT-GROUP' has not been imported from module `SNMPv2-CONF'
644: OBJECTS {
645: dsaName, dsaTimeOfCreation, dsaTimeOfLastAttempt,
646: dsaTimeOfLastSuccess,dsaFailuresSinceLastSuccess,dsaFailures,
647: dsaSuccesses}
648: STATUS current
649: DESCRIPTION
650: " A collection of objects for monitoring the DSA's
651: interaction with peer DSAs."
652: ::= { dsaGroups 3 }
653:
654:
655: END