M_CFPCONFIG
code: 85
Deprecated since version 1.3: replaced by M_CFPCONFIGEXT
# set
<module-index> M_CFPCONFIG <port_count> <port_speed>
# get
<module-index> M_CFPCONFIG ?
Description
The current number of ports and their speed of a CFP test module. If the CFP type is NOTFLEXIBLE then it reflects the transceiver currently in the CFP cage. If the CFP type is FLEXIBLE (or NOTPRESENT) then the configuration can be changed explicitly. The following combinations are possible: 4x10G, 8x10G, 1x40G, 2x40G, and 1x100G.
Actions
set, get
Parameters
port_count
: short integer, number of portsport_speed
: short integer, port speed, in Gbps
Example
# set
input: 0 M_CFPCONFIG 4 25
output: <OK>
# get
input: 0 M_CFPCONFIG ?
output: 0 M_CFPCONFIG 4 25