RFC1381-MIB

File: RFC1381-MIB.mib (44211 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

Counter transmission OBJECT-TYPE

Defined Types

PositiveInteger  
INTEGER 0..2147483647    

IfIndexType  
INTEGER 1..2147483647    

LapbAdmnEntry  
SEQUENCE    
  lapbAdmnIndex IfIndexType
  lapbAdmnStationType INTEGER
  lapbAdmnControlField INTEGER
  lapbAdmnTransmitN1FrameSize PositiveInteger
  lapbAdmnReceiveN1FrameSize PositiveInteger
  lapbAdmnTransmitKWindowSize INTEGER
  lapbAdmnReceiveKWindowSize INTEGER
  lapbAdmnN2RxmitCount INTEGER
  lapbAdmnT1AckTimer PositiveInteger
  lapbAdmnT2AckDelayTimer PositiveInteger
  lapbAdmnT3DisconnectTimer PositiveInteger
  lapbAdmnT4IdleTimer PositiveInteger
  lapbAdmnActionInitiate INTEGER
  lapbAdmnActionRecvDM INTEGER

LapbOperEntry  
SEQUENCE    
  lapbOperIndex IfIndexType
  lapbOperStationType INTEGER
  lapbOperControlField INTEGER
  lapbOperTransmitN1FrameSize PositiveInteger
  lapbOperReceiveN1FrameSize PositiveInteger
  lapbOperTransmitKWindowSize INTEGER
  lapbOperReceiveKWindowSize INTEGER
  lapbOperN2RxmitCount INTEGER
  lapbOperT1AckTimer PositiveInteger
  lapbOperT2AckDelayTimer PositiveInteger
  lapbOperT3DisconnectTimer PositiveInteger
  lapbOperT4IdleTimer PositiveInteger
  lapbOperPortId OBJECT IDENTIFIER
  lapbOperProtocolVersionId OBJECT IDENTIFIER

LapbFlowEntry  
SEQUENCE    
  lapbFlowIfIndex IfIndexType
  lapbFlowStateChanges Counter
  lapbFlowChangeReason INTEGER
  lapbFlowCurrentMode INTEGER
  lapbFlowBusyDefers Counter
  lapbFlowRejOutPkts Counter
  lapbFlowRejInPkts Counter
  lapbFlowT1Timeouts Counter
  lapbFlowFrmrSent OCTET STRING
  lapbFlowFrmrReceived OCTET STRING
  lapbFlowXidReceived OCTET STRING

LapbXidEntry  
SEQUENCE    
  lapbXidIndex IfIndexType
  lapbXidAdRIdentifier OCTET STRING
  lapbXidAdRAddress OCTET STRING
  lapbXidParameterUniqueIdentifier OCTET STRING
  lapbXidGroupAddress OCTET STRING
  lapbXidPortNumber OCTET STRING
  lapbXidUserDataSubfield OCTET STRING

Defined Values

lapb 1.3.6.1.2.1.10.16
OBJECT IDENTIFIER    

lapbAdmnTable 1.3.6.1.2.1.10.16.1
This table contains objects that can be changed to manage a LAPB interface. Changing one of these parameters may take effect in the operating LAPB immediately or may wait until the interface is restarted depending on the details of the implementation. Most of the objects in this read-write table have corresponding read-only objects in the lapbOperTable that return the current operating value. The operating values may be different from these configured values if changed by XID negotiation or if a configured parameter was changed after the interface was started.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LapbAdmnEntry

lapbAdmnEntry 1.3.6.1.2.1.10.16.1.1
Configured parameter values for a specific LAPB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LapbAdmnEntry  

lapbAdmnIndex 1.3.6.1.2.1.10.16.1.1.1
The ifIndex value for the LAPB interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IfIndexType  

lapbAdmnStationType 1.3.6.1.2.1.10.16.1.1.2
Identifies the desired station type of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dte(1), dce(2), dxe(3)  

lapbAdmnControlField 1.3.6.1.2.1.10.16.1.1.3
The desired size of the sequence numbers used to number frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER modulo8(1), modulo128(2)  

lapbAdmnTransmitN1FrameSize 1.3.6.1.2.1.10.16.1.1.4
The default maximum N1 frame size desired in number of bits for a frame transmitted by this DTE. This excludes flags and 0 bits inserted for transparency.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbAdmnReceiveN1FrameSize 1.3.6.1.2.1.10.16.1.1.5
The default maximum N1 frame size desired in number of bits for a frame the DCE/remote DTE transmits to this DTE. This excludes flags and 0 bits inserted for transparency.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbAdmnTransmitKWindowSize 1.3.6.1.2.1.10.16.1.1.6
The default transmit window size for this Interface. This is the maximum number of unacknowledged sequenced PDUs that may be outstanding from this DTE at any one time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..127  

lapbAdmnReceiveKWindowSize 1.3.6.1.2.1.10.16.1.1.7
The default receive window size for this Interface. This is the maximum number of unacknowledged sequenced PDUs that may be outstanding from the DCE/remote DTE at any one time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..127  

lapbAdmnN2RxmitCount 1.3.6.1.2.1.10.16.1.1.8
The default N2 retry counter for this interface. This specifies the number of times a PDU will be resent after the T1 timer expires without an acknowledgement for the PDU.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

lapbAdmnT1AckTimer 1.3.6.1.2.1.10.16.1.1.9
The default T1 timer for this interface. This specifies the maximum time in Milliseconds to wait for acknowledgment of a PDU.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbAdmnT2AckDelayTimer 1.3.6.1.2.1.10.16.1.1.10
The default T2 timer for this interface. This specifies the maximum time in Milliseconds to wait before sending an acknowledgment for a sequenced PDU. A value of zero means there will be no delay in acknowledgement generation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbAdmnT3DisconnectTimer 1.3.6.1.2.1.10.16.1.1.11
The T3 timer for this interface. This specifies the time in Milliseconds to wait before considering the link disconnected. A value of zero indicates the link will be considered disconnected upon completion of the frame exchange to disconnect the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbAdmnT4IdleTimer 1.3.6.1.2.1.10.16.1.1.12
The T4 timer for this interface. This specifies the maximum time in Milliseconds to allow without frames being exchanged on the data link. A value of 2147483647 indicates no idle timer is being kept.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbAdmnActionInitiate 1.3.6.1.2.1.10.16.1.1.13
This identifies the action LAPB will take to initiate link set-up.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER sendSABM(1), sendDISC(2), sendDM(3), none(4), other(5)  

lapbAdmnActionRecvDM 1.3.6.1.2.1.10.16.1.1.14
This identifies the action LAPB will take when it receives a DM response.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER sendSABM(1), sendDISC(2), other(3)  

lapbOperTable 1.3.6.1.2.1.10.16.2
This table contains configuration information about interface parameters currently set in the interface. Many of these objects have corresponding objects in the lapbAdmnTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LapbOperEntry

lapbOperEntry 1.3.6.1.2.1.10.16.2.1
Currently set parameter values for a specific LAPB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LapbOperEntry  

lapbOperIndex 1.3.6.1.2.1.10.16.2.1.1
The ifIndex value for the LAPB interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IfIndexType  

lapbOperStationType 1.3.6.1.2.1.10.16.2.1.2
Identifies the current operating station type of this interface. A value of dxe (3) indicates XID negotiation has not yet taken place.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dte(1), dce(2), dxe(3)  

lapbOperControlField 1.3.6.1.2.1.10.16.2.1.3
The current operating size of the sequence numbers used to number frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER modulo8(1), modulo128(2)  

lapbOperTransmitN1FrameSize 1.3.6.1.2.1.10.16.2.1.4
The current operating N1 frame size used for the maximum number of bits in a frame this DTE can transmit. This excludes flags and 0 bits inserted for transparency.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

lapbOperReceiveN1FrameSize 1.3.6.1.2.1.10.16.2.1.5
The current operating N1 frame size used for the maximum number of bits in a frame the DCE/remote DTE can transmit. This excludes flags and 0 bits inserted for transparency.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

lapbOperTransmitKWindowSize 1.3.6.1.2.1.10.16.2.1.6
The current PDU window size this Interface uses to transmit. This is the maximum number of unacknowledged sequenced PDUs that may be outstanding from this DTE at any one time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..127  

lapbOperReceiveKWindowSize 1.3.6.1.2.1.10.16.2.1.7
The current receive PDU window size for this Interface. This is the maximum number of unacknowledged sequenced PDUs that may be outstanding from the DCE/remote DTE at any one time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..127  

lapbOperN2RxmitCount 1.3.6.1.2.1.10.16.2.1.8
The current N2 retry counter used for this interface. This specifies the number of times a PDU will be resent after the T1 timer expires without an acknowledgement for the PDU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

lapbOperT1AckTimer 1.3.6.1.2.1.10.16.2.1.9
The current T1 timer for this interface. This specifies the maximum time in Milliseconds to wait for acknowledgment of a PDU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

lapbOperT2AckDelayTimer 1.3.6.1.2.1.10.16.2.1.10
The current T2 timer for this interface. This specifies the maximum time in Milliseconds to wait before sending an acknowledgment for a sequenced PDU. A value of zero means there will be no delay in acknowledgement generation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

lapbOperT3DisconnectTimer 1.3.6.1.2.1.10.16.2.1.11
The current T3 timer for this interface. This specifies the time in Milliseconds to wait before considering the link disconnected. A value of zero indicates the link will be considered disconnected upon completion of the frame exchange to disconnect the link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

lapbOperT4IdleTimer 1.3.6.1.2.1.10.16.2.1.12
The current T4 timer for this interface. This specifies the maximum time in Milliseconds to allow without frames being exchanged on the data link. A value of 2147483647 indicates no idle timer is being kept.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PositiveInteger  

lapbOperPortId 1.3.6.1.2.1.10.16.2.1.13
This object identifies an instance of the index object in the first group of objects in the MIB specific to the physical device or interface used to send and receive frames. If an agent does not support any such objects, it should return nullSpec OBJECT IDENTIFIER {0 0}.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

lapbOperProtocolVersionId 1.3.6.1.2.1.10.16.2.1.14
This object identifies the version of the lapb protocol implemented by this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

lapbFlowTable 1.3.6.1.2.1.10.16.3
This table defines the objects recorded by LAPB to provide information about the traffic flow through the interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LapbFlowEntry

lapbFlowEntry 1.3.6.1.2.1.10.16.3.1
The information regarding the effects of flow controls in LAPB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LapbFlowEntry  

lapbFlowIfIndex 1.3.6.1.2.1.10.16.3.1.1
The ifIndex value for the LAPB Interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IfIndexType  

lapbFlowStateChanges 1.3.6.1.2.1.10.16.3.1.2
The number of LAPB State Changes, including resets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lapbFlowChangeReason 1.3.6.1.2.1.10.16.3.1.3
The reason for the most recent incrementing of lapbFlowStateChanges. A DM or DISC frame generated to initiate link set-up does not alter this object. When the MIB-II object ifOperStatus does not have a value of testing, there exists a correlation between this object and ifOperStatus. IfOperStatus will have a value of up when this object contains: abmEntered, abmeEntered, abmReset, or abmeReset. IfOperStatus will have a value of down when this object has a value of notStarted, or dmReceived through n2Timeout. There is no correlation when this object has the value other.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notStarted(1), abmEntered(2), abmeEntered(3), abmReset(4), abmeReset(5), dmReceived(6), dmSent(7), discReceived(8), discSent(9), frmrReceived(10), frmrSent(11), n2Timeout(12), other(13)  

lapbFlowCurrentMode 1.3.6.1.2.1.10.16.3.1.4
The current condition of the conversation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disconnected(1), linkSetup(2), frameReject(3), disconnectRequest(4), informationTransfer(5), rejFrameSent(6), waitingAcknowledgement(7), stationBusy(8), remoteStationBusy(9), bothStationsBusy(10), waitingAckStationBusy(11), waitingAckRemoteBusy(12), waitingAckBothBusy(13), rejFrameSentRemoteBusy(14), xidFrameSent(15), error(16), other(17)  

lapbFlowBusyDefers 1.3.6.1.2.1.10.16.3.1.5
The number of times this device was unable to transmit a frame due to a perceived remote busy condition. Busy conditions can result from the receipt of an RNR from the remote device, the lack of valid sequence number space (window saturation), or other conditions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lapbFlowRejOutPkts 1.3.6.1.2.1.10.16.3.1.6
The number of REJ or SREJ frames sent by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lapbFlowRejInPkts 1.3.6.1.2.1.10.16.3.1.7
The number of REJ or SREJ frames received by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lapbFlowT1Timeouts 1.3.6.1.2.1.10.16.3.1.8
The number of times a re-transmission was effected by the T1 Timer expiring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

lapbFlowFrmrSent 1.3.6.1.2.1.10.16.3.1.9
The Information Field of the FRMR most recently sent. If no FRMR has been sent (the normal case) or the information isn't available, this will be an OCTET STRING of zero length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..7)  

lapbFlowFrmrReceived 1.3.6.1.2.1.10.16.3.1.10
The Information Field of the FRMR most recently received. If no FRMR has been received (the normal case) or the information isn't available, this will be an OCTET STRING of zero length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..7)  

lapbFlowXidReceived 1.3.6.1.2.1.10.16.3.1.11
The Information Field of the XID frame most recently received. If no XID frame has been received, this will be an OCTET STRING of zero length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8206)  

lapbXidTable 1.3.6.1.2.1.10.16.4
This table defines values to use for XID negotiation that are not found in the lapbAdmnTable. This table is optional for implementations that don't support XID and mandatory for implementations that do initiate XID negotiation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LapbXidEntry

lapbXidEntry 1.3.6.1.2.1.10.16.4.1
XId negotiation parameter values for a specific LAPB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LapbXidEntry  

lapbXidIndex 1.3.6.1.2.1.10.16.4.1.1
The ifIndex value for the LAPB interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IfIndexType  

lapbXidAdRIdentifier 1.3.6.1.2.1.10.16.4.1.2
The value of the Address Resolution Identifier. A zero length string indicates no Identifier value has been assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

lapbXidAdRAddress 1.3.6.1.2.1.10.16.4.1.3
The value of the Address Resolution Address. A zero length string indicates no Address value has been assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

lapbXidParameterUniqueIdentifier 1.3.6.1.2.1.10.16.4.1.4
The value of the parameter unique Identifier. A zero length string indicates no Unique identifier value has been assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

lapbXidGroupAddress 1.3.6.1.2.1.10.16.4.1.5
The value of the parameter Group address. A zero length string indicates no Group address value has been assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

lapbXidPortNumber 1.3.6.1.2.1.10.16.4.1.6
The port number assigned for this link. A zero length string indicates no local port number identifier has been assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

lapbXidUserDataSubfield 1.3.6.1.2.1.10.16.4.1.7
A user data subfield, if any, to be transmitted in an XID frame. A zero length frame indicates no user data subfield has been assigned. The octet string should include both the User data identifier and User data field as shown in Figures 1 and 4.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..8206)  

lapbProtocolVersion 1.3.6.1.2.1.10.16.5
OBJECT IDENTIFIER    

lapbProtocolIso7776v1986 1.3.6.1.2.1.10.16.5.1
OBJECT IDENTIFIER    

lapbProtocolCcittV1980 1.3.6.1.2.1.10.16.5.2
OBJECT IDENTIFIER    

lapbProtocolCcittV1984 1.3.6.1.2.1.10.16.5.3
OBJECT IDENTIFIER