PP_LINKTRAINSTATUS
code: 384
Attention
Only for the following modules:
Thor-400G-7S-1P
# get
<module-index>/<port-index> PP_LINKTRAINSTATUS [<serdes_index>] ?
Description
Per-lane link training status
Actions
get
Parameters
mode
: byte, link training status of a lane of a port, including mode, lane status, and failure type.
DISABLED = 0
ENABLED = 1
status
: byte, link training status of a lane of a port, including mode, lane status, and failure type.
NOT_TRAINED = 0
TRAINED = 1
failure
: byte, link training status of a lane of a port, including mode, lane status, and failure type.
NO_FAILURE = 0
FRAME_LOCK_ERROR = 1
SNR_BELOW_THRESHOLD = 2
TIME_OUT_FAILURE = 3
Example
# get
input: 0/1 PP_LINKTRAINSTATUS [0] ?
output: 0/1 PP_LINKTRAINSTATUS [0] DISABLED NOT_TRAINED NO_FAILURE