smilint output for ./DS0BUNDLE-MIB


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

Messages:

DS0BUNDLE-MIB

   1: -- extracted from rfc2494.txt
   2: -- at Mon Nov 15 17:11:40 1999
  16: 
  17:    ds0Bundle MODULE-IDENTITY
  18:        LAST-UPDATED "9807161630Z"
  19:        ORGANIZATION "IETF Trunk MIB Working Group"
  20:        CONTACT-INFO
  21:          "        David Fowler
  22: 
  23:           Postal: Newbridge Networks Corporation
  24:                   600 March Road
  25:                   Kanata, Ontario, Canada K2K 2E6
  26: 
  27:                   Tel: +1 613 591 3600
  28:                   Fax: +1 613 599 3619
  29: 
  30:           E-mail: davef@newbridge.com"
  31:        DESCRIPTION
  32:             "The MIB module to describe
  33:              DS0 Bundle interfaces objects."
  34:        REVISION "9805242010Z"
  35:        DESCRIPTION
  36:             "Initial version of the DS0BUNDLE-MIB."
  37: 
  38:        ::= { transmission 82 }
  38: minor error - revision for last update is missing
  39: 
  40:    --
  41:    -- The DS0 Bundle Config Group
  42:    --
  43:    -- Implementation of this group is mandatory for all
  44:    -- systems that use a DS0Bundle Interface.
  45:    --
  46:    -- The DS0 Bundle Config Group consists of one table:
  47:    --    DS0 Bundle Table
  48: 
...
 111: 
 112:    dsx0BundleIndex OBJECT-TYPE
 113:        SYNTAX  INTEGER (0..2147483647)
 113: warning - warning: use Integer32 instead of INTEGER in SMIv2
 114:        MAX-ACCESS  not-accessible
 115:        STATUS  current
 116:        DESCRIPTION
 117:                "A unique identifier for a ds0Bundle.  This is not
 118:                the same value as ifIndex.  This table is not
 119:                indexed by ifIndex because the manager has to
 120:                choose the index in a createable row and the agent
 121:                must be allowed to select ifIndex values."
 122:        ::= { dsx0BundleEntry 1 }