ELS Messages for Logical Link Control (LLC)


LLC.001

Level:
C-TRACE
Short Syntax:
LLC.001 Sent frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.001 Sent frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a frame. Possible frame types are: SABME_C0 or SABME_C1 (Set Asynchronous Balanced Mode Extended), DM_R0 or DM_R1 (Disconnected Mode), DISC_C0 or DISC_C1 (Disconnect), RR_C0 or RR_C1 or RR_R0 or RR_R1 (Receiver Ready), RNR_C0 or RNR_C1 or RNR_R0 or RNR_R1 (Receiver Not Ready), REJ_C0 or REJ_C1 or REJ_R0 or REJ_R1 (Reject), UA_R0 or UA_R1 (Unnumbered Acknowledgement), FRMR_R0 or FRMR_R1 (Frame Reject), and I_C0 or I_C1 or I_R0 or I_R1 (Information Frame). The abbrevation suffixes are C0 (command, poll bit off), C1 (command, poll bit on), R0 (response, final bit off), and R1 (response, final bit on).

LLC.002

Level:
C-TRACE
Short Syntax:
LLC.002 ev= llc_event in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.002 event= llc_event in state= llc_state , llc2_connection , network network
Description:
An event occurred on an llc2 connection. The LLC2 FSM (Finite State Machine) has been called to process the event. The LLC2 connection is uniquely identified by the combination destination MAC address, source MAC address, destination sap, and source sap on a particular network. The possible events are: SET_ABME (user request to connect to remote), SET_ADM (user request to disconnect from remote), SEND_BTU (user request to send data), FLOW_REQ_ON (user request to turn off local busy condition), FLOW_REQ_OFF (user request to turn on local busy condition), T1_EXP (T1 timer expiration), T2_EXP (T2 timer expiration), Ti_EXP (Ti timer epiration), OS_I_C0 or OS_I_C1 or OS_I_R0 or OS_I_R1 (Ns on I-frame is out of sequence), I_C0 or I_C1 or I_R0 or I_R1 (valid I-frame received), RR_C0 or RR_C1 or RR_R0 or RR_R1 (RR frame received), RNR_C0 or RNR_C1 or RNR_R0 or RNR_R1 (RNR frame received), REJ_C0 or REJ_C1 or REJ_R0 or REJ_R1 (REJ frame received), UA_R0 or UA_R1 (UA frame received), DISC_C0 or DISC_C1 (DISC frame received), DM_R0 or DM_R1 (DM frame received), FRMR_R0 or FRMR_R1 (FRMR frame received), BAD_FRAME_0 or BAD_FRAME_1 (received frame will generate FRMR), SABME_C0 or SABME_C1 (SABME frame received), and SEND_I_POLL (Sending I frame with Poll bit on). The abbrevation suffixes are C0 (command, poll bit off), C1 (command, poll bit on), R0 (response, final bit off), and R1 (response, final bit on).

LLC.003

Level:
C-INFO
Short Syntax:
LLC.003 llc_state -> llc_state , llc2_connection , nt network
Long Syntax:
LLC.003 llc_state to llc_state , llc2_connection , network network
Description:
There is LLC2 state change. The possible states are: DISCONNECTED (initial state), LINK_OPENING (link establishment in progress), DISCONNECTING (DISC sent, awaiting DM), FRMR_SENT (frmr sent), LINK_OPENED (normal state), LOCAL_BUSY (local is busy), REJECTION (remote sent an out of sequence frame), CHECKPOINTING (poll sent, awaiting response sending of data supended), CKPT_LB (combination state), CKPT_REJ (combination state), RESETTING (awaiting user response to reset), REMOTE_BUSY (remote is busy), LB_RB (combination state), REJ_LB (combination state), REJ_RB (combination state), CKPT_REJ_LB (combination state), CKPT_CLR (clearing from CKPT_LB state), CKPT_REJ_CLR (clearing from CKPT_REJ_LB state), REJ_LB_RB (combination state), FRMR_RECEIVED (received frmr). The abbreviations above are CKPT=CHECKPOINTING, CLR=CLEARING, LB=LOCAL BUSY, RB=REMOTE BUSY, and REJ=REJECTION.

LLC.004

Level:
C-INFO
Short Syntax:
LLC.004 Up evt user_event args user_value / event_reason on llc2-conn
Long Syntax:
LLC.004 Upcall user event user_event user_value event_reason on llc2-conn
Description:
LLC2 event upcall is occuring. Some of the arguments on the upcall are shown. User Cookie is meaningful to the router software running over the LLC subsystem. Event reason sometimes further specifies the event. The possible upcall events are: CONN_IND (cookie=session, reason=none), CONN_IND_PASS (cookie=sap, reason=none), CONN_CONFIRM (cookie=session, reason=none), DISC_IND (cookie=session, possible reasons: local term (disconnecting), remote term, conn refused, local term (disconnected)), RESET_IND (cookie=session, possible reasons: local reset, remote reset, frmr rcvd, frmr sent), RESET_CONF (cookie=session, reason=none), FLOW_IND (cookie=session, possible reasons: flow off, flow on), and DISC_CONFIRM (cookie=session, reason=none).

LLC.005

Level:
C-INFO
Short Syntax:
LLC.005 prim user_primitive sap SAP_value on nt network
Long Syntax:
LLC.005 user primitive user_primitive sap SAP_value on network network
Description:
A sap-releated LLC user-primitive was called. The possible SAP primitives are: OPEN_SAP, CLOSE_SAP, CLOSE_SAP_FORCED, MODIFY_SAP, and OPEN_STATION.

LLC.006

Level:
C-INFO
Short Syntax:
LLC.006 prim user_primitive , llc2_connection , nt network
Long Syntax:
LLC.006 primitive user_primitive , llc2_connection , network network
Description:
A llc2 connection non-data user-primitive was called. The possible primitives are: CLOSE_STATION, CLOSE_STATION_FORCED, CONNECT_REQUEST, CONNECT_RESPONSE, DISCONNECT_REQUEST, RESET_REQUEST, RESET_RESPONSE, FLOW_REQ.

LLC.007

Level:
C-TRACE
Short Syntax:
LLC.007 data prim, llc2_connection , nt network
Long Syntax:
LLC.007 data primitive, llc2_connection , network network
Description:
A DATA_REQUEST data primitive was called. DATA_REQUEST passes the data in buffer memory.

LLC.008

Level:
C-TRACE
Short Syntax:
LLC.008 data prim, llc2_connection , nt network
Long Syntax:
LLC.008 data primitive, llc2_connection , network network
Description:
A DATA_LOCAL data primitive was called. DATA_LOCAL passes the data in data memory.

LLC.009

Level:
C-TRACE
Short Syntax:
LLC.009 unitdata prim, sap SAP_value , nt network
Long Syntax:
LLC.009 unitdata primitive, sap SAP_value network network
Description:
A UNITDATA llc1 data primitive was called.

LLC.010

Level:
UI-ERROR
Short Syntax:
LLC.010 out q too big, llc2_connection , nt network
Long Syntax:
LLC.010 outboudn queue too big, llc2_connection , network network
Description:
The oubound queue has grown grossly large. The llc2 connection is being automatically terminated.
Cause:
LLC application is not responding to flow control.
Action:
Contact customer service.

LLC.011

Level:
UI-ERROR
Short Syntax:
LLC.011 No buf to dup I-frame, llc2_connection , nt network
Long Syntax:
LLC.011 No buffer available to duplicate I-frame, llc2_connection , network network
Description:
No buffer available to duplicate I-frame.
Cause:
Severe packet buffer shortage.
Action:
Check memory statistics in GWCON to verify packet buffer level. Reduce buffer usage of other router software. Reduce buffer usage by reducing LLC conections, by changing LLC configuration, especially making sure that LLC Transmit and Receive windows are normal sizes.

LLC.012

Level:
UI-ERROR
Short Syntax:
LLC.012 No mem to dup I-frame, llc2_connection , nt network
Long Syntax:
LLC.012 No memory available to duplicate I-frame, llc2_connection , network network
Description:
No memory to duplicate I-frame.
Cause:
Memory shortage.
Action:
Reduce memory usage by reducing tables in other software. Reduce memory by reducing LLC conections, by changing LLC configuration, especially making sure that LLC Transmit and Receive windows are normal sizes.

LLC.013

Level:
UI-ERROR
Short Syntax:
LLC.013 No buf for LLC frame, llc2_connection , nt network
Long Syntax:
LLC.013 No buffer for LLC frame, llc2_connection , network network
Description:
A buffer could not be obtained to to build an LLC Supervisory or Unnumbered frame. No loss of data integrity has occurred yet, but unless buffers for this purpose become available within a few seconds, the other end of the LLC2 connection will most likely terminate this LLC connection as part of the normal LLC2 protocol.
Cause:
Severe packet buffer shortage.
Action:
Check memory statistics in GWCON to verify packet buffer level.

LLC.014

Level:
UI-ERROR
Short Syntax:
LLC.014 fr type inv, llc2_connection , nt network
Long Syntax:
LLC.014 frame type invalid, llc2_connection , network network
Description:
The frame type the LLC is trying to build is invalid.
Cause:
Hardware failure or software bug.
Action:
Contact customer service.

LLC.015

Level:
UI-ERROR
Short Syntax:
LLC.015 Inv LLC2 ev event_code_number
Long Syntax:
LLC.015 Invalid LLC2 FSM event event_code_number
Description:
The LLC2 Finite State Machine (FSM) was called with an event that was out of range.
Cause:
Hardware failure or software bug.
Action:
Contact customer service.

LLC.016

Level:
UI-ERROR
Short Syntax:
LLC.016 inv nt typ network_type on nt network
Long Syntax:
LLC.016 invalid network type network_type on network network
Description:
An OPEN SAP operation was tried on a network type that LLC does not support. Network types Token-Ring, Ethernet, and FDDI are supported.
Cause:
Software bug.
Action:
Contact customer service.

LLC.017

Level:
UI-ERROR
Short Syntax:
LLC.017 dup sap SAP_value on nt network
Long Syntax:
LLC.017 duplicate sap SAP_value on network network
Description:
A OPEN SAP operation was tried on a sap that has already been opened.
Cause:
Software bug.
Action:
Contact customer service.

LLC.018

Level:
UI-ERROR
Short Syntax:
LLC.018 No mem for sap blk on nt network
Long Syntax:
LLC.018 No memory for SAP control block on network network
Description:
Unable to allocate memory for SAP control block.
Cause:
Severe shortage of memory.
Action:
Reduce table sizes in other protocols, use system with less protocols, expand memory in router.

LLC.019

Level:
UI-ERROR
Short Syntax:
LLC.019 No mem for stn blk on nt network
Long Syntax:
LLC.019 No memory for station control block on network network
Description:
Unable to allocate memory for station control block.
Cause:
Severe shortage of memory.
Action:
Reduce table sizes in other protocols, use system with less protocols, expand memory in router. Reduce number of LLC2 connections.

LLC.020

Level:
U-INFO
Short Syntax:
LLC.020 UI frm drp llc2_connection , nt network
Long Syntax:
LLC.020 UI frame dropped, llc2_connection , network network
Description:
UI frame refused by the local application within the router.
Cause:
The frame was not the type the local application wanted to handle.
Action:
None.

LLC.021

Level:
U-INFO
Short Syntax:
LLC.021 TST frm refused llc2_connection , nt network
Long Syntax:
LLC.021 TEST frame refused, llc2_connection , network network
Description:
TEST frame refused by the local application within the router. The frame is passed on to the bridge code, etc.
Cause:
The frame was not the type the local application wanted to handle.
Action:
None.

LLC.022

Level:
U-INFO
Short Syntax:
LLC.022 XID frm refused llc2_connection , nt network
Long Syntax:
LLC.022 XID frame refused, llc2_connection , network network
Description:
XID frame refused by the local application within the router. The frame is passed on to the bridge code, etc.
Cause:
The frame was not the type the local application wanted to handle.
Action:
None.

LLC.023

Level:
C-INFO
Short Syntax:
LLC.023 Upcall frm frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.023 Upcall frame frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC makes an upcall providing the LLC with a unitdata frame. The possible unitdata frames are: TEST_C0 or TEST_C1 or TEST_R0 or TEST_R1 (TEST frame), XID_C0 or XID_C1 or XID_R0 or XID_R1 (Exchange Identification frame), UI_C0 or UI_R0 (Unnumbered Information). The abbrevation suffixes are C0 (command, poll bit off), C1 (command, poll bit on), R0 (response, final bit off), and R1 (response, final bit on).

LLC.024

Level:
UI-ERROR
Short Syntax:
LLC.024 llc2 out drp, rsn reason_code , llc2_connection , nt network
Long Syntax:
LLC.024 llc2 outbound frame dropped, reason reason_code , llc2_connection , network network
Description:
The sending of an LLC2 related outbound frame failed. The reason_code is the internal error code for the failure.
Cause:
Miscellaneous handler error. (Reason code 1.)
Action:
Check for error messages from handler for network_name.
Cause:
Output queue overflow, or other flow control. (Reason code 2.)
Action:
Alleviate congestion.
Cause:
Network down. (Reason code 3.)
Action:
See why handler thinks network is down.
Cause:
Dropped by handler to avoid looping, or bad broadcast. (Reason code 4.)
Action:
Check configuration.
Cause:
Host down. (Reason code 5.)
Action:
See why handler thinks host is down.

LLC.025

Level:
UI-ERROR
Short Syntax:
LLC.025 frame_type out frm drp, rsn reason_code , llc2_connection , nt network
Long Syntax:
LLC.025 frame_type outbound frame dropped, reason reason_code , llc2_connection , network network
Description:
The sending of the user's UNITDATA or an LLC-generated XID or TEST response outbound frame failed. The possible frame test are: TEST_C0 or TEST_C1 or TEST_R0 or TEST_R1 (TEST frame), XID_C0 or XID_C1 or XID_R0 or XID_R1 (Exchange Identification frame), UI_C0 or UI_R0 (Unnumbered Information frame), and unexpected (not one of the above types). The abbrevation suffixes are C0 (command, poll bit off), C1 (command, poll bit on), R0 (response, final bit off), and R1 (response, final bit on).
Cause:
See LLC.024.
Action:
See LLC.024

LLC.026

Level:
UI-ERROR
Short Syntax:
LLC.026 No mem for cfg blk on nt network
Long Syntax:
LLC.026 No memory for LLC CONF BLOCK on network network
Description:
Unable to allocate memory for an LLC_CONF_BLOCK at initialization time. LLC configuration defaults are used.
Cause:
Severe shortage of memory.
Action:
Reduce table sizes in other protocols, use system with less protocols, expand memory in router.

LLC.027

Level:
U-INFO
Short Syntax:
LLC.027 Read LLC Cfg for nt network
Long Syntax:
LLC.027 Read LLC Configuration record for network network
Description:
LLC Configuration record read for this network. This only occurs at initialization time. The values in the LLC configuration record are used as default value on the network.

LLC.028

Level:
U-INFO
Short Syntax:
LLC.028 Inv acc access_priority for nt network
Long Syntax:
LLC.028 Inv access priority access_priority for network network
Description:
access_priority, on a network that that is not a token ring must be zero because it is not used.
Cause:
As devices are deleted and added, it is possible for one of the LLC config records to contain a non-zero access priority on a non-Token-Ring LAN interface.
Action:
None. You may reconfigure the LLC config on this network to avoid getting this message.

LLC.029

Level:
UI-ERROR
Short Syntax:
LLC.029 Inv acc access_priority for nt network
Long Syntax:
LLC.029 Inv acc access_priority for network network
Description:
The access priority is greater than 7. A default of 0 is used.
Cause:
Configuration memory corruption.
Action:
Reconfigure the LLC on this network to avoid getting this message.

LLC.030

Level:
C-TRACE
Short Syntax:
LLC.030 Inv hw type hardware_type in cfg for nt network
Long Syntax:
LLC.030 Invalid hardware type hardware_type for network network
Description:
An LLC config record exists for an interface that does not have a LAN hardware type.
Cause:
As devices are deleted and added, it is possible for one of the LLC config records to contain an interface that is no longer a LAN interface.
Action:
None. Situation is not harmful.

LLC.031

Level:
C-TRACE
Short Syntax:
LLC.031 Inv int interface_number in cfg
Long Syntax:
LLC.031 Invalid interface interface_number in config
Description:
An LLC config record exists for an interface that does not exist.
Cause:
As devices are deleted and added, it is possible for one of the LLC config records to contain an invalid interface number.
Action:
None. Situation is not harmful.

LLC.032

Level:
C-INFO
Short Syntax:
LLC.032 Sent frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.032 Sent frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC user is sending a frame, or LLC itself is sending a TEST or XID response frame. The possible frame types are: TEST_C0 or TEST_C1 or TEST_R0 or TEST_R1 (TEST frame), XID_C0 or XID_C1 or XID_R0 or XID_R1 (Exchange Identification frame), UI_C0 or UI_R0 (Unnumbered Information frame). The abbrevation suffixes are C0 (command, poll bit off), C1 (command, poll bit on), R0 (response, final bit off), and R1 (response, final bit on).

LLC.033

Level:
C-INFO
Short Syntax:
LLC.033 frm to LLC, frm frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.033 frm to LLC, frm frame_type , src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC subsystem itself is responding to a TEST or XID frame. The possible frame types are: TEST_C0 or TEST_C1 (TEST frame), and XID_C0 or XID_C1 (Exchange Identification frame). The abbrevation suffixes are: C0=(command, poll bit off), and C1=(command, poll bit on),

LLC.034

Level:
CI-ERROR
Short Syntax:
LLC.034 Sent SABME_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.034 Sent SABME_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Set Asynchronous Balanced Mode Extended frame, as a command, with the poll bit off.

LLC.035

Level:
CI-ERROR
Short Syntax:
LLC.035 Sent SABME_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.035 Sent SABME_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Set Asynchronous Balanced Mode Extended frame, as a command, with the poll bit on.

LLC.036

Level:
CI-ERROR
Short Syntax:
LLC.036 Sent DM_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.036 Sent DM_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Disconnected Mode frame, as a response, with the poll bit off.

LLC.037

Level:
CI-ERROR
Short Syntax:
LLC.037 Sent DM_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.037 Sent DM_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Disconnected Mode frame, as a response, with the poll bit on.

LLC.038

Level:
CI-ERROR
Short Syntax:
LLC.038 Sent DISC_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.038 Sent DISC_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Disconnect frame, as a command, with the poll bit off.

LLC.039

Level:
CI-ERROR
Short Syntax:
LLC.039 Sent DISC_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.039 Sent DISC_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Disconnect frame, as a command, with the poll bit on.

LLC.040

Level:
P-TRACE
Short Syntax:
LLC.040 Sent RR_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.040 Sent RR_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Ready frame, as a command, with the poll bit off.

LLC.041

Level:
P-TRACE
Short Syntax:
LLC.041 Sent RR_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.041 Sent RR_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Ready frame, as a command, with the poll bit on.

LLC.042

Level:
P-TRACE
Short Syntax:
LLC.042 Sent RR_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.042 Sent RR_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Ready frame, as a response, with the poll bit off.

LLC.043

Level:
P-TRACE
Short Syntax:
LLC.043 Sent RR_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.043 Sent RR_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Ready frame, as a response, with the poll bit on.

LLC.044

Level:
P-TRACE
Short Syntax:
LLC.044 Sent RNR_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.044 Sent RNR_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Not Ready frame, as a command, with the poll bit off.

LLC.045

Level:
P-TRACE
Short Syntax:
LLC.045 Sent RNR_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.045 Sent RNR_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Not Ready frame, as a command, with the poll bit on.

LLC.046

Level:
P-TRACE
Short Syntax:
LLC.046 Sent RNR_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.046 Sent RNR_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Not Ready frame, as a response, with the poll bit off.

LLC.047

Level:
P-TRACE
Short Syntax:
LLC.047 Sent RNR_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.047 Sent RNR_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Receiver Not Ready frame, as a response, with the poll bit on.

LLC.048

Level:
P-TRACE
Short Syntax:
LLC.048 Sent REJ_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.048 Sent REJ_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Reject frame, as a command, with the poll bit off.

LLC.049

Level:
P-TRACE
Short Syntax:
LLC.049 Sent REJ_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.049 Sent REJ_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Reject frame, as a command, with the poll bit on.

LLC.050

Level:
P-TRACE
Short Syntax:
LLC.050 Sent REJ_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.050 Sent REJ_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Reject frame, as a response, with the poll bit off.

LLC.051

Level:
P-TRACE
Short Syntax:
LLC.051 Sent REJ_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.051 Sent REJ_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Reject frame, as a response, with the poll bit on.

LLC.052

Level:
CI-ERROR
Short Syntax:
LLC.052 Sent UA_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.052 Sent UA_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an Unnumbered Acknowledgement frame, as a response, with the poll bit off.

LLC.053

Level:
CI-ERROR
Short Syntax:
LLC.053 Sent UA_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.053 Sent UA_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an Unnumbered Acknowledgement frame, as a response, with the poll bit on.

LLC.054

Level:
CI-ERROR
Short Syntax:
LLC.054 Sent FRMR_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.054 Sent FRMR_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Frame Reject frame, as a response, with the poll bit off.

LLC.055

Level:
CI-ERROR
Short Syntax:
LLC.055 Sent FRMR_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.055 Sent FRMR_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending a Frame Reject frame, as a response, with the poll bit on.

LLC.056

Level:
C-INFO
Short Syntax:
LLC.056 Sent I_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.056 Sent I_C0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an Information frame, as a command, with the poll bit off.

LLC.057

Level:
C-INFO
Short Syntax:
LLC.057 Sent I_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.057 Sent I_C1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an Information frame, as a command, with the poll bit on.

LLC.058

Level:
C-INFO
Short Syntax:
LLC.058 Sent I_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.058 Sent I_R0, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an Information frame, as a response, with the poll bit off.

LLC.059

Level:
C-INFO
Short Syntax:
LLC.059 Sent I_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.059 Sent I_R1, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an Information frame, as a response, with the poll bit on.

LLC.060

Level:
C-INFO
Short Syntax:
LLC.060 Sent Unknown, src_mac -> dst_mac , rif saps src_sap -> dst_sap , nt network
Long Syntax:
LLC.060 Sent Unknown, src_mac -> dst_mac , rif saps src_sap -> dst_sap , network network
Description:
LLC is sending an unexpected unknown frame. Report this to customer service; this should never happen.

LLC.061

Level:
CI-ERROR
Short Syntax:
LLC.061 ev=SET_ABME in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.061 event=SET_ABME in state= llc_state , llc2_connection , network network
Description:
This is a SET_ABME FSM event. An LLC2 user requested to connect to an LLC2 connection. The router called the LLC2 FSM (Finite State Machine) to process the event. The combination destination MAC address, source MAC address, destination SAP, and source SAP on a particular network uniquely identified the LLC2 connection.

LLC.062

Level:
CI-ERROR
Short Syntax:
LLC.062 ev=SET_ADM in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.062 event=SET_ADM in state= llc_state , llc2_connection , network network
Description:
This is a SET_ADM FSM event. An LLC2 user requested to disconnect an LLC2 connection.

LLC.063

Level:
C-INFO
Short Syntax:
LLC.063 ev=SEND_BTU in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.063 event=SEND_BTU in state= llc_state , llc2_connection , network network
Description:
This is a SEND_BTU FSM event. An LLC2 user requested to send data on an LLC2 connection.

LLC.064

Level:
C-INFO
Short Syntax:
LLC.064 ev=T1_EXP in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.064 event=T1_EXP in state= llc_state , llc2_connection , network network
Description:
A T1 timer expiration FSM event occurred on an LLC2 connection.

LLC.065

Level:
C-INFO
Short Syntax:
LLC.065 ev=T2_EXP in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.065 event=T2_EXP in state= llc_state , llc2_connection , network network
Description:
A T2 timer expiration FSM event occurred on an LLC2 connection.

LLC.066

Level:
C-INFO
Short Syntax:
LLC.066 ev=Ti_EXP in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.066 event=Ti_EXP in state= llc_state , llc2_connection , network network
Description:
An inactivity timer expiration FSM event occurred on an LLC2 connection.
Cause:
No data traffic occurred on the connection for the inactivity timer period, which is normally 30 seconds.
Action:
None.

LLC.067

Level:
C-INFO
Short Syntax:
LLC.067 ev=SEND_I_POLL in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.067 event=SEND_I_POLL in state= llc_state , llc2_connection , network network
Description:
This is an FSM event that occurred on an LLC2 connection. LLC2 is sending an Information frame, with the poll bit on.

LLC.068

Level:
CI-ERROR
Short Syntax:
LLC.068 ev=OS_I_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.068 event=OS_I_C0 in state= llc_state , llc2_connection , network network
Description:
An OS_I_C0 frame received FSM event occurred on an LLC2 connection. The network received an out-of-sequence frame. The I-frame was a command with the poll bit off.
Cause:
The router missed an I-frame.
Action:
None.

LLC.069

Level:
CI-ERROR
Short Syntax:
LLC.069 ev=OS_I_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.069 event=OS_I_C1 in state= llc_state , llc2_connection , network network
Description:
An OS_I_C0 frame received FSM event occurred on an LLC2 connection. The network received an out-of-sequence frame. The I-frame was a command with the poll bit on.
Cause:
The router missed an I-frame.
Action:
None.

LLC.070

Level:
CI-ERROR
Short Syntax:
LLC.070 ev=OS_I_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.070 event=OS_I_R0 in state= llc_state , llc2_connection , network network
Description:
An OS_I_R0 frame received FSM event occurred on an LLC2 connection. The network received an out-of-sequence frame. The I-frame was a response with the poll bit off.
Cause:
The router missed an I-frame.
Action:
None.

LLC.071

Level:
CI-ERROR
Short Syntax:
LLC.071 ev=OS_I_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.071 event=OS_I_R1 in state= llc_state , llc2_connection , network network
Description:
An OS_I_R1 frame received FSM event occurred on an LLC2 connection. The network received an out-of-sequence frame. The I-frame was a response with the poll bit off.
Cause:
The router missed an I-frame.
Action:
None.

LLC.072

Level:
C-INFO
Short Syntax:
LLC.072 ev=I_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.072 event=I_C0 in state= llc_state , llc2_connection , network network
Description:
A valid information frame received FSM event occurred on an LLC2 connection. The information frame was a command with the poll bit off.

LLC.073

Level:
C-INFO
Short Syntax:
LLC.073 ev=I_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.073 event=I_C1 in state= llc_state , llc2_connection , network network
Description:
A valid information frame received FSM event occurred on an LLC2 connection. The information frame was a command with the poll bit on.

LLC.074

Level:
C-INFO
Short Syntax:
LLC.074 ev=I_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.074 event=I_R0 in state= llc_state , llc2_connection , network network
Description:
A valid information frame received FSM event occurred on an LLC2 connection. The information frame was a response with the poll bit off.

LLC.075

Level:
C-INFO
Short Syntax:
LLC.075 ev=I_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.075 event=I_R1 in state= llc_state , llc2_connection , network network
Description:
A valid information frame received FSM event occurred on an LLC2 connection. The information frame was a response with the poll bit on.

LLC.076

Level:
P-TRACE
Short Syntax:
LLC.076 ev=RR_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.076 event=RR_C0 in state= llc_state , llc2_connection , network network
Description:
A Receive Ready frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit off.

LLC.077

Level:
P-TRACE
Short Syntax:
LLC.077 ev=RR_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.077 event=RR_C1 in state= llc_state , llc2_connection , network network
Description:
A Receive Ready frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit on.

LLC.078

Level:
P-TRACE
Short Syntax:
LLC.078 ev=RR_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.078 event=RR_R0 in state= llc_state , llc2_connection , network network
Description:
A Receive Ready frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit off.

LLC.079

Level:
P-TRACE
Short Syntax:
LLC.079 ev=RR_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.079 event=RR_R1 in state= llc_state , llc2_connection , network network
Description:
A Receive Ready frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit on.

LLC.080

Level:
P-TRACE
Short Syntax:
LLC.080 ev=RNR_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.080 event=RNR_C0 in state= llc_state , llc2_connection , network network
Description:
A Receive Not Ready frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit off.

LLC.081

Level:
P-TRACE
Short Syntax:
LLC.081 ev=RNR_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.081 event=RNR_C1 in state= llc_state , llc2_connection , network network
Description:
A Receive Not Ready frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit on.

LLC.082

Level:
P-TRACE
Short Syntax:
LLC.082 ev=RNR_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.082 event=RNR_R0 in state= llc_state , llc2_connection , network network
Description:
A Receive Not Ready frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit off.

LLC.083

Level:
P-TRACE
Short Syntax:
LLC.083 ev=RNR_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.083 event=RNR_R1 in state= llc_state , llc2_connection , network network
Description:
A Receive Not Ready frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit on.

LLC.084

Level:
P-TRACE
Short Syntax:
LLC.084 ev=REJ_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.084 event=REJ_C0 in state= llc_state , llc2_connection , network network
Description:
A Reject frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit off.

LLC.085

Level:
P-TRACE
Short Syntax:
LLC.085 ev=REJ_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.085 event=REJ_C1 in state= llc_state , llc2_connection , network network
Description:
A Reject frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit on.

LLC.086

Level:
P-TRACE
Short Syntax:
LLC.086 ev=REJ_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.086 event=REJ_R0 in state= llc_state , llc2_connection , network network
Description:
A Reject frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit off.

LLC.087

Level:
P-TRACE
Short Syntax:
LLC.087 ev=REJ_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.087 event=REJ_R1 in state= llc_state , llc2_connection , network network
Description:
A Reject frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit on.

LLC.088

Level:
CI-ERROR
Short Syntax:
LLC.088 ev=UA_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.088 event=UA_R0 in state= llc_state , llc2_connection , network network
Description:
An Unnumbered Acknowledgement frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit off.

LLC.089

Level:
CI-ERROR
Short Syntax:
LLC.089 ev=UA_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.089 event=UA_R0 in state= llc_state , llc2_connection , network network
Description:
An Unnumbered Acknowledgement frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit on.

LLC.090

Level:
CI-ERROR
Short Syntax:
LLC.090 ev=DISC_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.090 event=DISC_C0 in state= llc_state , llc2_connection , network network
Description:
A Disconnect frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit off.

LLC.091

Level:
CI-ERROR
Short Syntax:
LLC.091 ev=DISC_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.091 event=DISC_C1 in state= llc_state , llc2_connection , network network
Description:
A Disconnect frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit on.

LLC.092

Level:
CI-ERROR
Short Syntax:
LLC.092 ev=DM_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.092 event=DM_R0 in state= llc_state , llc2_connection , network network
Description:
A Disconnected Mode frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit off.

LLC.093

Level:
CI-ERROR
Short Syntax:
LLC.093 ev=DM_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.093 event=DM_R1 in state= llc_state , llc2_connection , network network
Description:
A Disconnected Mode frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit on.

LLC.094

Level:
CI-ERROR
Short Syntax:
LLC.094 ev=FRMR_R0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.094 event=FRMR_R0 in state= llc_state , llc2_connection , network network
Description:
A Frame Reject frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit off.

LLC.095

Level:
CI-ERROR
Short Syntax:
LLC.095 ev=FRMR_R1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.095 event=FRMR_R1 in state= llc_state , llc2_connection , network network
Description:
A Frame Reject frame received FSM event occurred on an LLC2 connection. The frame was a response with the poll bit on.

LLC.096

Level:
CI-ERROR
Short Syntax:
LLC.096 ev=BAD_FRAME_0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.096 event=BAD_FRAME_0 in state= llc_state , llc2_connection , network network
Description:
A badly formatted frame received FSM event occurred on an LLC2 connection. The frame usually causes a frame reject. The badly formatted frame had the poll bit off.
Cause:
The other end of the connection generated an illegal LLC frame.
Action:
If the problem persists, fix the other end of the connection.

LLC.097

Level:
CI-ERROR
Short Syntax:
LLC.097 ev=BAD_FRAME_1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.097 event=BAD_FRAME_1 in state= llc_state , llc2_connection , network network
Description:
A badly formatted frame received FSM event occurred on an LLC2 connection. The frame usually causes an FRMR to be generated. It had the poll bit on.
Cause:
The other end of the connection generated an illegal LLC frame.
Action:
If the problem persists, fix the other end of the connection.

LLC.098

Level:
CI-ERROR
Short Syntax:
LLC.098 ev=SABME_C0 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.098 event=SABME_C0 in state= llc_state , llc2_connection , network network
Description:
A Set Asynchronous Balanced Mode Extended frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit off.

LLC.099

Level:
CI-ERROR
Short Syntax:
LLC.099 ev=SABME_C1 in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.099 event=SABME_C1 in state= llc_state , llc2_connection , network network
Description:
A Set Asynchronous Balanced Mode Extended frame received FSM event occurred on an LLC2 connection. The frame was a command with the poll bit on.

LLC.100

Level:
C-INFO
Short Syntax:
LLC.100 ev=FLOW_REQ_ON in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.100 event=FLOW_REQ_ON in state= llc_state , llc2_connection , network network
Description:
This is a FLOW_REQ_ON FSM event. An LLC2 user requested to turn off the local busy condition.

LLC.101

Level:
C-INFO
Short Syntax:
LLC.101 ev=FLOW_REQ_OFF in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.101 event=FLOW_REQ_OFF in state= llc_state , llc2_connection , network network
Description:
This is a FLOW_REQ_OFF FSM event. An LLC2 user requested to turn on the local busy condition.

LLC.102

Level:
C-INFO
Short Syntax:
LLC.102 ev=UNKNOWN in st= llc_state , llc2_connection , nt network
Long Syntax:
LLC.102 event=UNKNOWN in state= llc_state , llc2_connection , network network
Description:
An unknown FSM event occurred on an LLC2 connection. If this occurs, report it to customer service.

LLC.103

Level:
CI-ERROR
Short Syntax:
LLC.103 Up evt CONN_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.103 Upcall user event CONN_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a CONN_IND, connection indication, upcall to the application. The user value is the user-supplied value for the session. This event reason is not meaningful.

LLC.104

Level:
CI-ERROR
Short Syntax:
LLC.104 Up evt CONN_IND_PASS args user_value / event_reason on llc2-conn
Long Syntax:
LLC.104 Upcall user event CONN_IND_PASS user_value event_reason on llc2-conn
Description:
LLC2 is making a CONN_IND_PASS, connection indication passive, upcall to the application. The user value is the user-supplied value for the SAP. This event reason is not meaningful.

LLC.105

Level:
CI-ERROR
Short Syntax:
LLC.105 Up evt CONN_CONFIRM args user_value / event_reason on llc2-conn
Long Syntax:
LLC.105 Upcall user event CONN_CONFIRM user_value event_reason on llc2-conn
Description:
LLC2 is making a CONN_CONFIRM, connection confirm, upcall to the application. The user value is the user-supplied value for the session. This event reason is not meaningful.

LLC.106

Level:
CI-ERROR
Short Syntax:
LLC.106 Up evt DISC_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.106 Upcall user event DISC_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a DISC_IND, disconnect indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is local term (disconnecting), which means that the local LLC2 is in the process of disconnecting the session and will be making one more upcall, a disconnect confirm upcall, when the session completed disconnects.

LLC.107

Level:
CI-ERROR
Short Syntax:
LLC.107 Up evt DISC_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.107 Upcall user event DISC_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a DISC_IND, disconnect indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is local term (disconnected), which means that the local LLC2 completely disconnected the session and will NOT be making any more upcalls for this session.

LLC.108

Level:
CI-ERROR
Short Syntax:
LLC.108 Up evt DISC_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.108 Upcall user event DISC_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a DISC_IND, disconnect indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is remote term, which means that the remote LLC2 terminated the session. There will NOT be any more upcalls for this session.

LLC.109

Level:
CI-ERROR
Short Syntax:
LLC.109 Up evt DISC_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.109 Upcall user event DISC_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a DISC_IND, disconnect indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is connection refused, which means that the remote LLC2 terminated the session. There will NOT be any more upcalls for this session.

LLC.110

Level:
CI-ERROR
Short Syntax:
LLC.110 Up evt RESET_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.110 Upcall user event RESET_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a RESET_IND, reset indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is one of the following: local reset, remote reset, frmr rcvd, or frmr sent.

LLC.111

Level:
CI-ERROR
Short Syntax:
LLC.111 Up evt RESET_CONF args user_value / event_reason on llc2-conn
Long Syntax:
LLC.111 Upcall user event RESET_CONF user_value event_reason on llc2-conn
Description:
LLC2 is making a RESET_CONF, reset indication, upcall to the application. The user value is the user-supplied value for the session. This event reason is not meaningful.

LLC.112

Level:
C-INFO
Short Syntax:
LLC.112 Up evt FLOW_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.112 Upcall user event FLOW_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a FLOW_IND, reset indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is flow off, meaning the application should try not to send any more data.

LLC.113

Level:
C-INFO
Short Syntax:
LLC.113 Up evt FLOW_IND args user_value / event_reason on llc2-conn
Long Syntax:
LLC.113 Upcall user event FLOW_IND user_value event_reason on llc2-conn
Description:
LLC2 is making a FLOW_IND, reset indication, upcall to the application. The user value is the user-supplied value for the session. The event reason is flow on, meaning the application can send data now.

LLC.114

Level:
CI-ERROR
Short Syntax:
LLC.114 Up evt DISC_CONFIRM args user_value / event_reason on llc2-conn
Long Syntax:
LLC.114 Upcall user event DISC_CONFIRM user_value event_reason on llc2-conn
Description:
The LLC2 is making a DISC_CONFIRM, disconnect confirm, upcall to the application. The user value is the user-supplied value for the session. This event reason is not meaningful. There will NOT be any more upcalls for this session.

LLC.115

Level:
CI-ERROR
Short Syntax:
LLC.115 prim OPEN_SAP sap SAP_value on nt network
Long Syntax:
LLC.115 user primitive OPEN_SAP sap SAP_value on network network
Description:
The OPEN_SAP user-primitive was called.

LLC.116

Level:
CI-ERROR
Short Syntax:
LLC.116 prim CLOSE_SAP sap SAP_value on nt network
Long Syntax:
LLC.116 user primitive CLOSE_SAP sap SAP_value on network network
Description:
The CLOSE_SAP user-primitive was called.

LLC.117

Level:
CI-ERROR
Short Syntax:
LLC.117 prim CLOSE_SAP_FORCED sap SAP_value on nt network
Long Syntax:
LLC.117 user primitive CLOSE_SAP_FORCED sap SAP_value on network network
Description:
The CLOSE_SAP_FORCED user-primitive was called.

LLC.118

Level:
CI-ERROR
Short Syntax:
LLC.118 prim MODIFY_SAP sap SAP_value on nt network
Long Syntax:
LLC.118 user primitive MODIFY_SAP sap SAP_value on network network
Description:
The MODIFY_SAP user-primitive was called.

LLC.119

Level:
CI-ERROR
Short Syntax:
LLC.119 prim OPEN_STATION sap SAP_value on nt network
Long Syntax:
LLC.119 user primitive OPEN_STATION sap SAP_value on network network
Description:
The OPEN_STATION user-primitive was called.

LLC.120

Level:
CI-ERROR
Short Syntax:
LLC.120 prim CLOSE_STATION, llc2_connection , nt network
Long Syntax:
LLC.120 primitive CLOSE_STATION, llc2_connection , network network
Description:
A CLOSE_STATION user-primitive was called.

LLC.121

Level:
CI-ERROR
Short Syntax:
LLC.121 prim CLOSE_STATION_FORCED, llc2_connection , nt network
Long Syntax:
LLC.121 primitive CLOSE_STATION_FORCED, llc2_connection , network network
Description:
A CLOSE_STATION_FORCED user-primitive was called.

LLC.122

Level:
CI-ERROR
Short Syntax:
LLC.122 prim CONNECT_REQUEST, llc2_connection , nt network
Long Syntax:
LLC.122 primitive CONNECT_REQUEST, llc2_connection , network network
Description:
A CONNECT_REQUEST user-primitive was called.

LLC.123

Level:
CI-ERROR
Short Syntax:
LLC.123 prim CONNECT_RESPONSE, llc2_connection , nt network
Long Syntax:
LLC.123 primitive CONNECT_RESPONSE, llc2_connection , network network
Description:
A CONNECT_RESPONSE user-primitive was called.

LLC.124

Level:
CI-ERROR
Short Syntax:
LLC.124 prim DISCONNECT_REQUEST, llc2_connection , nt network
Long Syntax:
LLC.124 primitive DISCONNECT_REQUEST, llc2_connection , network network
Description:
A DISCONNECT_REQUEST user-primitive was called.

LLC.125

Level:
CI-ERROR
Short Syntax:
LLC.125 prim RESET_REQUEST, llc2_connection , nt network
Long Syntax:
LLC.125 primitive RESET_REQUEST, llc2_connection , network network
Description:
A RESET_REQUEST user-primitive was called.

LLC.126

Level:
CI-ERROR
Short Syntax:
LLC.126 prim RESET_RESPONSE, llc2_connection , nt network
Long Syntax:
LLC.126 primitive RESET_RESPONSE, llc2_connection , network network
Description:
A RESET_RESPONSE user-primitive was called.

LLC.127

Level:
CI-ERROR
Short Syntax:
LLC.127 prim ABORT_STATION, llc2_connection , nt network
Long Syntax:
LLC.127 primitive ABORT_STATION, llc2_connection , network network
Description:
An ABORT_STATION user-primitive was called that silently closed the station.

LLC.128

Level:
C-INFO
Short Syntax:
LLC.128 prim FLOW_REQ OFF, llc2_connection , nt network
Long Syntax:
LLC.128 primitive FLOW_REQ OFF, llc2_connection , network network
Description:
A FLOW_REQ user-primitive was called to request flow off.

LLC.129

Level:
C-INFO
Short Syntax:
LLC.129 prim FLOW_REQ ON, llc2_connection , nt network
Long Syntax:
LLC.129 primitive FLOW_REQ ON, llc2_connection , network network
Description:
A FLOW_REQ user-primitive was called to request flow on.

LLC.130

Level:
U-INFO
Short Syntax:
LLC.130 UI frm refused llc2_connection , nt network
Long Syntax:
LLC.130 UI frame refused, llc2_connection , network network
Description:
The local application within the router refused the UI frame. It passed the frame on to the bridge code.
Cause:
The frame was not the type the local application wanted to handle.
Action:
None.