smilint output for ./TIME-AGGREGATE-MIB


Message Severities
SeverityCount
change recommended3
Message Types
TypeCount
opaque-smiv2 (change recommended)3

Messages:

TIME-AGGREGATE-MIB

   1: -- extracted from rfc4498.txt
   2: -- at Tue May 23 06:06:19 2006
  43: 
  44:       TAggrMOErrorStatus ::= TEXTUAL-CONVENTION
  45:         STATUS       current
  46:         DESCRIPTION
  47:           "This data type is used to model the error status of the
  48:            sampled MO instance.  The error status for a sampled MO
  49:            instance is given in terms of two elements:
  50:              o The moIndex, which indicates the sample number of the MO
  51:                instance (starting at 1) in the value of the time-
  52:                aggregated MO instance.
  53:              o The moError, which indicates the error that was
  54:                encountered in sampling that MO instance.
  55:            The syntax in ASN.1 Notation will be
  56:            ErrorStatus :: = SEQUENCE {
  57:               moIndex  Integer32,
  58:               moError  SnmpPduErrorStatus
  59:            }
  60:            TAggrMOErrorStatus ::= SEQUENCE OF {
  61:               ErrorStatus
  62:            }
  63:            Note1: The command responder will supply values for all
  64:                   the samples of the MO instance.  If an error is
  65:                   encountered for a sample, then the corresponding
  66:                   value will have an ASN.1 value NULL, and an error
  67:                   will be flagged in the corresponding
  68:                   TAggrMOErrorStatus object.
  69:                   Only MOs for which errors have been encountered will
  70:                   the corresponding moIndex and moError values be set.
  71:            Note2: The error code for the component MO instances will be
  72:                   in accordance with the SnmpPduErrorStatus TC defined
  73:                   in the DISMAN-SCHEDULE-MIB[RFC3231].
  74:           "
  75:         SYNTAX      Opaque (SIZE (0..1024))
  75: change recommended - warning: SMIv2 provides Opaque solely for backward-compatibility

  76: 
  77:       TimeAggrMOValue ::= TEXTUAL-CONVENTION
  78:         STATUS       current
  79:         DESCRIPTION
  80:           "This data type is used to model the time-aggregated MOs.  It
  81:            will be a sequence of values.  The syntax in ASN.1 Notation
  82:            will be
  83:            MOSampleValue :: = SEQUENCE {
  84:                 value ObjectSyntax
  85:            }
  86:            TimeAggrMOValue ::= SEQUENCE OF {
  87:                 MOSampleValue
  88:            }
  89:            where the first MOSampleValue, if any, will always be the
  90:            timestamp of the first sample in the aggregated object.  The
  91:            subsequent values are the values of the MO instance sampled
  92:            at the specified intervals for the specified number of times.
  93:            Note: The command generator will need to know the
  94:                  constituent MO instance and the sampling interval to
  95:                  correctly interpret TimeAggrMOValue.
  96:           "
  97:         SYNTAX      Opaque (SIZE (0..1024))
  97: change recommended - warning: SMIv2 provides Opaque solely for backward-compatibility

  98: 
  99:       CompressedTimeAggrMOValue ::= TEXTUAL-CONVENTION
 100:         STATUS       current
 101:         DESCRIPTION
 102:           "This data type is used to model the compressed
 103:            TAgMOs."
 104:         SYNTAX      Opaque (SIZE (0..1024))
 104: change recommended - warning: SMIv2 provides Opaque solely for backward-compatibility
 105: 
 106:    --
 107:    -- The Time-Based aggregation control table