smilint output for ./SNMP-VIEW-BASED-ACM-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-VIEW-BASED-ACM-MIB

   1: -- extracted from rfc3415.txt
   2: -- at Mon Dec 23 06:11:33 2002
 589: 
 590: vacmViewTreeFamilyEntry OBJECT-TYPE
 590: warning - warning: index of row `vacmViewTreeFamilyEntry' can exceed OID size limit by 46 subidentifier(s)
 591:     SYNTAX       VacmViewTreeFamilyEntry
 592:     MAX-ACCESS   not-accessible
 593:     STATUS       current
 594:     DESCRIPTION "Information on a particular family of view subtrees
 595:                  included in or excluded from a particular SNMP
 596:                  context's MIB view.
 597: 
 598:                  Implementations must not restrict the number of
 599:                  families of view subtrees for a given MIB view,
 600:                  except as dictated by resource constraints on the
 601:                  overall number of entries in the
 602:                  vacmViewTreeFamilyTable.
 603: 
 604:                  If no conceptual rows exist in this table for a given
 605:                  MIB view (viewName), that view may be thought of as
 606:                  consisting of the empty set of view subtrees.
 607:                 "
 608:     INDEX       { vacmViewTreeFamilyViewName,
 609:                   vacmViewTreeFamilySubtree
 610:                 }
 611:     ::= { vacmViewTreeFamilyTable 1 }
 612: 
 613: VacmViewTreeFamilyEntry ::= SEQUENCE
 614:     {
 615:         vacmViewTreeFamilyViewName     SnmpAdminString,
 616:         vacmViewTreeFamilySubtree      OBJECT IDENTIFIER,
 617:         vacmViewTreeFamilyMask         OCTET STRING,
 618:         vacmViewTreeFamilyType         INTEGER,
 619:         vacmViewTreeFamilyStorageType  StorageType,
 620:         vacmViewTreeFamilyStatus       RowStatus
 621:     }
...
 630: 
 631: vacmViewTreeFamilySubtree OBJECT-TYPE
 631: minor error - index element `vacmViewTreeFamilySubtree' of row `vacmViewTreeFamilyEntry' should but cannot have a size restriction
 632:     SYNTAX       OBJECT IDENTIFIER
 633:     MAX-ACCESS   not-accessible
 634:     STATUS       current
 635:     DESCRIPTION "The MIB subtree which when combined with the
 636:                  corresponding instance of vacmViewTreeFamilyMask
 637:                  defines a family of view subtrees.
 638:                 "
 639:     ::= { vacmViewTreeFamilyEntry 2 }