Unlike the SX6012, the SX6018 and SX6032 only support high power modules in certain ports. I'm sure Mellanox had good reasons for the limits, possibly power delivery or heat dissipation. Home Lab users like us may not be pushing things to the limits that Mellanox was worried about. With this in mind, I have modified the firmware to enable high power on all ports.
I and many users here have been using this patched firmware for years with no ill effects reported. Nobody has reported that they've bricked their switch or burned their house down but you should still consider this to be risky.
You'll need to be able to get to a shell prompt via the
Here's a zip with the firmware for both the SX6018 and the SX6036:
drive.google.com
The
The
If you haven't already followed, or read, the SX60XX conversion doc maintained by @dodgy route I strongly suggest you start there in order to get more familiar with the firmware flashing process.
This only addresses the per-port power limits and the
Good luck!
I and many users here have been using this patched firmware for years with no ill effects reported. Nobody has reported that they've bricked their switch or burned their house down but you should still consider this to be risky.
You'll need to be able to get to a shell prompt via the
_shell
command in order to run flint
.Here's a zip with the firmware for both the SX6018 and the SX6036:
SX60XX High Power 9.4.5110.zip

The
flint
command for the SX6036 would be something like:
Code:
flint --override_cache_replacement --allow_psid_change -d /dev/mst/mt51000_pciconf0 -i ./MT1010310020.bin b
-d /dev/mst/mt51000_pciconf0
argument might be different for the SX6036 but it's the same for the SX6012 and SX6018.If you haven't already followed, or read, the SX60XX conversion doc maintained by @dodgy route I strongly suggest you start there in order to get more familiar with the firmware flashing process.
This only addresses the per-port power limits and the
fae cable-stamping-unlock 40g_lr4
command is still needed to enable LR4 transceivers.Good luck!