FRAME-RELAY-DTE-MIB

File: FRAME-RELAY-DTE-MIB.mib (38541 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RFC1213-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 NOTIFICATION-TYPE TEXTUAL-CONVENTION
RowStatus TimeStamp MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP transmission
InterfaceIndex

Defined Types

DLCI  
The range of DLCI values. Note that this varies by interface configuration; normally, interfaces may use 0..1023, but may be configured to use ranges as large as 0..2^23.
TEXTUAL-CONVENTION    
  Integer32 0..8388607  

FrDlcmiEntry  
SEQUENCE    
  frDlcmiIfIndex InterfaceIndex
  frDlcmiState INTEGER
  frDlcmiAddress INTEGER
  frDlcmiAddressLen INTEGER
  frDlcmiPollingInterval Integer32
  frDlcmiFullEnquiryInterval Integer32
  frDlcmiErrorThreshold Integer32
  frDlcmiMonitoredEvents Integer32
  frDlcmiMaxSupportedVCs DLCI
  frDlcmiMulticast INTEGER
  frDlcmiStatus INTEGER
  frDlcmiRowStatus RowStatus

FrCircuitEntry  
SEQUENCE    
  frCircuitIfIndex InterfaceIndex
  frCircuitDlci DLCI
  frCircuitState INTEGER
  frCircuitReceivedFECNs Counter32
  frCircuitReceivedBECNs Counter32
  frCircuitSentFrames Counter32
  frCircuitSentOctets Counter32
  frCircuitReceivedFrames Counter32
  frCircuitReceivedOctets Counter32
  frCircuitCreationTime TimeStamp
  frCircuitLastTimeChange TimeStamp
  frCircuitCommittedBurst Integer32
  frCircuitExcessBurst Integer32
  frCircuitThroughput Integer32
  frCircuitMulticast INTEGER
  frCircuitType INTEGER
  frCircuitDiscards Counter32
  frCircuitReceivedDEs Counter32
  frCircuitSentDEs Counter32
  frCircuitLogicalIfIndex InterfaceIndex
  frCircuitRowStatus RowStatus

FrErrEntry  
SEQUENCE    
  frErrIfIndex InterfaceIndex
  frErrType INTEGER
  frErrData OCTET STRING
  frErrTime TimeStamp
  frErrFaults Counter32
  frErrFaultTime TimeStamp

Defined Values

frameRelayDTE 1.3.6.1.2.1.10.32
The MIB module to describe the use of a Frame Relay interface by a DTE.
MODULE-IDENTITY    

frDlcmiTable 1.3.6.1.2.1.10.32.1
The Parameters for the Data Link Connection Management Interface for the frame relay service on this interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrDlcmiEntry

frDlcmiEntry 1.3.6.1.2.1.10.32.1.1
The Parameters for a particular Data Link Connection Management Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  FrDlcmiEntry  

frDlcmiIfIndex 1.3.6.1.2.1.10.32.1.1.1
The ifIndex value of the corresponding ifEntry.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frDlcmiState 1.3.6.1.2.1.10.32.1.1.2
This variable states which Data Link Connection Management scheme is active (and by implication, what DLCI it uses) on the Frame Relay interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noLmiConfigured(1), lmiRev1(2), ansiT1617D(3), ansiT1617B(4), itut933A(5), ansiT1617D1994(6)  

frDlcmiAddress 1.3.6.1.2.1.10.32.1.1.3
This variable states which address format is in use on the Frame Relay interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER q921(1), q922March90(2), q922November90(3), q922(4)  

frDlcmiAddressLen 1.3.6.1.2.1.10.32.1.1.4
This variable states the address length in octets. In the case of Q922 format, the length indicates the entire length of the address including the control portion.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER twoOctets(2), threeOctets(3), fourOctets(4)  

frDlcmiPollingInterval 1.3.6.1.2.1.10.32.1.1.5
This is the number of seconds between successive status enquiry messages.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..30  

frDlcmiFullEnquiryInterval 1.3.6.1.2.1.10.32.1.1.6
Number of status enquiry intervals that pass before issuance of a full status enquiry message.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

frDlcmiErrorThreshold 1.3.6.1.2.1.10.32.1.1.7
This is the maximum number of unanswered Status Enquiries the equipment shall accept before declaring the interface down.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

frDlcmiMonitoredEvents 1.3.6.1.2.1.10.32.1.1.8
This is the number of status polling intervals over which the error threshold is counted. For example, if within 'MonitoredEvents' number of events the station receives 'ErrorThreshold' number of errors, the interface is marked as down.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

frDlcmiMaxSupportedVCs 1.3.6.1.2.1.10.32.1.1.9
The maximum number of Virtual Circuits allowed for this interface. Usually dictated by the Frame Relay network. In response to a SET, if a value less than zero or higher than the agent's maximal capability is configured, the agent should respond badValue
Status: current Access: read-create
OBJECT-TYPE    
  DLCI  

frDlcmiMulticast 1.3.6.1.2.1.10.32.1.1.10
This indicates whether the Frame Relay interface is using a multicast service.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER nonBroadcast(1), broadcast(2)  

frDlcmiStatus 1.3.6.1.2.1.10.32.1.1.11
This indicates the status of the Frame Relay interface as determined by the performance of the dlcmi. If no dlcmi is running, the Frame Relay interface will stay in the running state indefinitely.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER running(1), fault(2), initializing(3)  

frDlcmiRowStatus 1.3.6.1.2.1.10.32.1.1.12
SNMP Version 2 Row Status Variable. Writable objects in the table may be written in any RowStatus state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

frCircuitTable 1.3.6.1.2.1.10.32.2
A table containing information about specific Data Link Connections (DLC) or virtual circuits.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrCircuitEntry

frCircuitEntry 1.3.6.1.2.1.10.32.2.1
The information regarding a single Data Link Connection. Discontinuities in the counters contained in this table are indicated by the value in frCircuitCreationTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  FrCircuitEntry  

frCircuitIfIndex 1.3.6.1.2.1.10.32.2.1.1
The ifIndex Value of the ifEntry this virtual circuit is layered onto.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frCircuitDlci 1.3.6.1.2.1.10.32.2.1.2
The Data Link Connection Identifier for this virtual circuit.
Status: current Access: read-only
OBJECT-TYPE    
  DLCI  

frCircuitState 1.3.6.1.2.1.10.32.2.1.3
Indicates whether the particular virtual circuit is operational. In the absence of a Data Link Connection Management Interface, virtual circuit entries (rows) may be created by setting virtual circuit state to 'active', or deleted by changing Circuit state to 'invalid'. Whether or not the row actually disappears is left to the implementation, so this object may actually read as 'invalid' for some arbitrary length of time. It is also legal to set the state of a virtual circuit to 'inactive' to temporarily disable a given circuit. The use of 'invalid' is deprecated in this SNMP Version 2 MIB, in favor of frCircuitRowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(1), active(2), inactive(3)  

frCircuitReceivedFECNs 1.3.6.1.2.1.10.32.2.1.4
Number of frames received from the network indicating forward congestion since the virtual circuit was created. This occurs when the remote DTE sets the FECN flag, or when a switch in the network enqueues the frame to a trunk whose transmission queue is congested.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitReceivedBECNs 1.3.6.1.2.1.10.32.2.1.5
Number of frames received from the network indicating backward congestion since the virtual circuit was created. This occurs when the remote DTE sets the BECN flag, or when a switch in the network receives the frame from a trunk whose transmission queue is congested.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitSentFrames 1.3.6.1.2.1.10.32.2.1.6
The number of frames sent from this virtual circuit since it was created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitSentOctets 1.3.6.1.2.1.10.32.2.1.7
The number of octets sent from this virtual circuit since it was created. Octets counted are the full frame relay header and the payload, but do not include the flag characters or CRC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitReceivedFrames 1.3.6.1.2.1.10.32.2.1.8
Number of frames received over this virtual circuit since it was created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitReceivedOctets 1.3.6.1.2.1.10.32.2.1.9
Number of octets received over this virtual circuit since it was created. Octets counted include the full frame relay header, but do not include the flag characters or the CRC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitCreationTime 1.3.6.1.2.1.10.32.2.1.10
The value of sysUpTime when the virtual circuit was created, whether by the Data Link Connection Management Interface or by a SetRequest.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

frCircuitLastTimeChange 1.3.6.1.2.1.10.32.2.1.11
The value of sysUpTime when last there was a change in the virtual circuit state
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

frCircuitCommittedBurst 1.3.6.1.2.1.10.32.2.1.12
This variable indicates the maximum amount of data, in bits, that the network agrees to transfer under normal conditions, during the measurement interval.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

frCircuitExcessBurst 1.3.6.1.2.1.10.32.2.1.13
This variable indicates the maximum amount of uncommitted data bits that the network will attempt to deliver over the measurement interval. By default, if not configured when creating the entry, the Excess Information Burst Size is set to the value of ifSpeed.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

frCircuitThroughput 1.3.6.1.2.1.10.32.2.1.14
Throughput is the average number of 'Frame Relay Information Field' bits transferred per second across a user network interface in one direction, measured over the measurement interval. If the configured committed burst rate and throughput are both non-zero, the measurement interval, T, is T=frCircuitCommittedBurst/frCircuitThroughput. If the configured committed burst rate and throughput are both zero, the measurement interval, T, is T=frCircuitExcessBurst/ifSpeed.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

frCircuitMulticast 1.3.6.1.2.1.10.32.2.1.15
This indicates whether this VC is used as a unicast VC (i.e. not multicast) or the type of multicast service subscribed to
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unicast(1), oneWay(2), twoWay(3), nWay(4)  

frCircuitType 1.3.6.1.2.1.10.32.2.1.16
Indication of whether the VC was manually created (static), or dynamically created (dynamic) via the data link control management interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

frCircuitDiscards 1.3.6.1.2.1.10.32.2.1.17
The number of inbound frames dropped because of format errors, or because the VC is inactive.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitReceivedDEs 1.3.6.1.2.1.10.32.2.1.18
Number of frames received from the network indicating that they were eligible for discard since the virtual circuit was created. This occurs when the remote DTE sets the DE flag, or when in remote DTE's switch detects that the frame was received as Excess Burst data.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitSentDEs 1.3.6.1.2.1.10.32.2.1.19
Number of frames sent to the network indicating that they were eligible for discard since the virtual circuit was created. This occurs when the local DTE sets the DE flag, indicating that during Network congestion situations those frames should be discarded in preference of other frames sent without the DE bit set.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frCircuitLogicalIfIndex 1.3.6.1.2.1.10.32.2.1.20
Normally the same value as frDlcmiIfIndex, but different when an implementation associates a virtual ifEntry with a DLC or set of DLCs in order to associate higher layer objects such as the ipAddrEntry with a subset of the virtual circuits on a Frame Relay interface. The type of such ifEntries is defined by the higher layer object; for example, if PPP/Frame Relay is implemented, the ifType of this ifEntry would be PPP. If it is not so defined, as would be the case with an ipAddrEntry, it should be of type Other.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

frCircuitRowStatus 1.3.6.1.2.1.10.32.2.1.21
This object is used to create a new row or modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention. Writable objects in the table may be written in any RowStatus state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

frErrTable 1.3.6.1.2.1.10.32.3
A table containing information about Errors on the Frame Relay interface. Discontinuities in the counters contained in this table are the same as apply to the ifEntry associated with the Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrErrEntry

frErrEntry 1.3.6.1.2.1.10.32.3.1
The error information for a single frame relay interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  FrErrEntry  

frErrIfIndex 1.3.6.1.2.1.10.32.3.1.1
The ifIndex Value of the corresponding ifEntry.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frErrType 1.3.6.1.2.1.10.32.3.1.2
The type of error that was last seen on this interface: receiveShort: frame was not long enough to allow demultiplexing - the address field was incomplete, or for virtual circuits using Multiprotocol over Frame Relay, the protocol identifier was missing or incomplete. receiveLong: frame exceeded maximum length configured for this interface. illegalAddress: address field did not match configured format. unknownAddress: frame received on a virtual circuit which was not active or administratively disabled. dlcmiProtoErr: unspecified error occurred when attempting to interpret link maintenance frame. dlcmiUnknownIE: link maintenance frame contained an Information Element type which is not valid for the configured link maintenance protocol. dlcmiSequenceErr: link maintenance frame contained a sequence number other than the expected value. dlcmiUnknownRpt: link maintenance frame contained a Report Type Information Element whose value was not valid for the configured link maintenance protocol. noErrorSinceReset: no errors have been detected since the last cold start or warm start.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknownError(1), receiveShort(2), receiveLong(3), illegalAddress(4), unknownAddress(5), dlcmiProtoErr(6), dlcmiUnknownIE(7), dlcmiSequenceErr(8), dlcmiUnknownRpt(9), noErrorSinceReset(10)  

frErrData 1.3.6.1.2.1.10.32.3.1.3
An octet string containing as much of the error packet as possible. As a minimum, it must contain the Q.922 Address or as much as was delivered. It is desirable to include all header and demultiplexing information.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..1600)  

frErrTime 1.3.6.1.2.1.10.32.3.1.4
The value of sysUpTime at which the error was detected.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

frErrFaults 1.3.6.1.2.1.10.32.3.1.5
The number of times the interface has gone down since it was initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

frErrFaultTime 1.3.6.1.2.1.10.32.3.1.6
The value of sysUpTime at the time when the interface was taken down due to excessive errors. Excessive errors is defined as the time when a DLCMI exceeds the frDlcmiErrorThreshold number of errors within frDlcmiMonitoredEvents. See FrDlcmiEntry for further details.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

frameRelayTrapControl 1.3.6.1.2.1.10.32.4
OBJECT IDENTIFIER    

frameRelayTraps 1.3.6.1.2.1.10.32.0
OBJECT IDENTIFIER    

frTrapState 1.3.6.1.2.1.10.32.4.1
This variable indicates whether the system produces the frDLCIStatusChange trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

frTrapMaxRate 1.3.6.1.2.1.10.32.4.2
This variable indicates the number of milliseconds that must elapse between trap emissions. If events occur more rapidly, the impementation may simply fail to trap, or may queue traps until an appropriate time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600000  

frDLCIStatusChange 1.3.6.1.2.1.10.32.0.1
This trap indicates that the indicated Virtual Circuit has changed state. It has either been created or invalidated, or has toggled between the active and inactive states. If, however, the reason for the state change is due to the DLCMI going down, per-DLCI traps should not be generated.
Status: current Access: read-write
NOTIFICATION-TYPE    

frConformance 1.3.6.1.2.1.10.32.6
OBJECT IDENTIFIER    

frGroups 1.3.6.1.2.1.10.32.6.1
OBJECT IDENTIFIER    

frCompliances 1.3.6.1.2.1.10.32.6.2
OBJECT IDENTIFIER    

frCompliance 1.3.6.1.2.1.10.32.6.2.1
The compliance statement
Status: current Access: read-only
MODULE-COMPLIANCE    

frCompliance0 1.3.6.1.2.1.10.32.6.2.2
The compliance statement for objects and the trap defined in RFC 1315.
Status: current Access: read-only
MODULE-COMPLIANCE    

frPortGroup 1.3.6.1.2.1.10.32.6.1.1
The objects necessary to control the Link Management Interface for a Frame Relay Interface as well as maintain the error statistics on this interface.
Status: current Access: read-only
OBJECT-GROUP    

frCircuitGroup 1.3.6.1.2.1.10.32.6.1.2
The objects necessary to control the Virtual Circuits layered onto a Frame Relay Interface.
Status: current Access: read-only
OBJECT-GROUP    

frTrapGroup 1.3.6.1.2.1.10.32.6.1.3
The objects necessary to control a Frame Relay Interface's notification messages.
Status: current Access: read-only
OBJECT-GROUP    

frErrGroup 1.3.6.1.2.1.10.32.6.1.4
Objects designed to assist in debugging Frame Relay Interfaces.
Status: current Access: read-only
OBJECT-GROUP    

frNotificationGroup 1.3.6.1.2.1.10.32.6.1.5
Traps which may be used to enhance event driven management of the interface.
Status: current Access: read-only
NOTIFICATION-GROUP    

frPortGroup0 1.3.6.1.2.1.10.32.6.1.6
The objects necessary to control the Link Management Interface for a Frame Relay Interface as well as maintain the error statistics on this interface from RFC 1315.
Status: current Access: read-only
OBJECT-GROUP    

frCircuitGroup0 1.3.6.1.2.1.10.32.6.1.7
The objects necessary to control the Virtual Circuits layered onto a Frame Relay Interface from RFC 1315.
Status: current Access: read-only
OBJECT-GROUP    

frErrGroup0 1.3.6.1.2.1.10.32.6.1.8
Objects designed to assist in debugging Frame Relay Interfaces from RFC 1315.
Status: current Access: read-only
OBJECT-GROUP    

frTrapGroup0 1.3.6.1.2.1.10.32.6.1.9
The objects necessary to control a Frame Relay Interface's notification messages from RFC 1315.
Status: current Access: read-only
OBJECT-GROUP