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

Set Ethernet Mode ​

Change History ​

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

Basic Information ​

Function Description ​

Set the Ethernet mode.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 15h
2Network interface ID
1=base1
2=base2
3=fabric1
4=fabric2
5=update
all others reserved
3Rate/Bandwidth
0=default (The BMC selects a value based on the site requirements.)
1=1 GE (port0, 2pair)
2=10GE(port0/1/2/3, 8pair)
4Working Mode
0: normal pass-through
1=loop loopback

Response Information ​

ByteData Field
1Completion Code
00=Command execution succeeded.

Command Example ​

Set the Ethernet mode. ​

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index ​