Get Inter Chassis Information
更新时间: 2026/08/06
在Gitcode上查看源码Get Inter Chassis Information
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 26.06 | 2026/06/26 | Initial draft: add command details |
Basic Information
Function Description
Querying Intra-Chassis Communication Information
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | Chassis 30h |
| CMD | 94h |
| 1:3 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 4 | Sub Command=6Fh |
| 5 | ParameterSelector. For details, see Table 1 Intra-chassis communication parameters and corresponding response results. |
| 6 | Reserved: reserved field |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h. |
| 5 | DataLength: indicates the length of the response result. |
| 6:N | Data. Response result. For details, see Table 1 Intra-chassis communication parameters and corresponding response results. |
Table 1 Intra-subrack communication parameters and corresponding response results
| ParameterSelector | # (decimal) | DataLength | Data (response result) |
|---|---|---|---|
| InterChassisAuthEnabled | 1 | 1 | Whether intra-chassis communication is enabled. 0: disabled; 1: enabled. |
| AccessRoleId | 2 | 1 | Role ID of the intra-chassis communication user. |
| LoginInterface | 3 | 1 | Login Interface for Intra-Chassis Communication Users bit0-Web: 0 disabled; 1 enabled bit1-SNMP: 0 disabled; 1 enabled bit2-IPMI: 0 disabled; 1 enabled bit3-SSH: 0 disabled; 1 enabled bit4-SFTP: 0 disabled; 1 enabled bit6-Local: 0 disabled; 1 enabled bit7-Redfish: 0 disabled; 1 enabled |
Command Example
Display the intra-chassis communication status.
Request:
bash
ipmitool raw 0x30 0x93 0xdb 0x07 0x00 0x6F 0x01 0x00Response:
text
db 07 00 01 01