smilint output for ./IF-MIB


Message Severities
SeverityCount
minor error1
warning3
Message Types
TypeCount
group-unref (warning)1
index-element-accessible (warning)1
index-element-no-size (minor error)1
index-exceeds-too-large (warning)1

Messages:

IF-MIB

   1: -- extracted from rfc2863.txt
   2: -- at Tue Oct 31 15:10:19 2000
 144: 
 145: ifEntry OBJECT-TYPE
 145: warning - warning: index element `ifIndex' of row `ifEntry' should be not-accessible in SMIv2 MIB
 146:     SYNTAX      IfEntry
 147:     MAX-ACCESS  not-accessible
 148:     STATUS      current
 149:     DESCRIPTION
 150:             "An entry containing management information applicable to a
 151:             particular interface."
 152:     INDEX   { ifIndex }
 153:     ::= { ifTable 1 }
 154: 
 155: IfEntry ::=
 156:     SEQUENCE {
 157:         ifIndex                 InterfaceIndex,
 158:         ifDescr                 DisplayString,
 159:         ifType                  IANAifType,
 160:         ifMtu                   Integer32,
 161:         ifSpeed                 Gauge32,
 162:         ifPhysAddress           PhysAddress,
 163:         ifAdminStatus           INTEGER,
 164:         ifOperStatus            INTEGER,
 165:         ifLastChange            TimeTicks,
 166:         ifInOctets              Counter32,
 167:         ifInUcastPkts           Counter32,
 168:         ifInNUcastPkts          Counter32,  -- deprecated
 169:         ifInDiscards            Counter32,
 170:         ifInErrors              Counter32,
 171:         ifInUnknownProtos       Counter32,
 172:         ifOutOctets             Counter32,
 173:         ifOutUcastPkts          Counter32,
 174:         ifOutNUcastPkts         Counter32,  -- deprecated
 175:         ifOutDiscards           Counter32,
 176:         ifOutErrors             Counter32,
 177:         ifOutQLen               Gauge32,    -- deprecated
 178:         ifSpecific              OBJECT IDENTIFIER -- deprecated
 179:     }
...
1055: 
1056: ifRcvAddressEntry  OBJECT-TYPE
1056: warning - warning: index of row `ifRcvAddressEntry' can exceed OID size limit by 65420 subidentifier(s)
1057:     SYNTAX      IfRcvAddressEntry
1058:     MAX-ACCESS  not-accessible
1059:     STATUS      current
1060:     DESCRIPTION
1061:             "A list of objects identifying an address for which the
1062:             system will accept packets/frames on the particular
1063:             interface identified by the index value ifIndex."
1064:     INDEX  { ifIndex, ifRcvAddressAddress }
1065:     ::= { ifRcvAddressTable 1 }
1066: 
1067: IfRcvAddressEntry ::=
1068:     SEQUENCE {
1069:         ifRcvAddressAddress   PhysAddress,
1070:         ifRcvAddressStatus    RowStatus,
1071:         ifRcvAddressType      INTEGER
1072:     }
1073: 
1074: ifRcvAddressAddress OBJECT-TYPE
1074: minor error - index element `ifRcvAddressAddress' of row `ifRcvAddressEntry' must have a size restriction
1075:     SYNTAX      PhysAddress
1076:     MAX-ACCESS  not-accessible
1077:     STATUS      current
1078:     DESCRIPTION
1079:             "An address for which the system will accept packets/frames
1080:             on this entry's interface."
1081:     ::= { ifRcvAddressEntry 1 }
...
1665: 
1666: ifOldObjectsGroup    OBJECT-GROUP
1666: warning - warning: deprecated group `ifOldObjectsGroup' is not referenced in this module
1667:     OBJECTS { ifInNUcastPkts, ifOutNUcastPkts,
1668:               ifOutQLen, ifSpecific }
1669:     STATUS  deprecated
1670:     DESCRIPTION
1671:             "The collection of objects deprecated from the original MIB-
1672:             II interfaces group."
1673:     ::= { ifGroups 12 }
1674: 
1675: -- Deprecated Definitions - Compliance