P_PAUSE
code: 120
# set
<module-index>/<port-index> P_PAUSE <on_off>
# get
<module-index>/<port-index> P_PAUSE ?
Description
Whether a port responds to incoming Ethernet PAUSE frames by holding back outgoing traffic.
Actions
set, get
Parameters
on_off
: byte, the status of whether the port responds to incoming Ethernet PAUSE frames by holding back outgoing traffic.
OFF = 0
ON = 1
Example
# set
input: 0/1 P_PAUSE OFF
output: <OK>
# get
input: 0/1 P_PAUSE ?
output: 0/1 P_PAUSE OFF