smilint output for ./FRAME-RELAY-DTE-MIB


Message Severities
SeverityCount
warning5
Message Types
TypeCount
index-element-accessible (warning)4
type-without-format (warning)1

Messages:

FRAME-RELAY-DTE-MIB

   1: -- extracted from rfc2115.txt
   2: -- at Mon Nov 15 17:11:45 1999
  52:      --
  53:      DLCI ::= TEXTUAL-CONVENTION
  53: warning - warning: type `DLCI' has no format specification
  54:          STATUS      current
  55:          DESCRIPTION
  56:             "The range of DLCI values.  Note that this varies by
  57:             interface configuration; normally, interfaces may use
  58:             0..1023, but may be configured to use ranges as large
  59:             as 0..2^23."
  60:          SYNTAX      Integer32(0..8388607)
  61: 
  62: 
  63: 
  64:      --
  65: 
  66:      --  Data Link Connection Management Interface
  67: 
  68:      --      The variables that configure the DLC Management Interface.
...
  81: 
  82:      frDlcmiEntry OBJECT-TYPE
  82: warning - warning: index element `frDlcmiIfIndex' of row `frDlcmiEntry' should be not-accessible in SMIv2 MIB
  83:          SYNTAX   FrDlcmiEntry
  84:          MAX-ACCESS   not-accessible
  85:          STATUS   current
  86:          DESCRIPTION
  87:             "The Parameters for a particular Data Link Connection
  88:             Management Interface."
  89:          INDEX { frDlcmiIfIndex }
  90:          ::= { frDlcmiTable 1 }
  91: 
  92:      FrDlcmiEntry ::=
  93:          SEQUENCE {
  94:              frDlcmiIfIndex                  InterfaceIndex,
  95:              frDlcmiState                    INTEGER,
  96:              frDlcmiAddress                  INTEGER,
  97:              frDlcmiAddressLen               INTEGER,
  98:              frDlcmiPollingInterval          Integer32,
  99:              frDlcmiFullEnquiryInterval      Integer32,
 100:              frDlcmiErrorThreshold           Integer32,
 101:              frDlcmiMonitoredEvents          Integer32,
 102:              frDlcmiMaxSupportedVCs          DLCI,
 103:              frDlcmiMulticast                INTEGER,
 104:              frDlcmiStatus                   INTEGER,
 105:              frDlcmiRowStatus                RowStatus
 106:      }
 107: 
...
 312: 
 313:      frCircuitEntry OBJECT-TYPE
 313: warning - warning: index element `frCircuitIfIndex' of row `frCircuitEntry' should be not-accessible in SMIv2 MIB
 313: warning - warning: index element `frCircuitDlci' of row `frCircuitEntry' should be not-accessible in SMIv2 MIB
 314:          SYNTAX   FrCircuitEntry
 315:          MAX-ACCESS   not-accessible
 316:          STATUS   current
 317:          DESCRIPTION
 318:             "The information regarding a single Data Link
 319:             Connection.  Discontinuities in the counters contained
 320:             in this table are indicated by the value in
 321:             frCircuitCreationTime."
 322:          INDEX { frCircuitIfIndex, frCircuitDlci }
 323:          ::= { frCircuitTable 1 }
 324: 
 325: 
 326:      FrCircuitEntry ::=
 327:          SEQUENCE {
 328:              frCircuitIfIndex                InterfaceIndex,
 329:              frCircuitDlci                   DLCI,
 330:              frCircuitState                  INTEGER,
 331:              frCircuitReceivedFECNs          Counter32,
 332:              frCircuitReceivedBECNs          Counter32,
 333:              frCircuitSentFrames             Counter32,
 334:              frCircuitSentOctets             Counter32,
 335:              frCircuitReceivedFrames         Counter32,
 336:              frCircuitReceivedOctets         Counter32,
 337:              frCircuitCreationTime           TimeStamp,
 338:              frCircuitLastTimeChange         TimeStamp,
 339:              frCircuitCommittedBurst         Integer32,
 340:              frCircuitExcessBurst            Integer32,
 341:              frCircuitThroughput             Integer32,
 342:              frCircuitMulticast              INTEGER,
 343:              frCircuitType                   INTEGER,
 344:              frCircuitDiscards               Counter32,
 345:              frCircuitReceivedDEs            Counter32,
 346:              frCircuitSentDEs                Counter32,
 347:              frCircuitLogicalIfIndex         InterfaceIndex,
 348:              frCircuitRowStatus              RowStatus
 349:      }
 350: 
...
 684: 
 685:      frErrEntry OBJECT-TYPE
 685: warning - warning: index element `frErrIfIndex' of row `frErrEntry' should be not-accessible in SMIv2 MIB
 686:          SYNTAX   FrErrEntry
 687:          MAX-ACCESS   not-accessible
 688:          STATUS   current
 689:          DESCRIPTION
 690:             "The error information for a single frame relay
 691:             interface."
 692:          INDEX { frErrIfIndex }
 693:          ::= { frErrTable 1 }
 694: 
 695: 
 696:      FrErrEntry ::=
 697:          SEQUENCE {
 698:              frErrIfIndex            InterfaceIndex,
 699:              frErrType               INTEGER,
 700:              frErrData               OCTET STRING,
 701:              frErrTime               TimeStamp,
 702:              frErrFaults             Counter32,
 703:              frErrFaultTime          TimeStamp
 704:      }
 705: