MIBs Depot

RFC1381-MIB

Registered at
1.3.6.1.2.1.10.16
Namespace
standard
Source file
RFC1381-MIB
Digest
sha256:34daff9106f333aa9a33a2ddfb5267d2442d6b413cd39ef9dbf215e241b64c82

Imports

FromSymbols
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso, transmission
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

RFC1381-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
IfIndexType
type
PositiveInteger
type

Objects

NameOIDSyntaxAccessStatus
lapb
OBJECT-IDENTITY
1.3.6.1.2.1.10.16
lapbAdmnTable
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1not-accessiblemandatory
lapbAdmnEntry
OBJECT-TYPE
Configured parameter values for a specific LAPB.
1.3.6.1.2.1.10.16.1.1not-accessiblemandatory
lapbAdmnIndex
OBJECT-TYPE
The ifIndex value for the LAPB interface.
1.3.6.1.2.1.10.16.1.1.1IfIndexTyperead-onlymandatory
lapbAdmnStationType
OBJECT-TYPE
Identifies the desired station type of this interface.
1.3.6.1.2.1.10.16.1.1.2INTEGER {dte(1), dce(2), dxe(3)}read-writemandatory
lapbAdmnControlField
OBJECT-TYPE
The desired size of the sequence numbers used to number frames.
1.3.6.1.2.1.10.16.1.1.3INTEGER {modulo8(1), modulo128(2)}read-writemandatory
lapbAdmnTransmitN1FrameSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.4PositiveIntegerread-writemandatory
lapbAdmnReceiveN1FrameSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.5PositiveIntegerread-writemandatory
lapbAdmnTransmitKWindowSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.6INTEGER (1..127)read-writemandatory
lapbAdmnReceiveKWindowSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.7INTEGER (1..127)read-writemandatory
lapbAdmnN2RxmitCount
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.8INTEGER (0..65535)read-writemandatory
lapbAdmnT1AckTimer
OBJECT-TYPE
The default T1 timer for this interface. This specifies the maximum time in Milliseconds to wait for acknowledgment of a PDU.
1.3.6.1.2.1.10.16.1.1.9PositiveIntegerread-writemandatory
lapbAdmnT2AckDelayTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.10PositiveIntegerread-writemandatory
lapbAdmnT3DisconnectTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.11PositiveIntegerread-writemandatory
lapbAdmnT4IdleTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.1.1.12PositiveIntegerread-writemandatory
lapbAdmnActionInitiate
OBJECT-TYPE
This identifies the action LAPB will take to initiate link set-up.
1.3.6.1.2.1.10.16.1.1.13INTEGER {sendSABM(1), sendDISC(2), sendDM(3), none(4), other(5)}read-writemandatory
lapbAdmnActionRecvDM
OBJECT-TYPE
This identifies the action LAPB will take when it receives a DM response.
1.3.6.1.2.1.10.16.1.1.14INTEGER {sendSABM(1), sendDISC(2), other(3)}read-writemandatory
lapbOperTable
OBJECT-TYPE
This table contains configuration information about interface parameters currently set in the interface. Many of these objects have corresponding objects in the lapbAdmnTable.
1.3.6.1.2.1.10.16.2not-accessiblemandatory
lapbOperEntry
OBJECT-TYPE
Currently set parameter values for a specific LAPB.
1.3.6.1.2.1.10.16.2.1not-accessiblemandatory
lapbOperIndex
OBJECT-TYPE
The ifIndex value for the LAPB interface.
1.3.6.1.2.1.10.16.2.1.1IfIndexTyperead-onlymandatory
lapbOperStationType
OBJECT-TYPE
Identifies the current operating station type of this interface. A value of dxe (3) indicates XID negotiation has not yet taken place.
1.3.6.1.2.1.10.16.2.1.2INTEGER {dte(1), dce(2), dxe(3)}read-onlymandatory
lapbOperControlField
OBJECT-TYPE
The current operating size of the sequence numbers used to number frames.
1.3.6.1.2.1.10.16.2.1.3INTEGER {modulo8(1), modulo128(2)}read-onlymandatory
lapbOperTransmitN1FrameSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.4PositiveIntegerread-onlymandatory
lapbOperReceiveN1FrameSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.5PositiveIntegerread-onlymandatory
lapbOperTransmitKWindowSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.6INTEGER (1..127)read-onlymandatory
lapbOperReceiveKWindowSize
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.7INTEGER (1..127)read-onlymandatory
lapbOperN2RxmitCount
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.8INTEGER (0..65535)read-onlymandatory
lapbOperT1AckTimer
OBJECT-TYPE
The current T1 timer for this interface. This specifies the maximum time in Milliseconds to wait for acknowledgment of a PDU.
1.3.6.1.2.1.10.16.2.1.9PositiveIntegerread-onlymandatory
lapbOperT2AckDelayTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.10PositiveIntegerread-onlymandatory
lapbOperT3DisconnectTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.11PositiveIntegerread-onlymandatory
lapbOperT4IdleTimer
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.2.1.12PositiveIntegerread-writemandatory
lapbOperPortId
OBJECT-TYPE
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}.
1.3.6.1.2.1.10.16.2.1.13OBJECT IDENTIFIERread-onlymandatory
lapbOperProtocolVersionId
OBJECT-TYPE
This object identifies the version of the lapb protocol implemented by this interface.
1.3.6.1.2.1.10.16.2.1.14OBJECT IDENTIFIERread-onlymandatory
lapbFlowTable
OBJECT-TYPE
This table defines the objects recorded by LAPB to provide information about the traffic flow through the interface.
1.3.6.1.2.1.10.16.3not-accessiblemandatory
lapbFlowEntry
OBJECT-TYPE
The information regarding the effects of flow controls in LAPB.
1.3.6.1.2.1.10.16.3.1not-accessiblemandatory
lapbFlowIfIndex
OBJECT-TYPE
The ifIndex value for the LAPB Interface.
1.3.6.1.2.1.10.16.3.1.1IfIndexTyperead-onlymandatory
lapbFlowStateChanges
OBJECT-TYPE
The number of LAPB State Changes, including resets.
1.3.6.1.2.1.10.16.3.1.2Counterread-onlymandatory
lapbFlowChangeReason
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.3.1.3INTEGER {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)}read-onlymandatory
lapbFlowCurrentMode
OBJECT-TYPE
The current condition of the conversation.
1.3.6.1.2.1.10.16.3.1.4INTEGER {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)}read-onlymandatory
lapbFlowBusyDefers
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.3.1.5Counterread-onlymandatory
lapbFlowRejOutPkts
OBJECT-TYPE
The number of REJ or SREJ frames sent by this station.
1.3.6.1.2.1.10.16.3.1.6Counterread-onlymandatory
lapbFlowRejInPkts
OBJECT-TYPE
The number of REJ or SREJ frames received by this station.
1.3.6.1.2.1.10.16.3.1.7Counterread-onlymandatory
lapbFlowT1Timeouts
OBJECT-TYPE
The number of times a re-transmission was effected by the T1 Timer expiring.
1.3.6.1.2.1.10.16.3.1.8Counterread-onlymandatory
lapbFlowFrmrSent
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.3.1.9OCTET STRING (SIZE(0..7))read-onlymandatory
lapbFlowFrmrReceived
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.3.1.10OCTET STRING (SIZE(0..7))read-onlymandatory
lapbFlowXidReceived
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.3.1.11OCTET STRING (SIZE(0..8206))read-onlymandatory
lapbXidTable
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.4not-accessiblemandatory
lapbXidEntry
OBJECT-TYPE
XId negotiation parameter values for a specific LAPB.
1.3.6.1.2.1.10.16.4.1not-accessiblemandatory
lapbXidIndex
OBJECT-TYPE
The ifIndex value for the LAPB interface.
1.3.6.1.2.1.10.16.4.1.1IfIndexTyperead-onlymandatory
lapbXidAdRIdentifier
OBJECT-TYPE
The value of the Address Resolution Identifier. A zero length string indicates no Identifier value has been assigned.
1.3.6.1.2.1.10.16.4.1.2OCTET STRING (SIZE(0..255))read-writemandatory
lapbXidAdRAddress
OBJECT-TYPE
The value of the Address Resolution Address. A zero length string indicates no Address value has been assigned.
1.3.6.1.2.1.10.16.4.1.3OCTET STRING (SIZE(0..255))read-writemandatory
lapbXidParameterUniqueIdentifier
OBJECT-TYPE
The value of the parameter unique Identifier. A zero length string indicates no Unique identifier value has been assigned.
1.3.6.1.2.1.10.16.4.1.4OCTET STRING (SIZE(0..255))read-writemandatory
lapbXidGroupAddress
OBJECT-TYPE
The value of the parameter Group address. A zero length string indicates no Group address value has been assigned.
1.3.6.1.2.1.10.16.4.1.5OCTET STRING (SIZE(0..255))read-writemandatory
lapbXidPortNumber
OBJECT-TYPE
The port number assigned for this link. A zero length string indicates no local port number identifier has been assigned.
1.3.6.1.2.1.10.16.4.1.6OCTET STRING (SIZE(0..255))read-writemandatory
lapbXidUserDataSubfield
OBJECT-TYPE
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.
1.3.6.1.2.1.10.16.4.1.7OCTET STRING (SIZE(0..8206))read-writemandatory
lapbProtocolVersion
OBJECT-IDENTITY
1.3.6.1.2.1.10.16.5
lapbProtocolIso7776v1986
OBJECT-IDENTITY
1.3.6.1.2.1.10.16.5.1
lapbProtocolCcittV1980
OBJECT-IDENTITY
1.3.6.1.2.1.10.16.5.2
lapbProtocolCcittV1984
OBJECT-IDENTITY
1.3.6.1.2.1.10.16.5.3