smilint output for ./DS0-MIB


Message Severities
SeverityCount
minor error1
warning4
Message Types
TypeCount
integer-misuse (warning)4
revision-missing (minor error)1

Messages:

DS0-MIB

   1: -- extracted from rfc2494.txt
   2: -- at Mon Nov 15 17:11:40 1999
  15: 
  16:    ds0 MODULE-IDENTITY
  17:        LAST-UPDATED "9807161630Z"
  18:        ORGANIZATION "IETF Trunk MIB Working Group"
  19:        CONTACT-INFO
  20:          "        David Fowler
  21: 
  22:           Postal: Newbridge Networks Corporation
  23:                   600 March Road
  24:                   Kanata, Ontario, Canada K2K 2E6
  25: 
  26:                   Tel: +1 613 591 3600
  27:                   Fax: +1 613 599 3619
  28: 
  29:           E-mail: davef@newbridge.com"
  30:        DESCRIPTION
  31:             "The MIB module to describe
  32:              DS0 interfaces objects."
  33:        REVISION "9805242010Z"
  34:        DESCRIPTION
  35:             "Initial version of the DS0-MIB."
  36: 
  37:        ::= { transmission 81 }
  37: minor error - revision for last update is missing
  38: 
  39:    -- The DS0 Config Group
  40: 
  41:    -- Implementation of this group is mandatory for all
  42:    -- systems that use a DS0 Interface.
  43: 
  44:    -- The DS0 Config Group consists of two tables:
  45:    --    DS0 Configuration Table
  46:    --    DS0 Channel Mapping Table
  47: 
  48:    -- The DS0 Configuration Table
...
  79: 
  80:    dsx0Ds0ChannelNumber OBJECT-TYPE
  81:        SYNTAX  INTEGER(0..31)
  81: warning - warning: use Integer32 instead of INTEGER in SMIv2
  82:        MAX-ACCESS  read-only
  83:        STATUS  current
  84:        DESCRIPTION
  85:                "This object indicates the channel number of the
  86:                ds0 on its DS1/E1."
  87:        ::= { dsx0ConfigEntry 1 }
...
 109: 
 110:    dsx0IdleCode OBJECT-TYPE
 111:         SYNTAX  INTEGER(0..15)
 111: warning - warning: use Integer32 instead of INTEGER in SMIv2
 112:         MAX-ACCESS  read-write
 113:         STATUS  current
 114:         DESCRIPTION
 115:                "This object contains the code transmitted in the
 116:                ABCD bits when the ds0 is not connected and
 117:                dsx0TransmitCodesEnable is enabled.  The object is
 118:                a bitmap and the various bit positions are:
 119:                      1     D bit
 120:                      2     C bit
 121:                      4     B bit
 122:                      8     A bit"
 123:        ::= { dsx0ConfigEntry 4 }
 124: 
 125:    dsx0SeizedCode OBJECT-TYPE
 126:         SYNTAX  INTEGER(0..15)
 126: warning - warning: use Integer32 instead of INTEGER in SMIv2
 127:         MAX-ACCESS  read-write
 128:         STATUS  current
 129:         DESCRIPTION
 130:                "This object contains the code transmitted in the
 131:                ABCD bits when the ds0 is connected and
 132:                dsx0TransmitCodesEnable is enabled.  The object is
 133:                a bitmap and the various bit positions are:
 134:                      1     D bit
 135:                      2     C bit
 136:                      4     B bit
 137:                      8     A bit"
 138:        ::= { dsx0ConfigEntry 5 }
 139: 
 140:    dsx0ReceivedCode OBJECT-TYPE
 141:         SYNTAX  INTEGER(0..15)
 141: warning - warning: use Integer32 instead of INTEGER in SMIv2
 142:         MAX-ACCESS  read-only
 143:         STATUS  current
 144:         DESCRIPTION
 145:                "This object contains the code being received in
 146:                the ABCD bits.  The object is a bitmap and the
 147:                various bit positions are:
 148:                      1     D bit
 149:                      2     C bit
 150:                      4     B bit
 151:                      8     A bit"
 152:        ::= { dsx0ConfigEntry 6 }