smilint output for ./TCP-MIB


Message Severities
SeverityCount
warning6
Message Types
TypeCount
index-element-accessible (warning)4
index-exceeds-too-large (warning)2

Messages:

TCP-MIB

   1: -- extracted from rfc4022.txt
   2: -- at Sat Mar 12 06:25:41 2005
 274: 
 275: tcpConnectionEntry OBJECT-TYPE
 275: warning - warning: index of row `tcpConnectionEntry' can exceed OID size limit by 398 subidentifier(s)
 276:     SYNTAX     TcpConnectionEntry
 277:     MAX-ACCESS not-accessible
 278:     STATUS     current
 279:     DESCRIPTION
 280:            "A conceptual row of the tcpConnectionTable containing
 281:             information about a particular current TCP connection.
 282:             Each row of this table is transient in that it ceases to
 283:             exist when (or soon after) the connection makes the
 284:             transition to the CLOSED state."
 285:     INDEX   { tcpConnectionLocalAddressType,
 286:               tcpConnectionLocalAddress,
 287:               tcpConnectionLocalPort,
 288:               tcpConnectionRemAddressType,
 289:               tcpConnectionRemAddress,
 290:               tcpConnectionRemPort }
 291:     ::= { tcpConnectionTable 1 }
 292: 
 293: TcpConnectionEntry ::= SEQUENCE {
 294:         tcpConnectionLocalAddressType   InetAddressType,
 295:         tcpConnectionLocalAddress       InetAddress,
 296:         tcpConnectionLocalPort          InetPortNumber,
 297:         tcpConnectionRemAddressType     InetAddressType,
 298:         tcpConnectionRemAddress         InetAddress,
 299:         tcpConnectionRemPort            InetPortNumber,
 300:         tcpConnectionState              INTEGER,
 301:         tcpConnectionProcess            Unsigned32
 302:     }
...
 456: 
 457: tcpListenerEntry OBJECT-TYPE
 457: warning - warning: index of row `tcpListenerEntry' can exceed OID size limit by 140 subidentifier(s)
 458:     SYNTAX     TcpListenerEntry
 459:     MAX-ACCESS not-accessible
 460:     STATUS     current
 461:     DESCRIPTION
 462:            "A conceptual row of the tcpListenerTable containing
 463:             information about a particular TCP listener."
 464:     INDEX   { tcpListenerLocalAddressType,
 465:               tcpListenerLocalAddress,
 466:               tcpListenerLocalPort }
 467:     ::= { tcpListenerTable 1 }
 468: 
 469: TcpListenerEntry ::= SEQUENCE {
 470:         tcpListenerLocalAddressType       InetAddressType,
 471:         tcpListenerLocalAddress           InetAddress,
 472:         tcpListenerLocalPort              InetPortNumber,
 473:         tcpListenerProcess                Unsigned32
 474:     }
...
 555: 
 556: tcpConnEntry OBJECT-TYPE
 556: warning - warning: index element `tcpConnLocalAddress' of row `tcpConnEntry' should be not-accessible in SMIv2 MIB
 556: warning - warning: index element `tcpConnLocalPort' of row `tcpConnEntry' should be not-accessible in SMIv2 MIB

 556: warning - warning: index element `tcpConnRemAddress' of row `tcpConnEntry' should be not-accessible in SMIv2 MIB

 556: warning - warning: index element `tcpConnRemPort' of row `tcpConnEntry' should be not-accessible in SMIv2 MIB
 557:     SYNTAX     TcpConnEntry
 558:     MAX-ACCESS not-accessible
 559:     STATUS     deprecated
 560:     DESCRIPTION
 561:            "A conceptual row of the tcpConnTable containing information
 562:             about a particular current IPv4 TCP connection.  Each row
 563:             of this table is transient in that it ceases to exist when
 564:             (or soon after) the connection makes the transition to the
 565:             CLOSED state."
 566:     INDEX   { tcpConnLocalAddress,
 567:               tcpConnLocalPort,
 568:               tcpConnRemAddress,
 569:               tcpConnRemPort }
 570:     ::= { tcpConnTable 1 }
 571: 
 572: TcpConnEntry ::= SEQUENCE {
 573:         tcpConnState         INTEGER,
 574:         tcpConnLocalAddress  IpAddress,
 575:         tcpConnLocalPort     Integer32,
 576:         tcpConnRemAddress    IpAddress,
 577:         tcpConnRemPort       Integer32
 578: 
 579:     }