PL1_CLEAR
code: 566
# set
<module-index>/<port-index> PL1_CLEAR <direction>
Description
Clear Layer 1 counters in the specified direction(s).
Actions
set
Parameters
direction: byte, bitmask, direction of the counters to clear.NONE = 0: no counter will be cleared.RX = 1: clear all Rx counters.TX = 2: clear all Tx counters.ALL = 3: clear all Rx and Tx counters.
Example
# set
input: 0/1 PL1_CLEAR 2
output: <OK>