smilint output for ./BFD-DRAFT-00-MIB


Message Severities
SeverityCount
warning1
Message Types
TypeCount
index-exceeds-too-large (warning)1

Messages:

BFD-DRAFT-00-MIB

   1: -- extracted from draft-ietf-bfd-mib-00.txt
   2: -- at Thu Jul  8 06:21:49 2004
 581: 
 582:      bfdSessMapEntry OBJECT-TYPE
 582: warning - warning: index of row `bfdSessMapEntry' can exceed OID size limit by 142 subidentifier(s)
 583:          SYNTAX   BfdSessMapEntry
 584:          MAX-ACCESS   not-accessible
 585:          STATUS   current
 586:          DESCRIPTION
 587:             "The BFD Session Entry describes BFD session
 588:              that is mapped to this index.
 589:              Implementors need to be aware that if the value of
 590:              the bfdSessAddr has more that 111 octets, then OIDs of 
 591:              column instances in this table will have more than 128
 592:              sub-identifiers and cannot be accessed using SNMPv1,
 593:              SNMPv2c, or SNMPv3"
 594: 
 595:          INDEX { bfdSessApplicationId,
 596:                  bfdSessDiscriminator,
 597:                  bfdSessAddrType,
 598:                  bfdSessAddr
 599:           }
 600:          ::= { bfdSessMapTable 1 }
 601: 
 602:      BfdSessMapEntry ::= SEQUENCE {
 603:        bfdSessMapBfdIndex            BfdSessIndexTC
 604:      }