RFC 2115: Frame Relay DTE MIB

A frame relay DTE device can terminate a large number of virtual circuits on each physical interface. Any MIB hoping to be useful to frame relay network administrators must report on the physical interfaces, the associated logical connections, and the mapping between the two.

Structure

Tables in the frame relay MIB report on the LMI configuration, the status of each virtual circuit, and errors observed on each interface. The MIB is shown in Figure D-6.

The frame relay DTE MIB

Figure D-6. The frame relay DTE MIB

RFC 2115 also defines the DLCI textual convention (data type) as an integer ranging from 0 to 8,388,607. In practice, most networks use DLCIs ranging from 0 to 1,023.

DLCMI Table

The first table contains data about the Data Link Connection Management Interface (DLCMI). For each frame relay physical interface, it reports on LMI parameters. Objects in this table begin with frameRelayDTE.frDlcmiTable.frDlcmiEntry (32.1.1). Here is a list:

frDlcmiState (RFC-defined enumerated type)

This object reports the LMI type in use on the interface. The most common values are itut933a (5) for the ITU Q.933 Annex A specification and ansiT1617D1994 (6) for the ANSI T1.617a-1994 Annex D specification.

frDlcmiAddressLen (RFC-defined enumerated type)

This object reports the length of the address field in bytes, although, it is an enumerated type. Its possible values are twoOctets (2), threeOctets (3), and fourOctets (4).

frDlcmiPollingInterval (integer, range 5-30)

This object reports the value of the T391 timer.

frDlcmiFullEnquiryInterval (integer, range 1-255)

This object reports the value of the N391 counter.

frDlcmiErrorThreshold (integer, range 1-10)

This object reports the value of the N392 counter.

frDlcmiMonitoredEvents (integer, range 1-10)

This object reports the value of the N393 counter.

frDlcmiMaxSupportedVCs (DLCI)

This object reports the maximum number of virtual circuits allowed on the interface. Network management stations may attempt to set the value of this object, but the frame relay network usually imposes a cap. If the attempted new value exceeds the old value, an error is returned.

Circuit table

Frame relay physical interfaces may carry several logical connections. Each virtual circuit has an entry in the circuit table. LMI connections are circuits on DLCI 0 and thus have entries in the circuit table. All entries in this section begin with the prefix frameRelayDTE.frCircuitTable.frCircuitEntry (32.2.1) and are as follows:

frCircuitDlci (DLCI)

Circuits are multiplexed over physical connections by assigning each virtual circuit a DLCI. In addition to a physical-interface index, each entry in the circuit table includes the DLCI value.

frCircuitState (RFC-defined enumerated type)

Circuits are either active (2) or inactive (3).

frCircuitReceivedFECNs and frCircuitReceivedBECNs (Counter32)

These two objects count the FECNs and BECNs received on a circuit and provide some indication of congestion on the circuit. Counting FECNs and BECNs can assist in monitoring capacity and ensuring that service levels are not degrading.

frCircuitSentFrames, frCircuitReceivedFrames, frCircuitSentOctets, and frCircuitReceivedOctets (Counter32)

These objects may be used to monitor the traffic on a per-virtual circuit basis. Monitoring traffic patterns may assist in selecting appropriate committed information rates from the service providers.

frCircuitReceivedDEs and frCircuitSentDEs (Counter32)

These objects monitor the number of frames sent and received on the circuit that have the discard eligible bit set. In conjunction with the previous objects, they can assist in evaluating whether or not the purchased set of services is appropriate.

Error table

Errors are placed into a table so that network managers may analyze them. Each interface occupies one row in the table, with the row describing the last error seen on the interface. Errors are timestamped so they can be correlated to clock time. Each error results in up to 1,600 bytes of the offending packet that is being stored in the table as frErrData for further analysis.

frErrType (RFC-defined enumerated type)

Nine different specific errors are enumerated with a tenth “catch-all” code. The list of error types is shown in Table D-3.

frErrFaults (Counter32)

This object tracks the number of times the interface has gone down since it was initially brought up.

Table D-3. frErrType enumeration

Error

Code

Description

unknownError

1

Error not described by other codes

receiveShort

2

Similar to a runt frame on an Ethernet, a receiveShort error corresponds to a frame that was too short to contain a full address field; if RFC 1490 encapsulation is used, a missing or incomplete protocol identifier also leads to this error

receiveLong

3

Incoming frame exceeded maximum frame length for the interface

illegalAddress

4

Received frame did not match the address format configured on the interface

unknownAddress

5

Inbound frame received on inactive or disabled DLCI

dlcmiProtoErr

6

Unintelligible LMI frame

dlcmiUnknownIE

7

LMI frame with an invalid information element

dlcmiSequenceErr

8

Unexpected sequence number in LMI frame

dlcmiUnknownRpt

9

LMI frame with an invalid report type IE

noErrorSinceReset

10

No errors since interface was initialized

Traps

To prevent traps from overwhelming network capacity or the network management station, the frame relay MIB includes the rate-limiting mechanism, frameRelayDTE.frameRelayTrapControl.frTrapMaxRate (32.4.2), which specifies the number of milliseconds that must elapse between sending traps. It ranges up to one hour; setting it to zero disables rate control. By default, rate control is disabled.

Only one trap is defined. When the status of a frame relay virtual circuit changes, a frDLCIStatusChange trap may be sent to the network management station. Virtual circuits may change status by being switched between the inactive and active states or they may be created and destroyed by other mechanisms.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.58.232.95