smilint output for ./RFC1381-MIB


Message Severities
SeverityCount
warning2
Message Types
TypeCount
type-without-format (warning)2

Messages:

RFC1381-MIB

   1: -- extracted from rfc1381.txt
   2: -- at Mon Nov 15 17:11:57 1999
  18: 
  19:           PositiveInteger ::= INTEGER (0..2147483647)
  19: warning - warning: type `PositiveInteger' has no format specification

  20: 
  21:           IfIndexType     ::= INTEGER (1..2147483647)
  21: warning - warning: type `IfIndexType' has no format specification
  22:           -- IfIndexType specifies an index object for a table
  23:           -- with entries that match entries in the MIB-II ifTable.
  24:           -- The value of the index for the table will match the
  25:           -- ifIndex entry for same interface in the ifTable.
  26:           -- The values of this object range from 1 to ifNumber
  27:           -- inclusive.
  28: 
  29: 
  30:           -- ###########################################################
  31:           --                      LAPB Admn Table
  32:           -- ###########################################################
  33: 
  34:           -- Support of the lapbAdmnTable is mandatory for all
  35:           -- agents of systems that implement LAPB.