EICON-SDLC-MIB

File: EICON-SDLC-MIB.mib (29378 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter TimeTicks enterprises
OBJECT-TYPE

Defined Types

OperState  
INTEGER other(1), disabled(2), ready(3), active(4), busy(5)    

AdminState  
INTEGER start(1), stop(2), dump(3), test(4), invalid(5)    

PortRef  
INTEGER 1..48    

LinkRef  
INTEGER 1..32    

StationAddr  
INTEGER 0..255    

SdlcCfgEntry  
SEQUENCE    
  sdlcCfgPortRef PortRef
  sdlcCfgMaxLinkStation LinkRef
  sdlcCfgT1 INTEGER
  sdlcCfgT2 INTEGER
  sdlcCfgT3 INTEGER
  sdlcCfgT4 INTEGER
  sdlcCfgMaxFrameSz INTEGER
  sdlcCfgMaxRetryCount INTEGER
  sdlcCfgMaxWindowSz INTEGER

SdlcInfoEntry  
SEQUENCE    
  sdlcInfoPortRef PortRef
  sdlcInfoAdminStatusCtr AdminState
  sdlcInfoOperStatus OperState
  sdlcInfoDial INTEGER
  sdlcInfoDuplex INTEGER
  sdlcInfoMaxFrameSz INTEGER
  sdlcInfoMaxRetryCount INTEGER
  sdlcInfoMaxWindowSz INTEGER
  sdlcInfoMaxLinkStation INTEGER
  sdlcInfoNbStationInUse INTEGER
  sdlcInfoStartTime TimeTicks
  sdlcInfoModemTime TimeTicks

SdlcLinkInfoEntry  
SEQUENCE    
  sdlcLinkInfoPortRef PortRef
  sdlcLinkInfoStationAddr StationAddr
  sdlcLinkInfoAdminStatusCtr AdminState
  sdlcLinkInfoProtocolState INTEGER
  sdlcLinkInfoUserState INTEGER
  sdlcLinkInfoStationType INTEGER
  sdlcLinkInfoStartTime TimeTicks
  sdlcLinkInfoChangeTime TimeTicks
  sdlcLinkInfoDataTime TimeTicks
  sdlcLinkInfoMaxOut INTEGER
  sdlcLinkInfoMaxIn INTEGER
  sdlcLinkInfoMaxData INTEGER
  sdlcLinkInfoLocalBusy INTEGER
  sdlcLinkInfoRemoteBusy INTEGER
  sdlcLinkInfoNS INTEGER
  sdlcLinkInfoNR INTEGER
  sdlcLinkInfoLNR INTEGER

SdlcCountEntry  
SEQUENCE    
  sdlcCountPortRef PortRef
  sdlcCountT1expires Counter
  sdlcCountRetransmis Counter
  sdlcCountSNRMTxs Counter
  sdlcCountSNRMRxs Counter
  sdlcCountDISCTxs Counter
  sdlcCountDISCRxs Counter
  sdlcCountUAsTxs Counter
  sdlcCountUAsRxs Counter
  sdlcCountDMsTxs Counter
  sdlcCountDMsRxs Counter
  sdlcCountFRMRsTxs Counter
  sdlcCountFRMRsRxs Counter
  sdlcCountXIDsTxs Counter
  sdlcCountXIDsRxs Counter
  sdlcCountINFOsTxs Counter
  sdlcCountINFOsRxs Counter
  sdlcCountRRsTxs Counter
  sdlcCountRRsRxs Counter
  sdlcCountRNRsTxs Counter
  sdlcCountRNRsRxs Counter
  sdlcCountREJsTxs Counter
  sdlcCountREJsRxs Counter
  sdlcCountTestTxs Counter
  sdlcCountTestRxs Counter
  sdlcCountBadFcsTxs Counter
  sdlcCountBadFcsRxs Counter
  sdlcCountAbortTxs Counter
  sdlcCountAbortRxs Counter
  sdlcCountTxUnderRs Counter
  sdlcCountRxOverRs Counter
  sdlcCountUnknowTxs Counter
  sdlcCountUnknowRxs Counter

SdlcLinkCountEntry  
SEQUENCE    
  sdlcLinkCountPortRef PortRef
  sdlcLinkCountStationRef StationAddr
  sdlcLinkCountT1expires Counter
  sdlcLinkCountRetransmis Counter
  sdlcLinkCountSNRMTxs Counter
  sdlcLinkCountSNRMRxs Counter
  sdlcLinkCountDISCTxs Counter
  sdlcLinkCountDISCRxs Counter
  sdlcLinkCountUAsTxs Counter
  sdlcLinkCountUAsRxs Counter
  sdlcLinkCountDMsTxs Counter
  sdlcLinkCountDMsRxs Counter
  sdlcLinkCountFRMRsTxs Counter
  sdlcLinkCountFRMRsRxs Counter
  sdlcLinkCountXIDsTxs Counter
  sdlcLinkCountXIDsRxs Counter
  sdlcLinkCountINFOsTxs Counter
  sdlcLinkCountINFOsRxs Counter
  sdlcLinkCountRRsTxs Counter
  sdlcLinkCountRRsRxs Counter
  sdlcLinkCountRNRsTxs Counter
  sdlcLinkCountRNRsRxs Counter
  sdlcLinkCountREJsTxs Counter
  sdlcLinkCountREJsRxs Counter
  sdlcLinkCountTestTxs Counter
  sdlcLinkCountTestRxs Counter

Defined Values

eicon 1.3.6.1.4.1.434
OBJECT IDENTIFIER    

management 1.3.6.1.4.1.434.2
OBJECT IDENTIFIER    

mibv2 1.3.6.1.4.1.434.2.2
OBJECT IDENTIFIER    

module 1.3.6.1.4.1.434.2.2.4
OBJECT IDENTIFIER    

sdlc 1.3.6.1.4.1.434.2.2.4.2
OBJECT IDENTIFIER    

sdlcCfgTable 1.3.6.1.4.1.434.2.2.4.2.1
The SDLC configuration attributes table, one row per port. This information comes from the configuration file (db).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SdlcCfgEntry

sdlcCfgEntry 1.3.6.1.4.1.434.2.2.4.2.1.1
The set of SDLC configuration attributes for one port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SdlcCfgEntry  

sdlcCfgPortRef 1.3.6.1.4.1.434.2.2.4.2.1.1.1
The Id of the port, equal to portIndex from the port group. It identifies the port to which the configuration parameters apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

sdlcCfgMaxLinkStation 1.3.6.1.4.1.434.2.2.4.2.1.1.2
Maximum number of stations for this port (1..32), default is 9.
Status: mandatory Access: read-only
OBJECT-TYPE    
  LinkRef  

sdlcCfgT1 1.3.6.1.4.1.434.2.2.4.2.1.1.3
Check point timer, default is 2900.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..9999  

sdlcCfgT2 1.3.6.1.4.1.434.2.2.4.2.1.1.4
Poll delay timer, default is 200.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..9999  

sdlcCfgT3 1.3.6.1.4.1.434.2.2.4.2.1.1.5
Slow poll timer, default is 15000.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..99999  

sdlcCfgT4 1.3.6.1.4.1.434.2.2.4.2.1.1.6
Idle timer, default is 60000.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..99999  

sdlcCfgMaxFrameSz 1.3.6.1.4.1.434.2.2.4.2.1.1.7
Number of octets per frame (N1), default is 267.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 267..8203  

sdlcCfgMaxRetryCount 1.3.6.1.4.1.434.2.2.4.2.1.1.8
Maximum retry count (N2), default is 10.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..99  

sdlcCfgMaxWindowSz 1.3.6.1.4.1.434.2.2.4.2.1.1.9
Maximum window size (K), default is 7.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..127  

sdlcInfoTable 1.3.6.1.4.1.434.2.2.4.2.2
The dynamic (status) attributes table, one row per port (line).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SdlcInfoEntry

sdlcInfoEntry 1.3.6.1.4.1.434.2.2.4.2.2.1
The set of status attributes for one port (line).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SdlcInfoEntry  

sdlcInfoPortRef 1.3.6.1.4.1.434.2.2.4.2.2.1.1
The Id of the port, equal to portIndex from the port group. It identifies the port to which the information parameters apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

sdlcInfoAdminStatusCtr 1.3.6.1.4.1.434.2.2.4.2.2.1.2
The control parameter, used to stop or start the SDLC port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AdminState  

sdlcInfoOperStatus 1.3.6.1.4.1.434.2.2.4.2.2.1.3
The status of the SDLC line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OperState  

sdlcInfoDial 1.3.6.1.4.1.434.2.2.4.2.2.1.4
The value indicates whether the port is connected to a leased line or to a dial-up line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER leased(1), dial-up(2)  

sdlcInfoDuplex 1.3.6.1.4.1.434.2.2.4.2.2.1.5
The value indicates the type of the device to which the port is connected. The mode of transmission/reception can be full or half duplex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER full-duplex(1), half-duplex(2)  

sdlcInfoMaxFrameSz 1.3.6.1.4.1.434.2.2.4.2.2.1.6
The maximum frame size
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcInfoMaxRetryCount 1.3.6.1.4.1.434.2.2.4.2.2.1.7
The number of retries for negative acknowledgement of a frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcInfoMaxWindowSz 1.3.6.1.4.1.434.2.2.4.2.2.1.8
Maximum window size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcInfoMaxLinkStation 1.3.6.1.4.1.434.2.2.4.2.2.1.9
The number of multi-drop stations defined for that line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcInfoNbStationInUse 1.3.6.1.4.1.434.2.2.4.2.2.1.10
The number of stations currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcInfoStartTime 1.3.6.1.4.1.434.2.2.4.2.2.1.11
The time at which the line was started. Equals to sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sdlcInfoModemTime 1.3.6.1.4.1.434.2.2.4.2.2.1.12
The time at which the modem state changed. Equals to sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sdlcLinkInfoTable 1.3.6.1.4.1.434.2.2.4.2.3
Dynamic attributes table, one row per link station
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SdlcLinkInfoEntry

sdlcLinkInfoEntry 1.3.6.1.4.1.434.2.2.4.2.3.1
The set of dynamic attributes for one link station.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SdlcLinkInfoEntry  

sdlcLinkInfoPortRef 1.3.6.1.4.1.434.2.2.4.2.3.1.1
The Id of the port, equal to portIndex from the port group. It identifies the port to which the information parameters apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

sdlcLinkInfoStationAddr 1.3.6.1.4.1.434.2.2.4.2.3.1.2
The address of the station attached to the line. This number represents a logical connection number and is assigned by protocol software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StationAddr  

sdlcLinkInfoAdminStatusCtr 1.3.6.1.4.1.434.2.2.4.2.3.1.3
The control parameter used to close the connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AdminState  

sdlcLinkInfoProtocolState 1.3.6.1.4.1.434.2.2.4.2.3.1.4
The protocol state of the SDLC link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), closing(2), opening(3), opened(4), resetting(5), wait-reset(6), wait-open(7), xid-send(8), xid-recv(9)  

sdlcLinkInfoUserState 1.3.6.1.4.1.434.2.2.4.2.3.1.5
The user state of the connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), closing(2), opening(3), opened(4), other(5)  

sdlcLinkInfoStationType 1.3.6.1.4.1.434.2.2.4.2.3.1.6
The type of link station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER secondary(1), primary(2), negotiable(3)  

sdlcLinkInfoStartTime 1.3.6.1.4.1.434.2.2.4.2.3.1.7
The time at which this link was started. Equals to sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sdlcLinkInfoChangeTime 1.3.6.1.4.1.434.2.2.4.2.3.1.8
The time at which the link state changed. Equals to sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sdlcLinkInfoDataTime 1.3.6.1.4.1.434.2.2.4.2.3.1.9
The time of non-poll data. Equals to sysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

sdlcLinkInfoMaxOut 1.3.6.1.4.1.434.2.2.4.2.3.1.10
Maximum number of output frames per window.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoMaxIn 1.3.6.1.4.1.434.2.2.4.2.3.1.11
Maximum number of input frames per window.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoMaxData 1.3.6.1.4.1.434.2.2.4.2.3.1.12
Maximum number of octets per frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoLocalBusy 1.3.6.1.4.1.434.2.2.4.2.3.1.13
Busy state flag.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoRemoteBusy 1.3.6.1.4.1.434.2.2.4.2.3.1.14
Busy state flag.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoNS 1.3.6.1.4.1.434.2.2.4.2.3.1.15
The NS counter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoNR 1.3.6.1.4.1.434.2.2.4.2.3.1.16
The NR counter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcLinkInfoLNR 1.3.6.1.4.1.434.2.2.4.2.3.1.17
Last received sequence number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sdlcCountTable 1.3.6.1.4.1.434.2.2.4.2.4
The runtime counters table, one row per port
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SdlcCountEntry

sdlcCountEntry 1.3.6.1.4.1.434.2.2.4.2.4.1
The set of counters values for one port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SdlcCountEntry  

sdlcCountPortRef 1.3.6.1.4.1.434.2.2.4.2.4.1.1
The Id of the port, equal to portIndex from the port group. It identifies the port to which the information parameters apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

sdlcCountT1expires 1.3.6.1.4.1.434.2.2.4.2.4.1.2
The number of times the Checkpoint Timer (T1) protocol timer has been exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountRetransmis 1.3.6.1.4.1.434.2.2.4.2.4.1.3
The number of retransmitted frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountSNRMTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.4
The number of set normal response mode U-frames transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountSNRMRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.5
The number of set normal response mode U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountDISCTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.6
The number of disconnect U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountDISCRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.7
The number of disconnect U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountUAsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.8
The number of unnumbered acknowledgement U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountUAsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.9
The number of unnumbered acknowledgement U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountDMsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.10
The number of disconnected mode U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountDMsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.11
The number of disconnected mode U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountFRMRsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.12
The number of frame reject U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountFRMRsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.13
The number of frame reject U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountXIDsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.14
The number of XID U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountXIDsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.15
The number of XID U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountINFOsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.16
The number of information U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountINFOsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.17
The number of information frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountRRsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.18
The number of receiver ready I-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountRRsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.19
The number of receiver ready I-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountRNRsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.20
The number of receiver not ready I-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountRNRsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.21
The number of receiver not ready I-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountREJsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.22
The number of reject I-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountREJsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.23
The number of reject I-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountTestTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.24
The number of TEST U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountTestRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.25
The number of TEST U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountBadFcsTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.26
The number of bad U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountBadFcsRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.27
The number of bad U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountAbortTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.28
The number of Abort U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountAbortRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.29
The number of Abort U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountTxUnderRs 1.3.6.1.4.1.434.2.2.4.2.4.1.30
The number of times an underrun occured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountRxOverRs 1.3.6.1.4.1.434.2.2.4.2.4.1.31
The number of times an overrun occured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountUnknowTxs 1.3.6.1.4.1.434.2.2.4.2.4.1.32
The number of unknown frames transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcCountUnknowRxs 1.3.6.1.4.1.434.2.2.4.2.4.1.33
The number of unknown frames recieved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountTable 1.3.6.1.4.1.434.2.2.4.2.5
The runtime counters table, one row per link station.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SdlcLinkCountEntry

sdlcLinkCountEntry 1.3.6.1.4.1.434.2.2.4.2.5.1
The set of counters values for one specific link station.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SdlcLinkCountEntry  

sdlcLinkCountPortRef 1.3.6.1.4.1.434.2.2.4.2.5.1.1
The Id of the port, equal to portIndex from the port group. It identifies the port to which the information parameters apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

sdlcLinkCountStationRef 1.3.6.1.4.1.434.2.2.4.2.5.1.2
The address of the station attached to the line. This number represents a logical connection number and is assigned by protocol software. Equals to sdlcLinkInfoAddr.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StationAddr  

sdlcLinkCountT1expires 1.3.6.1.4.1.434.2.2.4.2.5.1.3
The number of times the Checkpoint timer (T1) protocol timer has been exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountRetransmis 1.3.6.1.4.1.434.2.2.4.2.5.1.4
The number of retransmitted frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountSNRMTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.5
The number of set normal response mode U-frames transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountSNRMRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.6
The number of set normal response mode U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountDISCTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.7
The number of disconnect U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountDISCRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.8
The number of disconnect U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountUAsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.9
The number of unnumbered acknowledgement U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountUAsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.10
The number of unnumbered acknowledgement U-frames recvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountDMsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.11
The number of disconnected mode U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountDMsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.12
The number of disconnected mode U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountFRMRsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.13
The number of frame reject U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountFRMRsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.14
The number of frame reject U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountXIDsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.15
The number of XID U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountXIDsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.16
The number of XID U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountINFOsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.17
The number of information U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountINFOsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.18
The number of information U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountRRsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.19
The number of receiver ready I-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountRRsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.21
The number of receiver ready I-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountRNRsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.22
The number of receiver not ready I-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountRNRsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.23
The number of receiver not ready I-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountREJsTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.24
The number of reject I-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountREJsRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.25
The number of reject I-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountTestTxs 1.3.6.1.4.1.434.2.2.4.2.5.1.26
The number of TEST U-frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sdlcLinkCountTestRxs 1.3.6.1.4.1.434.2.2.4.2.5.1.27
The number of TEST U-frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter