The HDLC Link Logical Station entity controls the characteristics of an HDLC Logical Station. There is one station for each remote termination of a line associated with the HDLC link. The link name is the link entity within the HDLC module and the logical station name refers to the logical station.
1 – Counters
DATA OCTETS RECEIVED
Total number of octets received in the I-field of I-frames and
UI-frames. This total excludes protocol ID information in UI-frames
and frame retransmissions.
DATA OCTETS SENT
Total number of octets sent in the I-field of I-frames and
UI-frames. This total excludes protocol ID information in
UI-frames and frame retransmissions.
DATA PDUS RECEIVED
Total number of I-frames and UID-frames received. This number does
not include frames that had to be retransmitted.
DATA PDUS SENT
Total number of I-frames and UID-frames sent. This number does not
include frames that had to be retransmitted.
FRMRS GENERATED
Number of FRMRs frame rejects sent.
FRMRS RECEIVED
Number of FRMRs frame rejects received.
INVALID MODE COMMANDS
Number of command frames SABME, SABM, SNRME, SNRM,SARM, and SIM
received that are not applicable to this station.
NEGOTIATION FAILURES
Number of times that the XID negotiation with the remote station has
failed.
POLLS RECEIVED
Number of frames received with the poll bit set.
REJS RECEIVED
Number of REJ frames rejects received.
REJS SENT
Number of REJ frames rejects sent.
RNRS RECEIVED
Number of RNR receive not ready supervisory frames received from the
remote station.
RNRS SENT
Number of RNR receive not ready supervisory frames transmitted.
TIMES ACKNOWLEDGE TIMER EXPIRED
Number of times that the acknowledge timer has expired.
TIMES STATION HALTED
Number of times the station halt event has occurred.
TIMES STATION INITIALIZING
Number of times the station initialized event has occurred.
TIMES STATION INOPERATIVE
Number of times the entity's status attribute state became
inoperative.
TIMES STATION MAINTENANCE
Number of times the entity's status attribute state became
maintenance.
TIMES STATION RESETTING
Number of times that the station reset event has occurred.
TIMES STATION RUNNING
Number of times that the station running event has occurred.
TIMES STATION SETUP FAILED
Number of times the station setup failure event has occurred.
UNKNOWN UI PDUS RECEIVED
Number of UI-frames the local station received whose protocol ID
does not match that of any open port.
XIDS RECEIVED
Number of XID identification command or response frames received.
2 – status
COMMAND ADDRESS
Address the local station uses when sending command frames to the
remote station.
MAINTENANCE MODE
Whether the station is in maintenance mode. When set to true, the
station will be used exclusively for maintenance operations. When
set to false, the station operates in normal fashion.
The limit command sets the value of this attribute to true, and
the unlimit to false.
PROTOCOL STATE
State of the data link protocol.
ERROR - A protocol error occurred. For instance, the logical
station received an invalid frame.
HALTED - The protocol could not start. For example, there is
no client.
INITIALIZING - The protocol is being initialized.
INOPERATIVE - The protocol cannot be started because no contact has
been established with the remote station.
MAINTENANCE - The logical station is in maintenance mode.
RESETTING - The protocol is resetting after an error.
RUNNING - The protocol is running and capable of exchanging
frames with the remote station.
REMOTE VERSION
Version number of the HDLC protocol that the remote station is using.
This is received as part of an XID message from the remote station.
STATE
State of the logical station.
OFF - The logical station is off because of a disable command.
ON - The logical station is on because of an enable command.