Set Port Enable Status
更新时间: 2026/08/06
在Gitcode上查看源码Set Port Enable Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is used to set the enable status of a port.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 88h |
| 1:3 | 0x000000 |
| 4 | PortId |
| 5 | Reserved: 0 |
| 6 | 0: Disable 1: Enable |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Enable a port.
Request:
bash
ipmitool raw 0x32 0x88 0x00 0x00 0x00 0x00 0x00 0x01Response:
text