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
current: byte, Current Link Down status of the port.TRUE = 1indicates Link Down is currently present.FALSE = 0indicates Link Down is not present.
latched: byte, Latched Link Down status of the port. This flag is COR (clear-on-read), which will be cleared after being read.TRUE = 1indicates Link Down has occurred.FALSE = 0indicates Link Down has not occurred.
Example
# get
input: 0/1 PL1_LINKDOWN_STATUS [0] ?
output: 0/1 PL1_LINKDOWN_STATUS [0] FALSE TRUE