P_PFCENABLE
code: 373
# set
<module-index>/<port-index> P_PFCENABLE <cos_0> <cos_1> <cos_2> <cos_3> <cos_4> <cos_5> <cos_6> <cos_7>
# get
<module-index>/<port-index> P_PFCENABLE ?
Description
This setting control whether a port responds to incoming Ethernet Priority Flow Control (PFC) frames, by holding back outgoing traffic for that priority.
Actions
set, get
Parameters
cos_0
: byte, whether PFC response is enabled for CoS 0
OFF = 0
ON = 1
cos_1
: byte, whether PFC response is enabled for CoS 1
OFF = 0
ON = 1
cos_2
: byte, whether PFC response is enabled for CoS 2
OFF = 0
ON = 1
cos_3
: byte, whether PFC response is enabled for CoS 3
OFF = 0
ON = 1
cos_4
: byte, whether PFC response is enabled for CoS 4
OFF = 0
ON = 1
cos_5
: byte, whether PFC response is enabled for CoS 5
OFF = 0
ON = 1
cos_6
: byte, whether PFC response is enabled for CoS 6
OFF = 0
ON = 1
cos_7
: byte, whether PFC response is enabled for CoS 7
OFF = 0
ON = 1
Example
# set
input: 0/1 P_PFCENABLE OFF OFF OFF OFF OFF OFF OFF OFF
output: <OK>
# get
input: 0/1 P_PFCENABLE ?
output: 0/1 P_PFCENABLE OFF OFF OFF OFF OFF OFF OFF OFF