代码仓
中
Query Pangea Interface Card Access Restriction Flag
更新时间: 2026/08/06
在AtomGit上查看源码

Query Pangea Interface Card Access Restriction Flag ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Query the access restriction flag of the Pangea interface card.

Privilege ​

READONLY

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
10x00
20x02
3:4Fill in all 0s.
5Sdrtyp: 0x75

Response Information ​

ByteData Field
1Completion Code
200h: access not restricted
55h: access restricted

Command Example ​

Query the access restriction flag of a Pangea interface card. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x75

Response:

text
00

Back to Index ​