PL1_DEGSER_STATUS
code: 561
# get
<module-index>/<port-index> PL1_DEGSER_STATUS ?
Description
This command retrieves the current and latched Degraded SER status of the port.
A Degraded SER (Symbol Error Rate) Alarm indicates that the pre-FEC (Forward Error Correction) SER has exceeded a predefined threshold, signaling potential signal degradation.
Actions
get
Parameters
current: byte, Current Degraded SER status.TRUE = 1indicates DEG SER is currently present.FALSE = 0indicates DEG SER is not present.
latched: byte, Latched Degraded SER status. This flag is COR (clear-on-read), which will be cleared after being read.TRUE = 1indicates DEG SER has occurred.FALSE = 0indicates DEG SER has not occurred.
Example
# get
input: 0/1 PL1_DEGSER_STATUS ?
output: 0/1 PL1_DEGSER_STATUS FALSE TRUE