smilint output for ./IPFIX-CONCENTRATOR-MIB
Message Severities |
Severity | Count |
warning | 4 |
Message Types |
Type | Count |
index-element-accessible (warning) | 4 |
Messages:
IPFIX-CONCENTRATOR-MIB
1: -- extracted from draft-kobayashi-ipfix-concentrator-mib-01.txt
2: -- at Sat Mar 4 06:10:53 2006
243:
244: concSelectMatchParamSetEntry OBJECT-TYPE
244: warning -
warning: index element `concSelectMatchInfoEltId' of row `concSelectMatchParamSetEntry' should be not-accessible in SMIv2 MIB
245: SYNTAX ConcSelectMatchParamSetEntry
246: MAX-ACCESS not-accessible
247: STATUS current
248: DESCRIPTION
249: "Defines an entry in the concSelectMatchParamSetTable"
250: INDEX {
251: concSelectMatchIndex,
252: concSelectMatchInfoEltId
253: }
254: ::= { concSelectMatchParamSetTable 1 }
255:
256: ConcSelectMatchParamSetEntry ::=
257: SEQUENCE {
258: concSelectMatchIndex Integer32,
259: concSelectMatchInfoEltId Integer32,
260: concSelectMatchStartValue OCTET STRING,
261: concSelectMatchEndValue OCTET STRING,
262: concSelectMatchMask OCTET STRING,
263: concSelectMatchRowStatus RowStatus
264: }
...
442:
443: concAggrFieldSetEntry OBJECT-TYPE
443: warning -
warning: index element `concAggrFieldSetId' of row `concAggrFieldSetEntry' should be not-accessible in SMIv2 MIB
444: SYNTAX ConcAggrFieldSetEntry
445: MAX-ACCESS not-accessible
446: STATUS current
447: DESCRIPTION
448: "Defines an entry in the concAggrParamSetTable"
449: INDEX {
450: concAggrIndex,
451: concAggrFieldSetId
452: }
453: ::= { concAggrFieldSetTable 1 }
454:
455: ConcAggrFieldSetEntry ::=
456: SEQUENCE {
457: concAggrFieldSetId Integer32,
458: concAggrFieldModifier ConcFieldModifier,
459: concAggrFieldRowStatus RowStatus
460: }
...
512:
513: concAggrAddFieldSetEntry OBJECT-TYPE
513: warning -
warning: index element `concAggrAddFieldSetId' of row `concAggrAddFieldSetEntry' should be not-accessible in SMIv2 MIB
514: SYNTAX ConcAggrAddFieldSetEntry
515: MAX-ACCESS not-accessible
516: STATUS current
517: DESCRIPTION
518: "Defines an entry in the concAggrAddFieldSetTable"
519: INDEX {
520: concAggrIndex,
521: concAggrAddFieldSetId
522: }
523: ::= { concAggrAddFieldSetTable 1 }
524:
525: ConcAggrAddFieldSetEntry ::=
526: SEQUENCE {
527: concAggrAddFieldSetId Integer32,
528: concAggrAddFieldRowStatus RowStatus
529: }
...
936:
937: concStoringFieldSetEntry OBJECT-TYPE
937: warning -
warning: index element `concStoringInfoEltId' of row `concStoringFieldSetEntry' should be not-accessible in SMIv2 MIB
938: SYNTAX ConcStoringFieldSetEntry
939: MAX-ACCESS not-accessible
940: STATUS current
941: DESCRIPTION
942: "Defines an entry in concStoringFieldSetTable"
943: INDEX { concStoringIndex,concStoringInfoEltId }
944: ::= { concStoringFieldSetTable 1 }
945:
946: ConcStoringFieldSetEntry ::=
947: SEQUENCE {
948: concStoringInfoEltId Integer32,
949: concStoringFieldModifier ConcFieldModifier,
950: concStoringRowStatus RowStatus
951: }