Configuring QSFP low-power mode
On FortiSwitch models with QSFP (quad small form-factor pluggable) ports, you can enable or disable the low-power mode with the following CLI commands:
config switch physical-port
edit <port_name>
set qsfp-low-power-mode {enabled | disabled}
end
For example:
config switch physical-port
edit port12
set qsfp-low-power-mode disabled
end