smilint output for ./DOT12-IF-MIB


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

Messages:

DOT12-IF-MIB

   1: -- extracted from rfc2020.txt
   2: -- at Mon Nov 15 17:11:48 1999
  14: 
  15:           dot12MIB MODULE-IDENTITY
  16:                LAST-UPDATED "9602220452Z"  -- February 22, 1996
  17:                ORGANIZATION "IETF 100VG-AnyLAN MIB Working Group"
  18:                CONTACT-INFO
  19:                        "       John Flick
  20: 
  21:                        Postal: Hewlett Packard Company
  22:                                8000 Foothills Blvd. M/S 5556
  23:                                Roseville, CA 95747-5556
  24:                        Tel:    +1 916 785 4018
  25:                        Fax:    +1 916 785 3583
  26: 
  27:                        E-mail: johnf@hprnd.rose.hp.com"
  28:                DESCRIPTION
  29:                        "This MIB module describes objects for
  30:                        managing IEEE 802.12 interfaces."
  31:                ::= { transmission 45 }
  31: minor error - revision for last update is missing

...
 158: 
 159:           dot12TrainingVersion OBJECT-TYPE
 160:               SYNTAX     INTEGER (0..7)
 160: warning - warning: use Integer32 instead of INTEGER in SMIv2
 161:               MAX-ACCESS read-only
 162:               STATUS     current
 163:               DESCRIPTION
 164:                       "The value that will be used in the version bits
 165:                       (vvv bits) in training frames on this interface.
 166:                       This is the highest version number supported by
 167:                       this MAC."
 168:               REFERENCE
 169:                       "IEEE Standard 802.12-1995, 13.2.5.2.1,
 170:                       aMACVersion."
 171:               ::= { dot12ConfigEntry 5 }