smilint output for ./SMON-MIB


Message Severities
SeverityCount
minor error1
change recommended1
warning2
Message Types
TypeCount
group-unref (warning)1
index-element-no-size (minor error)1
index-exceeds-too-large (warning)1
module-identity-registration (change recommended)1

Messages:

SMON-MIB

   1: -- extracted from rfc2613.txt
   2: -- at Mon Nov 15 17:12:05 1999
  20: 
  21:    switchRMON MODULE-IDENTITY
  21: change recommended - warning: uncontrolled MODULE-IDENTITY registration
  22:         LAST-UPDATED "9812160000Z"
  23:         ORGANIZATION "IETF RMON MIB Working Group"
  24:         CONTACT-INFO
  25:         "IETF RMONMIB WG Mailing list: rmonmib@cisco.com
  26: 
  27:                 Rich Waterman
  28:                 Allot Networks Inc.
  29:                 Tel:  +1-408-559-0253
  30:                 Email: rich@allot.com
  31: 
  32:                 Bill Lahaye
  33:                 Xylan Corp.
  34:                 Tel: +1-800-995-2612
  35:                 Email:  lahaye@ctron.com
  36: 
  37:                 Dan Romascanu
  38:                 Lucent Technologies
  39:                 Tel:  +972-3-645-8414
  40:                 Email: dromasca@lucent.com
  41: 
  42:                 Steven Waldbusser
  43:                 International Network Services (INS)
  44:                 Tel: +1-650-318-1251
  45:                 Email: waldbusser@ins.com"
  46: 
  47:         DESCRIPTION
  48:                 "The MIB module for managing remote monitoring device
  49:                  implementations for Switched Networks"
  50: 
  51:          -- revision history
  52: 
  53:         REVISION    "9812160000Z"     -- 16 Dec 1998 midemight
  54:         DESCRIPTION "Initial Version, published as RFC 2613."
  55: 
  56:         ::= { rmon 22 }
...
 151: 
 152:    dataSourceCapsEntry  OBJECT-TYPE
 152: warning - warning: index of row `dataSourceCapsEntry' can exceed OID size limit by 14 subidentifier(s)
 153:     SYNTAX      DataSourceCapsEntry
 154:     MAX-ACCESS  not-accessible
 155:     STATUS      current
 156:     DESCRIPTION
 157:         "Entries per data source containing descriptions of data
 158:          source and port copy capabilities. This table is populated by
 159:          the SMON agent with one entry for each supported data
 160:          source."
 161:    INDEX { IMPLIED dataSourceCapsObject }
 162:    ::= { dataSourceCapsTable 1 }
 163: 
 164:    DataSourceCapsEntry ::= SEQUENCE {
 165:         dataSourceCapsObject
 166:                 SmonDataSource,
 167:         dataSourceRmonCaps
 168:                 BITS,
 169:         dataSourceCopyCaps
 170:                 BITS,
 171:         dataSourceCapsIfIndex
 172:                 InterfaceIndex
 173:         }
 174: 
 175:    dataSourceCapsObject OBJECT-TYPE
 175: minor error - index element `dataSourceCapsObject' of row `dataSourceCapsEntry' should but cannot have a size restriction
 176:     SYNTAX      SmonDataSource
 177:     MAX-ACCESS  not-accessible
 178:     STATUS      current
 179:     DESCRIPTION
 180:         "Defines an object that can be a SMON data source or a
 181:           source or a destination for a port copy operation."
 182:     ::= { dataSourceCapsEntry 1  }
...
1235: 
1236:    smonVlanStatsExtGroup   OBJECT-GROUP
1236: warning - warning: current group `smonVlanStatsExtGroup' is not referenced in this module
1237:         OBJECTS         {smonVlanIdStatsNUcastOctets,
1238:                          smonVlanIdStatsNUcastOverflowOctets,
1239:                          smonVlanIdStatsNUcastHCOctets}
1240:         STATUS      current
1241:         DESCRIPTION
1242:         "Defines the switch monitoring specific statistics for systems
1243:          capable of counting non-unicast octets for a given dataSource
1244:          (as described in the dataSourceRmonCaps object)."
1245:    ::= { smonMIBGroups 10 }