PL1_LINKTRAIN_STATUS#

code: 444

Attention

Only for the following modules:

  • Freya-800G-4S-1P

  • Freya-800G-4S-1P-OSFP

# get
<module-index>/<port-index> PL1_LINKTRAIN_STATUS [<serdes_index>] ?

Description#

Per-lane link training status

Actions#

get

Parameters#

  1. mode: byte, link training mode of a lane of a port.

  • DISABLED = 0

  • ENABLED = 1

  1. status: byte, lane status of a lane of a port.

  • NOT_TRAINED = 0

  • TRAINED = 1

  1. failure: byte, failure type of the lane.

  • NO_FAILURE = 0

  • FRAME_LOCK_ERROR = 1

  • SNR_BELOW_THRESHOLD = 2

  • TIME_OUT_FAILURE = 3

Example#

# get
input:  0/1 PL1_LINKTRAIN_STATUS [0] ?
output: 0/1 PL1_LINKTRAIN_STATUS [0] ENABLED TRAINED NO_FAILURE