P_UE_LLR_STATUS

code: 1030

# get
<module-index>/<port-index> P_UE_LLR_STATUS ?

Description

Get the LLR status as defined in the UE Specification.

The LLR status indicates the link status pertaining to LLR-eligible frames.

When the llr_mode_remote is OFF, llr_status takes the same value as PCS status (i.e., PCS status is passed through the LLR to the management agent unchanged).

When the llr_mode_remote is ON, llr_status takes the value of TRUE when the state machine is in the ADVANCE or REPLAY states, and it takes the value of FALSE when in all other states. The LLR link stays up during LLR replays that are occurring over a PCS loss of status (loss of alignment) event.

Actions

get

Parameters

  1. llr_status: byte, LLR status of the local port.

    • FALSE = 0: LLR status is False.

    • TRUE = 1: LLR status is True.

Example

# get
input:  0/1 P_UE_LLR_STATUS ?
output: 0/1 P_UE_LLR_STATUS TRUE