smilint output for ./SNMP-NOTIFICATION-MIB


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

Messages:

SNMP-NOTIFICATION-MIB

   1: -- extracted from rfc3413.txt
   2: -- at Mon Dec 23 06:11:34 2002
 299: 
 300:    snmpNotifyFilterEntry OBJECT-TYPE
 300: warning - warning: index of row `snmpNotifyFilterEntry' can exceed OID size limit by 45 subidentifier(s)
 301:        SYNTAX      SnmpNotifyFilterEntry
 302:        MAX-ACCESS  not-accessible
 303:        STATUS      current
 304:        DESCRIPTION
 305:            "An element of a filter profile.
 306: 
 307:             Entries in the snmpNotifyFilterTable are created and
 308:             deleted using the snmpNotifyFilterRowStatus object."
 309: 
 310:        INDEX {         snmpNotifyFilterProfileName,
 311:                IMPLIED snmpNotifyFilterSubtree }
 312:        ::= { snmpNotifyFilterTable 1 }
 313: 
 314:    SnmpNotifyFilterEntry ::= SEQUENCE {
 315:        snmpNotifyFilterSubtree           OBJECT IDENTIFIER,
 316:        snmpNotifyFilterMask              OCTET STRING,
 317:        snmpNotifyFilterType              INTEGER,
 318:        snmpNotifyFilterStorageType       StorageType,
 319:        snmpNotifyFilterRowStatus         RowStatus
 320:    }
 321: 
 322:    snmpNotifyFilterSubtree OBJECT-TYPE
 322: minor error - index element `snmpNotifyFilterSubtree' of row `snmpNotifyFilterEntry' should but cannot have a size restriction
 323:        SYNTAX      OBJECT IDENTIFIER
 324:        MAX-ACCESS  not-accessible
 325:        STATUS      current
 326:        DESCRIPTION
 327:            "The MIB subtree which, when combined with the corresponding
 328:             instance of snmpNotifyFilterMask, defines a family of
 329:             subtrees which are included in or excluded from the
 330:             filter profile."
 331:        ::= { snmpNotifyFilterEntry 1 }