PL1_LINKDOWN_STATUS

code: 563

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

Description

Returns the current and the latched Link Down status of the port.

Actions

get

Parameters

  1. current: byte, Current Link Down status of the port.

    • TRUE = 1 indicates Link Down is currently present.

    • FALSE = 0 indicates Link Down is not present.

  2. latched: byte, Latched Link Down status of the port. This flag is COR (clear-on-read), which will be cleared after being read.

    • TRUE = 1 indicates Link Down has occurred.

    • FALSE = 0 indicates Link Down has not occurred.

Example

# get
input:  0/1 PL1_LINKDOWN_STATUS [0] ?
output: 0/1 PL1_LINKDOWN_STATUS [0] FALSE TRUE