smilint output for ./SNMPv2-MIB


Message Severities
SeverityCount
warning3
Message Types
TypeCount
group-unref (warning)1
integer-misuse (warning)2

Messages:

SNMPv2-MIB

   1: -- extracted from rfc3418.txt
   2: -- at Mon Dec 23 06:11:32 2002
 147: 
 148:    sysServices OBJECT-TYPE
 149:        SYNTAX      INTEGER (0..127)
 149: warning - warning: use Integer32 instead of INTEGER in SMIv2
 150:        MAX-ACCESS  read-only
 151:        STATUS      current
 152:        DESCRIPTION
 153:                "A value which indicates the set of services that this
 154:                entity may potentially offer.  The value is a sum.
 155:                This sum initially takes the value zero. Then, for
 156:                each layer, L, in the range 1 through 7, that this node
 157:                performs transactions for, 2 raised to (L - 1) is added
 158:                to the sum.  For example, a node which performs only
 159:                routing functions would have a value of 4 (2^(3-1)).
 160:                In contrast, a node which is a host offering application
 161:                services would have a value of 72 (2^(4-1) + 2^(7-1)).
 162:                Note that in the context of the Internet suite of
 163:                protocols, values should be calculated accordingly:
 164: 
 165:                     layer      functionality
 166:                       1        physical (e.g., repeaters)
 167:                       2        datalink/subnetwork (e.g., bridges)
 168:                       3        internet (e.g., supports the IP)
 169:                       4        end-to-end  (e.g., supports the TCP)
 170:                       7        applications (e.g., supports the SMTP)
 171: 
 172:                For systems including OSI protocols, layers 5 and 6
 173:                may also be counted."
 174:        ::= { system 7 }
 175: 
 176:    -- object resource information
 177:    --
 178:    -- a collection of objects which describe the SNMP entity's
 179:    -- (statically and dynamically configurable) support of
 180:    -- various MIB modules.
...
 219: 
 220:    sysORIndex OBJECT-TYPE
 221:        SYNTAX     INTEGER (1..2147483647)
 221: warning - warning: use Integer32 instead of INTEGER in SMIv2
 222:        MAX-ACCESS not-accessible
 223:        STATUS     current
 224:        DESCRIPTION
 225:                "The auxiliary variable used for identifying instances
 226:                of the columnar objects in the sysORTable."
 227:        ::= { sysOREntry 1 }
...
 601: 
 602:    snmpNotificationGroup OBJECT-GROUP
 602: warning - warning: current group `snmpNotificationGroup' is not referenced in this module
 603:        OBJECTS { snmpTrapOID, snmpTrapEnterprise }
 604:        STATUS  current
 605:        DESCRIPTION
 606:                "These objects are required for entities
 607:                which support notification originator applications."
 608:        ::= { snmpMIBGroups 12 }
 609: 
 610:    -- definitions in RFC 1213 made obsolete by the inclusion of a
 611:    -- subset of the snmp group in this MIB