ULPB-MIB

File: ULPB-MIB.mib (16005 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises experimental IpAddress
TimeTicks Gauge Counter
DisplayString OBJECT-TYPE

Defined Types

UlpbAdmnEntry  
SEQUENCE    
  ulpbAdmnIndex INTEGER
  ulpbAdmnN2ReXmitVal INTEGER
  ulpbAdmnT1AckTime INTEGER
  ulpbAdmnTpfVal INTEGER
  ulpbAdmnTrejVal INTEGER
  ulpbAdmnTbusyVal INTEGER
  ulpbAdmnLinkIdleTime INTEGER
  ulpbAdmnT2AckDelayTime INTEGER
  ulpbAdmnRecKWindowSz INTEGER
  ulpbAdmnXmitKWindowSz INTEGER
  ulpbAdmnLocProbe INTEGER
  ulpbAdmnMaxRecFrmSz INTEGER
  ulpbAdmnIgnUaError INTEGER
  ulpbAdmnFrmrFrmrError INTEGER
  ulpbAdmnFrmrInvrspError INTEGER
  ulpbAdmnSframePbit INTEGER
  ulpbAdmnDmOnAdm INTEGER

UlpbOperEntry  
SEQUENCE    
  ulpbOperIndex INTEGER
  ulpbOperN2ReXmitVal INTEGER
  ulpbOperT1AckTime INTEGER
  ulpbOperTpfVal INTEGER
  ulpbOperTrejVal INTEGER
  ulpbOperTbusyVal INTEGER
  ulpbOperLinkIdleTime INTEGER
  ulpbOperT2AckDelayTime INTEGER
  ulpbOperRecKWindowSz INTEGER
  ulpbOperXmitKWindowSz INTEGER
  ulpbOperLocProbe INTEGER
  ulpbOperMaxRecFrmSz INTEGER
  ulpbOperIgnUaError INTEGER
  ulpbOperFrmrFrmrError INTEGER
  ulpbOperFrmrInvrspError INTEGER
  ulpbOperSframePbit INTEGER
  ulpbOperDmOnAdm INTEGER

UlpbStatEntry  
SEQUENCE    
  ulpbStatIndex INTEGER
  ulpbStatRRCmdsRcvd INTEGER
  ulpbStatRRCmdsTrnsmt INTEGER
  ulpbStatRRRspsRcvd INTEGER
  ulpbStatRRRspsTrnsmt INTEGER
  ulpbStatRNRCmdsRcvd INTEGER
  ulpbStatRNRCmdsTrnsmt INTEGER
  ulpbStatRNRRspsRcvd INTEGER
  ulpbStatRNRRspsTrnsmt INTEGER
  ulpbStatREJCmdsRcvd INTEGER
  ulpbStatREJCmdsTrnsmt INTEGER
  ulpbStatREJRspsRcvd INTEGER
  ulpbStatREJRspsTrnsmt INTEGER
  ulpbStatSABMCmdsRcvd INTEGER
  ulpbStatSABMCmdsTrnsmt INTEGER
  ulpbStatDISCCmdsRcvd INTEGER
  ulpbStatDISCCmdsTrnsmt INTEGER
  ulpbStatDMRspsRcvd INTEGER
  ulpbStatDMRspsTrnsmt INTEGER
  ulpbStatUARspsRcvd INTEGER
  ulpbStatUARspsTrnsmt INTEGER
  ulpbStatFRMRRspsRcvd INTEGER
  ulpbStatFRMRRspsTrnsmt INTEGER
  ulpbStatIFrameCmdsRcvd INTEGER
  ulpbStatIFrameCmdsTrnsmt INTEGER

Defined Values

usr 1.3.6.1.4.1.429
OBJECT IDENTIFIER    

nas 1.3.6.1.4.1.429.1
OBJECT IDENTIFIER    

ulpb 1.3.6.1.4.1.429.1.9
OBJECT IDENTIFIER    

ulpbAdmnTable 1.3.6.1.4.1.429.1.9.1
This table defines the 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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UlpbAdmnEntry

ulpbAdmnEntry 1.3.6.1.4.1.429.1.9.1.1
Configure parameter values for a specific LAPB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UlpbAdmnEntry  

ulpbAdmnIndex 1.3.6.1.4.1.429.1.9.1.1.1
A unique value for each X.25 subnetwork entity running LAPB in the chassis. The value of this object matches the value of the index of the corresponding X.25 subnetwork entity running LAPB entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbAdmnN2ReXmitVal 1.3.6.1.4.1.429.1.9.1.1.2
The maximum number of times a PDU is sent after the Ack, P-bit or Reject timer expires. It also limits RR w/P-bit sends with remote busy true and the Busy timer expiring. Default=10.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

ulpbAdmnT1AckTime 1.3.6.1.4.1.429.1.9.1.1.3
The time interval during which the LAPB expects to receive a response to an outstanding IPDU or unexpected response to a sent unnumbered PDU. Value is in 0.1 second units. Default=10.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..3000  

ulpbAdmnTpfVal 1.3.6.1.4.1.429.1.9.1.1.4
The time interval during which the LAPB expects to receive a PDU with the F-bit set to 1 in response to a command with the P-bit set to 1. Value is in 0.1 second units. Default=7.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..3000  

ulpbAdmnTrejVal 1.3.6.1.4.1.429.1.9.1.1.5
The time interval during which the LAPB expects to receive a reply to a sent REJ TPDU. Value is in 0.1 second units. Default=25.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000  

ulpbAdmnTbusyVal 1.3.6.1.4.1.429.1.9.1.1.6
The time interval during which the LAPB waits for an indication of the clearance of a busy condition at the other LAPB. Value is in 0.1 second units. Default=100.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..30000  

ulpbAdmnLinkIdleTime 1.3.6.1.4.1.429.1.9.1.1.7
The time interval during which the LAPB expexts to receive a PDU from the other LAPB. At expiration, the P/F cycle, which may result in disconnection is initiated. Value is in 0.1 second units. A value of 0 disables the timer. Default=250.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..32000  

ulpbAdmnT2AckDelayTime 1.3.6.1.4.1.429.1.9.1.1.8
The maximum time delay before sending a delayed RR. This must be considerably less than the Ack time value. Value is in 0.1 second units. Default=4.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..3000  

ulpbAdmnRecKWindowSz 1.3.6.1.4.1.429.1.9.1.1.9
The maximum number of unacknowledged IPDUs that can be received before the acknowledgement RR must be sent. Default=3.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

ulpbAdmnXmitKWindowSz 1.3.6.1.4.1.429.1.9.1.1.10
The maximum number of unacknowledged PDUs that may be sent before a response is required. Normal Mode = 1-7. Extended Mode = 1-127. Default=7.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..127  

ulpbAdmnLocProbe 1.3.6.1.4.1.429.1.9.1.1.11
The position before the window is closed at which an I PDU is sent with the P-bit set to solicit an acknowledgment from the receiver. Default=0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

ulpbAdmnMaxRecFrmSz 1.3.6.1.4.1.429.1.9.1.1.12
The maximum allowable received I frame size. It consists of X25 data + x25 protocol + LAPB protocol. Default=300.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 133..519  

ulpbAdmnIgnUaError 1.3.6.1.4.1.429.1.9.1.1.13
When the connection is in ERROR state, this parameter defines whether or not to ignore any UA frames received. Default=disable(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbAdmnFrmrFrmrError 1.3.6.1.4.1.429.1.9.1.1.14
When the connection is in ERROR state, this parameter defines whether or not to re-transmit a frame reject if one is received. Default=disable(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbAdmnFrmrInvrspError 1.3.6.1.4.1.429.1.9.1.1.15
When the connection is in ERROR state, this parameter defines whether or not to transmit a frame reject if an invalid frame response is received. Default=disable(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbAdmnSframePbit 1.3.6.1.4.1.429.1.9.1.1.16
This parameter defines whether or not to send a frame reject if an S-Frame is received without the P-bit set. Default=disable(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbAdmnDmOnAdm 1.3.6.1.4.1.429.1.9.1.1.17
This parameter defines whether or not to send a DM on entry to ADM state. Default=enable(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbOperTable 1.3.6.1.4.1.429.1.9.2
This table contains configuration information about interface parameters currently set in the interface. These objects are read-only.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UlpbOperEntry

ulpbOperEntry 1.3.6.1.4.1.429.1.9.2.1
Entries of ulpbOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UlpbOperEntry  

ulpbOperIndex 1.3.6.1.4.1.429.1.9.2.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbOperN2ReXmitVal 1.3.6.1.4.1.429.1.9.2.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

ulpbOperT1AckTime 1.3.6.1.4.1.429.1.9.2.1.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3000  

ulpbOperTpfVal 1.3.6.1.4.1.429.1.9.2.1.4
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3000  

ulpbOperTrejVal 1.3.6.1.4.1.429.1.9.2.1.5
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..10000  

ulpbOperTbusyVal 1.3.6.1.4.1.429.1.9.2.1.6
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..30000  

ulpbOperLinkIdleTime 1.3.6.1.4.1.429.1.9.2.1.7
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..32000  

ulpbOperT2AckDelayTime 1.3.6.1.4.1.429.1.9.2.1.8
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..3000  

ulpbOperRecKWindowSz 1.3.6.1.4.1.429.1.9.2.1.9
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..127  

ulpbOperXmitKWindowSz 1.3.6.1.4.1.429.1.9.2.1.10
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..127  

ulpbOperLocProbe 1.3.6.1.4.1.429.1.9.2.1.11
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..127  

ulpbOperMaxRecFrmSz 1.3.6.1.4.1.429.1.9.2.1.12
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 133..519  

ulpbOperIgnUaError 1.3.6.1.4.1.429.1.9.2.1.13
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbOperFrmrFrmrError 1.3.6.1.4.1.429.1.9.2.1.14
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbOperFrmrInvrspError 1.3.6.1.4.1.429.1.9.2.1.15
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbOperSframePbit 1.3.6.1.4.1.429.1.9.2.1.16
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbOperDmOnAdm 1.3.6.1.4.1.429.1.9.2.1.17
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

ulpbStatTable 1.3.6.1.4.1.429.1.9.3
Statistics information about this LAPB interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UlpbStatEntry

ulpbStatEntry 1.3.6.1.4.1.429.1.9.3.1
Entries of ulpbStatTrable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UlpbStatEntry  

ulpbStatIndex 1.3.6.1.4.1.429.1.9.3.1.1
A unique value for each X.25 subnetwork entity running LAPB in the chassis. The value of this object matches the value of the index of the corresponding X.25 subnetwork entity running LAPB entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRRCmdsRcvd 1.3.6.1.4.1.429.1.9.3.1.2
Number of RR commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRRCmdsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.3
Number of RR commands transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRRRspsRcvd 1.3.6.1.4.1.429.1.9.3.1.4
Number of RR response received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRRRspsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.5
Number or RR response transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRNRCmdsRcvd 1.3.6.1.4.1.429.1.9.3.1.6
Number of RNR commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRNRCmdsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.7
Number of RNR commands transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRNRRspsRcvd 1.3.6.1.4.1.429.1.9.3.1.8
Number of RNR response received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatRNRRspsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.9
Number of RNR response transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatREJCmdsRcvd 1.3.6.1.4.1.429.1.9.3.1.10
Number of REJ commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatREJCmdsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.11
Number of REJ commands transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatREJRspsRcvd 1.3.6.1.4.1.429.1.9.3.1.12
Number of REJ responses received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatREJRspsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.13
Number of REJ responses transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatSABMCmdsRcvd 1.3.6.1.4.1.429.1.9.3.1.14
Number of SABM commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatSABMCmdsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.15
Number of SABM commands transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatDISCCmdsRcvd 1.3.6.1.4.1.429.1.9.3.1.16
Number of DISC commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatDISCCmdsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.17
Number of DISC commands transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatDMRspsRcvd 1.3.6.1.4.1.429.1.9.3.1.18
Number of DM response received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatDMRspsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.19
Number of DM response transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatUARspsRcvd 1.3.6.1.4.1.429.1.9.3.1.20
Number of UA response received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatUARspsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.21
Number of UA response transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatFRMRRspsRcvd 1.3.6.1.4.1.429.1.9.3.1.22
Number of FRMR response received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatFRMRRspsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.23
Number of FRMR response transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatIFrameCmdsRcvd 1.3.6.1.4.1.429.1.9.3.1.24
Number of I-frame command received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ulpbStatIFrameCmdsTrnsmt 1.3.6.1.4.1.429.1.9.3.1.25
Number of I-frame commands transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER