CXSDLC-MIB: View SNMP OID List / Download MIB
VENDOR: MEMOTEC COMMUNICATIONS
Home | MIB: CXSDLC-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
sdlcSapTable | 1.3.6.1.4.1.495.2.1.6.37.1 | no-access |
This table contains configuration information that is used to manage the SDLC interface. Each row in the table defines either an upper or lower SAP (service access point). SAPs permit SDLC to communicate with layers above (always SNALC) and below it in the protocol stack. The maximum number of rows in the table is limited by sdlcSapNumber, which is an integer in the range 1 to 8. Since SDLC upper and lower SAPs have a one-to-one relationship, this makes 4 upper and 4 lower SAPs available. Each pair control one physical SLDC link (via the BOP). The SLDC interface has two modes of operation: TIU (terminal interface unit) and HIU (host interface unit). - TIU mode is used when the SDLC SAP is connected to one or more SNA control units (secondary link stations) and their supported terminals. It emulates a primary link station. - HIU mode is used when the SLDC SAP is connected to a host. It communicates across a WAN link with the TIU, and locally with the host via SDLC. In communications with the host it emulates the control units (secondary link stations) connected to the TIU. The SDLC interface supports connections with a maximum of 64 link stations. These can be distributed in any combination across the supported physical links. |
|
1.3.6.1.4.1.495.2.1.6.37.1.1 | no-access |
Defines a row in the sdlcSapTable. Each row contains the objects which are used to define a service access point. |
||
sdlcSapNumber | 1.3.6.1.4.1.495.2.1.6.37.1.1.1 | sapindex | read-only |
Identifies a SAP (service access point) in the sdlcSapTable. The table supports 8 SAPs. Numbers 1 to 4 are lower SAPs, and numbers 4 to 8 are upper SAPs. |
sdlcSapRowStatus | 1.3.6.1.4.1.495.2.1.6.37.1.1.2 | integer | read-write |
Determines the status of the objects in a table row. Options: invalid (1): Row is flagged, after next reset the values will be disabled and the row will be deleted from the table. valid (2): Values are enabled. Configuration Changed: administrative and operative Enumeration: 'valid': 2, 'invalid': 1. |
sdlcSapType | 1.3.6.1.4.1.495.2.1.6.37.1.1.3 | integer | read-write |
Determines the SAP (service access point) type: - 'lower' identifies a SAP leading to a physical SDLC port. This SAP must be bound to an upper BOP SAP. - 'upper' identifies a SAP acting as an internal inter-layer logical port. This SAP must be bound to a lower SNA Link Conversion SAP. Configuration Changed: administrative Enumeration: 'upper': 2, 'lower': 1. |
sdlcSapCuType | 1.3.6.1.4.1.495.2.1.6.37.1.1.4 | integer | read-write |
Determines the SAP type: HIU or TIU. Options: terminalInterfaceUnit (1): The SAP type is a TIU, which means it is connected to one or more control units (secondary link stations). The TIU emulates a primary link station, which polls the attached control units. The SDLC interface can support a total of 64 control units across all TIU SAPs. hostInterfaceUnit (2): The SAP type is an HIU, which means it is connected to an SNA host (primary link station). The HIU emulates the control units connected to a TIU. It responds to polls issued by the host. Default Value: terminalInterfaceUnit (1) Configuration Changed: administrative Enumeration: 'hostInterfaceUnit': 2, 'terminalInterfaceUnit': 1. |
sdlcSapAlias | 1.3.6.1.4.1.495.2.1.6.37.1.1.5 | alias | read-write |
The textual name that identifies this SAP (service access point). Names must be unique for all SDLC SAPs. Range of Values: 1 -16 alphanumeric characters (first character must be a letter) Default Value: none Configuration Changed: administrative |
sdlcSapCompanionAlias | 1.3.6.1.4.1.495.2.1.6.37.1.1.6 | alias | read-write |
The textual name of the BOP SAP that binds with this SDLC SAP. Names must be unique for each service access point. Range of Values: 1 -16 alphanumeric characters (first character must be a letter) Default Value: none Configuration Changed: administrative |
sdlcSapSnalcRef | 1.3.6.1.4.1.495.2.1.6.37.1.1.7 | integer | read-write |
This object applies only to lower SAPs (service access points). It indicates the sdlcSapNumber of the upper SDLC SAP that is associated with this lower SAP. Range of Values: 1 - 8 Default Value: none Configuration Changed: administrative |
sdlcSapDuplex | 1.3.6.1.4.1.495.2.1.6.37.1.1.8 | integer | read-write |
This object applies only to lower SAPs (service access points). It determines if the SAP operates in full-duplex or half-duplex mode. Range of Values: fullduplex (1): The SAP operates in full duplex mode, allowing data to be transmitted is both directions at the same time (two-way simultaneous transmission). On the link, RTS is raised when DTR is raised. halfduplex (2): The SAP operates in half duplex mode, allowing data to be transmitted in both directions, but not at the same time (two-way alternate transmission). On the link, RTS is raised during transmission and dropped during reception. Default Value: fullduplex (1) Configuration Changed: administrative and operative Enumeration: 'fullduplex': 1, 'halfduplex': 2. |
sdlcSapRaiseDtrOnConnectReq | 1.3.6.1.4.1.495.2.1.6.37.1.1.9 | integer | read-write |
Determines when the DTR signal is raised on the port connected to the SAP. Options: no (1): DTR is raised whether or not a connection request is received from the SNA link conversion layer. yes (2): When a connection request is received from the SNA link conversion layer, DTR is raised on the physical port the SAP is connected to. Default Value: no (1) Configuration Changed: administrative and operative Enumeration: 'yes': 2, 'no': 1. |
sdlcPollIntAfterAckTimer | 1.3.6.1.4.1.495.2.1.6.37.1.1.10 | timeticks | read-write |
This object applies only to a service access point functioning as a TIU. Determines the length of time allowed to elapse between the reception of an acknowledgment to a poll and the transmission of the next poll. Certain control units require a delay in order to successfully respond to polls. Since multiple SDLC logical links may share the same SAP (i.e., multiple control units communicating on the same physical link), this timer applies globally to all logical links using this SAP. Range of Values: 1 - 250 (in tenths of a second), a value of 0 disables the timer Default Value: 0 Related Object: sdlcSapCuType Configuration Changed: administrative and operative |
sdlcSapLineType | 1.3.6.1.4.1.495.2.1.6.37.1.1.11 | integer | read-write |
Determines the type of SDLC line supported by this SAP (service access point). When using an HIU and TIU in tandem, the settings for this object on both must match. Options: standard (1): Allows multiple CUs to be defined for this SAP. All frames received from attached devices must include the appropriate CU address. The general address (0xFF) is not supported. A standard line is also non negotiable. negotiable (2): Allows the CX900 to receive an XID without sending a poll to the attached device. The initial address of the XID coming from the device cannot be the general poll (0xFF). A negotiable line can support more than one device. switched (3): Allows the CX900 to receive an XID using the general poll address (0xFF). A switched line is not negotiable and can only support one attached device. switched-negotiable (4): Allows the CX900 to receive an XID using the general poll address (0xFF). The line is also negotiable and can only support one attached device per port. Default Value: negotiable (2) Configuration Changed: administrative and operative Enumeration: 'switched-negotiable': 4, 'switched': 3, 'negotiable': 2, 'standard': 1. |
sdlcSapControl | 1.3.6.1.4.1.495.2.1.6.37.1.1.20 | integer | read-write |
Clears all statistics for this service access point. Options: clearStats (1): Clear statistics. Default Value: none Configuration Changed: administrative and operative Enumeration: 'clearStats': 1. |
sdlcSapOperationalMode | 1.3.6.1.4.1.495.2.1.6.37.1.1.30 | integer | read-only |
Indicates the state of this SAP (service access point). Options: offLine (1): Indicates that this SAP is not operational. onLine (2): Indicates that this SAP is operational. Enumeration: 'offline': 1, 'online': 2. |
sdlcSapLinkStatus | 1.3.6.1.4.1.495.2.1.6.37.1.1.31 | integer | read-only |
Indicates the physical state of this SAP (service access point) with respect to its associated BOP SAP (sdlcSapCompanionAlias). Options: down (1): Indicates that this SAP is not operational. up (2): Indicates that this SAP is operational. Enumeration: 'down': 1, 'up': 2. |
sdlcSapLinkChange | 1.3.6.1.4.1.495.2.1.6.37.1.1.40 | counter | read-only |
Indicates the number of times that the physical link has been brought up. |
sdlcSapTxDataFrames | 1.3.6.1.4.1.495.2.1.6.37.1.1.41 | counter | read-only |
Indicates the number of information frames sent by this SAP (service access point). |
sdlcSapRxDataFrames | 1.3.6.1.4.1.495.2.1.6.37.1.1.42 | counter | read-only |
Indicates the number of information frames received by this SAP (service access point). |
sdlcSapConnectRequest | 1.3.6.1.4.1.495.2.1.6.37.1.1.43 | counter | read-only |
Indicates the number of connection requests generated by the SNA Link Conversion layer. |
sdlcSapDisconnectRequest | 1.3.6.1.4.1.495.2.1.6.37.1.1.44 | counter | read-only |
Indicates the number of connection clears generated by the SNA Link Conversion layer. |
sdlcSapDisconnectIndication | 1.3.6.1.4.1.495.2.1.6.37.1.1.45 | counter | read-only |
Indicates the number of connection clears sent to the SNA Link Conversion layer. |
sdlcCuTable | 1.3.6.1.4.1.495.2.1.6.37.2 | no-access |
This table contains configuration for the control units associated with SDLC SAPs. Each row identifies one control unit. |
|
1.3.6.1.4.1.495.2.1.6.37.2.1 | no-access |
Defines a row in the sdlcCuTable. Each row contains the objects which define one control unit (link station). Up to 64 link stations are supported across all SAPs. If the row is associated with a TIU SAP, then it defines the parameters used to communicate with an actual control unit (secondary link station). If the row is associated with an HIU SAP, then it defines the parameters for an emulated control unit. This must match a companion definition on a TIU SAP. |
||
sdlcCuSap | 1.3.6.1.4.1.495.2.1.6.37.2.1.1 | sapindex | read-only |
Determines the sdlcSapNumber of the SAP (service access point) this row (control unit) is associated with. More than one secondary link station can be associated with a particular sdlcSapNumber. Default Value: none Configuration Changed: administrative |
sdlcCuId | 1.3.6.1.4.1.495.2.1.6.37.2.1.2 | cuaddress | read-write |
Determines the address of the control unit associated with this SAP. If this SAP is a TIU, it defines the address of the physical control unit attached to the SAP. If this SAP is an HIU, it defines the address of an emulated control unit. Note that the value of this object is decimal, but control units may specify this value in hexadecimal. Range of Values: 1 - 254 Default Value: none Configuration Changed: administrative |
sdlcCuRowStatus | 1.3.6.1.4.1.495.2.1.6.37.2.1.3 | integer | read-write |
Determines the status of the objects in a table row. Options: invalid (1): Row is flagged, after next reset the values will be disabled and the row will be deleted from the table. valid (2): Values are enabled. Configuration Changed: administrative and operative Enumeration: 'valid': 2, 'invalid': 1. |
sdlcCuMaxFrameLength | 1.3.6.1.4.1.495.2.1.6.37.2.1.4 | integer | read-write |
Determines the largest frame that can be sent and received by this control unit. The value of this object must match the setting on the host or control unit the SAP is communicating with. Known as MAXDATA, maximum I- Frame size, or maximum BTU length, depending on the SNA device. Range of Values: 1 - 4096 bytes Default Value: 521 bytes Configuration Changed: administrative and operative |
sdlcCuTransmitWindow | 1.3.6.1.4.1.495.2.1.6.37.2.1.5 | integer | read-write |
Determines the maximum number of information frames that can be outstanding at any given time. A frame is considered to be outstanding until the remote device (control unit or host) acknowledges its receipt. Range of Values: 1 - 7 Default Value: 7 Configuration Changed: administrative and operative |
sdlcCuPollRetry | 1.3.6.1.4.1.495.2.1.6.37.2.1.6 | integer | read-write |
This object applies only if this entry is associated with a TIU service access point. Determines the number of times an unacknowledged poll is retransmitted. A poll is retransmitted if an acknowledgment has not been received from the control unit before the sdlcCuPollAckTimer expires. Range of Values: 1 - 50 Default Value: 3 Related Objects: sdlcCuPollAckTimer Configuration Changed: administrative and operative |
sdlcCuMaxRetry | 1.3.6.1.4.1.495.2.1.6.37.2.1.7 | integer | read-write |
This object applies only if this entry is associated with a TIU service access point. Determines the number of times an unacknowledged DISC, SNRM, or XID is retransmitted during slow polling. A poll is retransmitted if an acknowledgment has not been received from the control unit before the sdlcCuSlowPollTimer expires. This timer is reset each time a DISC, SNRM, or XID is transmitted. When this counter is exceeded, the link with this control unit is abandoned and a connection cleared message is forwarded to the SNA link conversion layer. Range of Values: 1 - 50 Default Value: 3 Related Objects: sdlcCuPollAckTimer Configuration Changed: administrative and operative |
sdlcCuWaitForNextSnrmOrXid | 1.3.6.1.4.1.495.2.1.6.37.2.1.8 | integer | read-write |
This object applies only if this entry is associated with an HIU service access point. Determines what the HIU does when it receives a UA or XID response from the control unit (on the TIU side of the link). Options: no (1): The HIU sends the UA or XID response to the host immediately. yes (2): The HIU holds the UA or XID response until the host repeats the original poll. This is used in cases where the delay on the link between the HIU and TIU can cause the host to time out. Default Value: no (1) Configuration Changed: administrative and operative Enumeration: 'yes': 2, 'no': 1. |
sdlcCuSendDisconnect | 1.3.6.1.4.1.495.2.1.6.37.2.1.9 | integer | read-write |
Determines the command that is sent to disconnect the control unit. Options: no (1): A SNRM is sent to disconnect the control unit. yes (2): If entry is associated with a TIU SAP, it sends a DISC to the control unit (secondary link station). If entry is associated with an HIU SAP, it sends a DM to the host. Default Value: yes (2) Configuration Changed: administrative and operative Enumeration: 'yes': 2, 'no': 1. |
sdlcCuPollAckTimer | 1.3.6.1.4.1.495.2.1.6.37.2.1.10 | timeticks | read-write |
This object applies only if this entry is associated with a TIU service access point. Defines the amount of time the TIU waits for the control unit (secondary link station) to acknowledge a poll. If no response is received before this timer expires, then the poll is retransmitted. The object sdlcCuPollRetry determines how many times the TIU retransmits a poll. If the poll was a SNRM, XID, or DISC, then the first time this timer expires, the sldcCuSlowPollTimer is started, and the TIU slow polls the control unit. Range of Values: 1 - 250 (in tenths of a second), a value of 0 disables the timer Default Value: 20 (2 seconds) Related Objects: sdlcCuPollRetry sldcCuSlowPollTimer Configuration Changed: administrative and operative |
sdlcCuSlowPollTimer | 1.3.6.1.4.1.495.2.1.6.37.2.1.11 | timeticks | read-write |
This object applies only if this entry is associated with a TIU service access point. Determines the amount of time the TIU waits for the control unit (secondary link station) to respond to a SNRM poll during slow polling. Each time this timer expires another poll is sent. The object sdlcCuMaxRetry determines how many slow polls are transmitted. The TIU begins slow polling if the sdlcCuPollAckTimer timer expires before the control unit has responded to the initial SNRM, XID, or DISC poll. Range of Values: 1 - 250 tenths of a second (a value of 0 disables the timer) Default Value: 10 (1 second) Related Objects: sdlcCuPollAckTimer sdlcCuMaxRetry Configuration Changed: administrative and operative |
sdlcCuWaitForUaFromSnalcTimer | 1.3.6.1.4.1.495.2.1.6.37.2.1.13 | timeticks | read-write |
If this entry is associated with an HIU SAP (service access point), it determines the maximum amount of time that the HIU waits for a response to a SNRM or DISC sent to the TIU. This is used to control link setup across the WAN between the HIU and TIU. When this timer expires, the link is dropped. Set the minimum value of this timer as follows: = p + sdlcCuPollAckTimer + (sdlcCuSlowPollTimer * n) Where: p: is the propagation delay on the WAN link n: is the number of slow polls you want to wait for. If this entry is associated with a TIU SAP, it determines the maximum amount of time that the TIU waits for a response to a DISC sent to the HIU. When this timer expires, the link is dropped. At a minimum this timer should be set greater than the propagation delay on the link. Range of Values: 1 - 250 tenths of a second (a value of 0 disables the timer) Default Value: 0 Configuration Changed: administrative and operative |
sdlcCuControl | 1.3.6.1.4.1.495.2.1.6.37.2.1.30 | integer | read-write |
Clears all statistics for this control unit. Default Value: none Options: clearStats (1): Clear statistics. Configuration Changed: administrative and operative Enumeration: 'clearStats': 1. |
sdlcCuState | 1.3.6.1.4.1.495.2.1.6.37.2.1.40 | integer | read-only |
Indicates the current status of the control unit. Options: normalDiscMode (1): This control unit is in Normal Disconnected Mode waitForSnrm (2): This control unit (associated with an HIU SAP) is waiting for a SNRM from the host. receivedSnrm (3): This control unit (associated with an HIU SAP) has received a SNRM from the host. normalResponseMode (4): The control unit is in Normal Response Mode. waitForDisc (5): This control unit (associated with an HIU SAP) is waiting for a DISC from the host. receivedDisc (6): This control unit (associated with an HIU SAP) has received a DISC from the host. snrmSent (7): A SNRM has been sent to this control unit. discSent (8): A DISC has been sent to the companion control unit on the HIU. remoteDiscReceived (9): This control unit has received a (remote) DISC from its companion control unit on the TIU. xidExchange (10): The TIU received an XID poll from the HIU for this control unit. Enumeration: 'receivedDisc': 6, 'xidExchange': 10, 'normalDiscMode': 1, 'remoteDiscReceived': 9, 'discSent': 8, 'waitForDisc': 5, 'receivedSnrm': 3, 'normalResponseMode': 4, 'snrmSent': 7, 'waitForSnrm': 2. |
sdlcCuOperationalMode | 1.3.6.1.4.1.495.2.1.6.37.2.1.41 | integer | read-only |
Indicates the state of this control unit. Options: offLine (1): Indicates that this control unit is not operational. onLine (2): Indicates that this control unit is operational. Enumeration: 'offline': 1, 'online': 2. |
sdlcCuDiscReasonCode | 1.3.6.1.4.1.495.2.1.6.37.2.1.42 | integer | read-only |
Provides the reason code which indicates why this SLDC control unit was disconnected. |
sdlcCuSnalcDiscReasonCode | 1.3.6.1.4.1.495.2.1.6.37.2.1.43 | integer | read-only |
Provides the reason code which indicates why the SNA Link Conversion layer disconnected this SLDC control unit. |
sdlcCuConnectionStatus | 1.3.6.1.4.1.495.2.1.6.37.2.1.44 | integer | read-only |
Indicates the state of the SNA link convergence connection for this control unit. Options: up (1): Indicates that the SNA link convergence connection is operational. down (2): Indicates that SNA link convergence link layer connection is not operational. Enumeration: 'down': 1, 'up': 2. |
sdlcCuFramesInTransmitQueue | 1.3.6.1.4.1.495.2.1.6.37.2.1.50 | counter | read-only |
Indicates the number of frames currently in the transmit queue for this control unit. The number of frames should be less than sdlcCuTransmitWindow. If not, there may be a problem with the link. |
sdlcCuTxFrames | 1.3.6.1.4.1.495.2.1.6.37.2.1.51 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of information frames transmitted to this control unit. If associated with an HIU service access point, this object indicates the number of information frames transmitted to the host by this emulated control unit. |
sdlcCuRxFrames | 1.3.6.1.4.1.495.2.1.6.37.2.1.52 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of information frames received from this control unit. If associated with an HIU service access point, this object indicates the number of information frames received from the host by this emulated control unit. |
sdlcCuTimeOuts | 1.3.6.1.4.1.495.2.1.6.37.2.1.55 | counter | read-only |
This object applies only if this entry is associated with a TIU service access point. Indicates the number of times the sdlcCuPollAckTimer and the sdlcCuSlowPollTimer have expired. |
sdlcCuSnrmCount | 1.3.6.1.4.1.495.2.1.6.37.2.1.56 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of SNRM frames transmitted to this control unit. If associated with an HIU service access point, this object indicates the number of SNRM frames received from the host by this emulated control unit. |
sdlcCuXidCommand | 1.3.6.1.4.1.495.2.1.6.37.2.1.57 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of XID frames transmitted to this control unit. If associated with an HIU service access point, this object indicates the number of XID frames received from the host by this emulated control unit. |
sdlcCuXidResponse | 1.3.6.1.4.1.495.2.1.6.37.2.1.58 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of SNRM frames transmitted to this control unit. If associated with an HIU service access point, this object indicates the number of SNRM frames received from the host by this emulated control unit. |
sdlcCuUnnumberedAcks | 1.3.6.1.4.1.495.2.1.6.37.2.1.59 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of UA responses received from this control unit. If associated with an HIU service access point, this object indicates the number of UA responses transmitted to the host by this emulated control unit. |
sdlcCuRetransmission | 1.3.6.1.4.1.495.2.1.6.37.2.1.60 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of information frames retransmitted to this control unit. If associated with an HIU service access point, this object indicates the number of information frames retransmitted to the host by this emulated control unit. |
sdlcCuDisconnectCount | 1.3.6.1.4.1.495.2.1.6.37.2.1.61 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of DISC commands transmitted to this control unit. If associated with an HIU service access point, this object indicates the number of DISC commands received from the host by this emulated control unit. |
sdlcCuDisconnectModeCount | 1.3.6.1.4.1.495.2.1.6.37.2.1.62 | counter | read-only |
This object applies only if this entry is associated with a TIU service access point. Indicates the total number of DM (disconnect mode) response frames received from this control unit. |
sdlcCuTransmittedRNR | 1.3.6.1.4.1.495.2.1.6.37.2.1.63 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of RNR frames transmitted to this control unit. If associated with an HIU service access point, this object indicates the number of RNR frames transmitted to the host by this emulated control unit. |
sdlcCuReceivedRNR | 1.3.6.1.4.1.495.2.1.6.37.2.1.64 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of RNR frames received from this control unit. If associated with an HIU service access point, this object indicates the number of RNR frames received from the host by this emulated control unit. |
sdlcCuFrameRejects | 1.3.6.1.4.1.495.2.1.6.37.2.1.65 | counter | read-only |
If associated with a TIU service access point, this object indicates the number of FRMR response commands received from this control unit. If associated with an HIU service access point, this object indicates the number of FRMR response commands transmitted to the host by this emulated control unit. |
sdlcCuRemoteDisc | 1.3.6.1.4.1.495.2.1.6.37.2.1.66 | counter | read-only |
This object applies only if this entry is associated with an TIU service access point. Indicates the number of DISC frames transmitted by this control unit. |
sdlcCuConnectionRequest | 1.3.6.1.4.1.495.2.1.6.37.2.1.67 | counter | read-only |
Indicates the number of connections requested by the SNA link conversion layer for this control unit. |
sdlcCuDisconnectionRequest | 1.3.6.1.4.1.495.2.1.6.37.2.1.68 | counter | read-only |
Indicates the number of connection clear requests sent by the SNA link conversion layer for this control unit. |
sdlcCuDisconnectionIndication | 1.3.6.1.4.1.495.2.1.6.37.2.1.69 | counter | read-only |
Indicates the number of connection cleared messages sent to the SNA link conversion layer for this control unit. |