Unsolved

1 Rookie

 • 

3 Posts

893

May 19th, 2021 20:00

iDRAC7 Command Line help with cfgNetTuning

iDRAC Command Line

Received my R720 server today, but I noticed that the Network Speed is auto-negotiated upon load-up. I couldn't find any up-to-date information about disabling auto-neg online through the racadm set cfgNetTuning command, or any solid help with using the cfgNetTuning subcommand (found a link on the Dell site, but it gave bare-bones information about the command, but no info on how to use it). Is there a site which provides examples for iDRAC7 2.65.65.65 commands? (NOT racadm config)

6 Operator

 • 

3K Posts

May 19th, 2021 20:00

You can use get and set command

You can check current settings using "racadm get iDRAC.NIC" command

To disabled Autonegotiation on iDRAC you can use below command

racadm set iDRAC.NIC.Autoneg Disabled

To set speed on the interface you can run below command

racadm set iDRAC.NIC.Speed <10/100/1000>

To set duplex mode you can run below command

racadm set iDRAC.NIC.Duplex

 

To get help on these command you can run

racadm help idrac.nic

 

No Events found!

Top