P_SPEEDSELECTION
code: 109
# set
<module-index>/<port-index> P_SPEEDSELECTION <mode>
# get
<module-index>/<port-index> P_SPEEDSELECTION ?
Description
The speed mode of an autoneg port with an interface type supporting multiple speeds.
Note
This is only a settable command when speed is selected at the port level. Use the M_CFPCONFIG command when speed is selected at the module level.
Actions
set, get
Parameters
mode
: byte, the speed mode of the port with an interface type supporting multiple speeds
AUTO = 0
F10M = 1
F100M = 2
F1G = 3
F10G = 4
F40G = 5
F100G = 6
F10MHDX = 7
F100MHDX = 8
F10M100M = 9
F100M1G = 10
F100M1G10G = 11
F2500M = 12
F5G = 13
F100M1G2500M = 14
F25G = 15
F50G = 16
F200G = 17
F400G = 18
F800G = 19
F1600G = 20
Example
# set
input: 0/1 P_SPEEDSELECTION AUTO
output: <OK>
# get
input: 0/1 P_SPEEDSELECTION ?
output: 0/1 P_SPEEDSELECTION AUTO