smilint output for ./FIBRE-CHANNEL-FE-MIB


Message Severities
SeverityCount
warning12
fyi2
Message Types
TypeCount
identifier-case-match (warning)2
previous-definition (fyi)2
type-without-format (warning)10

Messages:

FIBRE-CHANNEL-FE-MIB

   1: -- extracted from rfc2837.txt
   2: -- at Thu Jun  1 07:07:27 2000
  50:   -- Textual Conventions
  51:   MilliSeconds ::= TEXTUAL-CONVENTION
  51: warning - warning: type `MilliSeconds' has no format specification
  52:     STATUS         current
  53:     DESCRIPTION    "Represents time unit value in milliseconds."
  54:     SYNTAX         Unsigned32
  55: 
  56:   MicroSeconds ::= TEXTUAL-CONVENTION
  56: warning - warning: type `MicroSeconds' has no format specification
  57:     STATUS         current
  58:     DESCRIPTION    "Represents time unit value in microseconds."
  59:     SYNTAX         Unsigned32
...
  72: 
  73:   FcRxDataFieldSize ::= TEXTUAL-CONVENTION
  73: warning - warning: type `FcRxDataFieldSize' has no format specification
  74:     STATUS         current
  75:     DESCRIPTION    "Represents the receive data field size of an
  76:                     NxPort or FxPort."
  77:     SYNTAX         Integer32 (128..2112)
  78: 
  79:   FcBbCredit ::= TEXTUAL-CONVENTION
  79: warning - warning: type `FcBbCredit' has no format specification
  80:     STATUS         current
  81:     DESCRIPTION    "Represents the buffer-to-buffer credit of an
  82:                     NxPort or FxPort."
  83:     SYNTAX         Integer32 (0..32767)
  84: 
  85:   FcphVersion ::= TEXTUAL-CONVENTION
  85: warning - warning: type `FcphVersion' has no format specification
  86:     STATUS         current
  87:     DESCRIPTION    "Represents the version of FC-PH supported by an
  88:                     NxPort or FxPort."
  89:     SYNTAX         Integer32 (0..255)
...
 108: 
 109:   FcFeModuleCapacity ::= TEXTUAL-CONVENTION
 109: fyi - info: previous definition of `FcFeModuleCapacity'
 109: warning - warning: type `FcFeModuleCapacity' has no format specification
 110:     STATUS         current
 111:     DESCRIPTION    "Represents the maximum number of modules within
 112:                     a Fabric Element."
 113:     SYNTAX         Unsigned32
 114: 
 115:   FcFeFxPortCapacity ::= TEXTUAL-CONVENTION
 115: warning - warning: type `FcFeFxPortCapacity' has no format specification
 116:     STATUS         current
 117:     DESCRIPTION    "Represents the maximum number of FxPorts within
 118:                     a module."
 119:     SYNTAX         Unsigned32
 120: 
 121:   FcFeModuleIndex ::= TEXTUAL-CONVENTION
 121: fyi - info: previous definition of `FcFeModuleIndex'
 121: warning - warning: type `FcFeModuleIndex' has no format specification
 122:     STATUS         current
 123:     DESCRIPTION    "Represents the module index within a conceptual table."
 124:     SYNTAX         Unsigned32
 125: 
 126:   FcFeFxPortIndex ::= TEXTUAL-CONVENTION
 126: warning - warning: type `FcFeFxPortIndex' has no format specification
 127:     STATUS         current
 128:     DESCRIPTION    "Represents the FxPort index within a conceptual table."
 129:     SYNTAX         Unsigned32
 130: 
 131:   FcFeNxPortIndex ::= TEXTUAL-CONVENTION
 131: warning - warning: type `FcFeNxPortIndex' has no format specification
 132:     STATUS         current
 133:     DESCRIPTION    "Represents the NxPort index within a conceptual table."
 134:     SYNTAX         Integer32 (1..126)
...
 165: 
 166:   fcFeModuleCapacity OBJECT-TYPE
 166: warning - warning: identifier `fcFeModuleCapacity' differs from `FcFeModuleCapacity' only in case
 167:       SYNTAX      FcFeModuleCapacity
 168:       MAX-ACCESS  read-only
 169:       STATUS      current
 170:       DESCRIPTION
 171:          "The maximum number of modules in the Fabric Element,
 172:           regardless of their current state."
 173:   ::= { fcFeConfig 3 }
 174: 
 175:   -- The Module Table.
 176:   -- This table contains one entry for each module,
 177:   -- information of the modules.
...
 216: 
 217:   fcFeModuleIndex OBJECT-TYPE
 217: warning - warning: identifier `fcFeModuleIndex' differs from `FcFeModuleIndex' only in case
 218:       SYNTAX      FcFeModuleIndex
 219:       MAX-ACCESS  not-accessible
 220:       STATUS      current
 221:       DESCRIPTION
 222:          "This object identifies the module within the Fabric Element
 223:           for which this entry contains information. This value is
 224:           never greater than fcFeModuleCapacity."
 225:   ::= { fcFeModuleEntry 1 }