P_UE_LLR_MODE

code: 1013

# set
<module-index>/<port-index> P_UE_LLR_MODE <llr_mode_local> <llr_mode_remote>


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

Description

Configures the mode of operation of the LLR. Only when both local and remote ports have LLR ON, the LLR will be active. If either port has LLR disabled, the LLR will be inactive.

Actions

set, get

Parameters

  1. llr_mode_local: byte, LLR mode of the local port.

    • OFF = 0: LLR is disabled on the local port.

    • ON = 1: LLR is enabled on the local port.

  2. llr_mode_remote: byte, LLR mode of the remote port.

    • OFF = 0: LLR is disabled on the remote port.

    • ON = 1: LLR is enabled on the remote port.

Example

# set
input:  0/1 P_UE_LLR_MODE ON ON
output: <OK>

# get
input:  0/1 P_UE_LLR_MODE ?
output: 0/1 P_UE_LLR_MODE ON ON