NVIDIA BlueField BMC Software

Switching DPU Modes of Operation

Get Operation Mode

curl -k -u root:'<PASSWORD>' -X GET https://<bmc_ip>/redfish/v1/Systems/Bluefield/Oem/Nvidia


Current setting appears under Mode.

Change to DPU Mode

curl -k -u root:'<PASSWORD>' -H "Content-Type: application/json" -X POST -d '{"Mode":"DpuMode"}' https://<bmc_ip>/redfish/v1/Systems/Bluefield/Oem/Nvidia/Actions/Mode.Set

Change to NIC Mode

curl -k -u root:'<PASSWORD>' -H "Content-Type: application/json" -X POST -d '{"Mode":"NicMode"}' https://<bmc_ip>/redfish/v1/Systems/Bluefield/Oem/Nvidia/Actions/Mode.Set


Last updated: