set_bios_setting
Modify BIOS configuration settings on Cisco C-Series servers through CIMC. Change token values to customize server hardware behavior, requiring reboot to apply changes.
Instructions
Modify a BIOS token value. Use get_bios_settings first to discover available tokens, class names, and attribute names. Requires server reboot to take effect.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenDn | Yes | Full DN of the BIOS token, e.g. sys/rack-unit-1/bios/bios-settings/SelectMemory-RAS-configuration | |
| className | Yes | BIOS token class name, e.g. biosVfSelectMemoryRASConfiguration | |
| attributeName | Yes | Attribute to set, e.g. vpSelectMemoryRASConfiguration | |
| value | Yes | New value for the token | |
| confirm | Yes | Must be true to modify BIOS settings |