P_FAULTSIGNALING#

code: 348

# set
<module-index>/<port-index> P_FAULTSIGNALING <fault_signaling>

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

Description#

Sets the remote/local fault signaling behavior of the port (performed by the Reconciliation Sub-layer). By default, the port acts according to the standard, i.e. when receiving a bad signal, it transmits “Remote Fault indications”on the output and when receiving a “Remote Fault indication”from the far-side it will transmit IDLE sequences.

Actions#

set, get

Parameters#

  1. fault_signaling: byte, remote/local fault signaling behavior of the port

  • NORMAL = 0

  • FORCE_LOCAL = 1

  • FORCE_REMOTE = 2

  • DISABLED = 3

Example#

# set
input:  0/1 P_FAULTSIGNALING NORMAL
output: <OK>

# get
input:  0/1 P_FAULTSIGNALING ?
output: 0/1 P_FAULTSIGNALING NORMAL