代码仓
中
Set Port Enable Status
更新时间: 2026/08/06
在AtomGit上查看源码

Set Port Enable Status ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial 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 ​

ByteData Field
NetFn32h
CMD88h
1:30x000000
4PortId
5Reserved: 0
60: Disable
1: Enable

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Enable a port. ​

Request:

bash
ipmitool raw 0x32 0x88 0x00 0x00 0x00 0x00 0x00 0x01

Response:

text

Back to Index ​