P4_SPEEDSELECTION
# set
<module-index>/<port-index> P4_SPEEDSELECTION <speed>
# get
<module-index>/<port-index> P4_SPEEDSELECTION ?
Description
Sets the port speed. The selected speed must be one of the speeds supported by
the port, which can be retrieved with P4_CAPABILITIES.
Actions
set, get
Parameters
speed: byte, specifies the speed mode of the portAUTO = 0F100M = 1F1G = 2F2_5G = 3F5G = 4F10G = 5F25G = 6F40G = 7F50G = 8F100G = 9
Example
# set
input: 0/1 P4_SPEEDSELECTION AUTO
output: <OK>
# get
input: 0/1 P4_SPEEDSELECTION ?
output: 0/1 P4_SPEEDSELECTION AUTO