Users Guide

Table Of Contents
System-level ConfigurationNetXtreme-E User’s Manual
September 4, 2019 NetXtreme-E-UG103 Page 49
ethtool -A eth0 autoneg on|off
Use this command to enable/disable Pause frame auto-negotiation.
ethtool -a eth0
Use this command to display the current flow control auto-negotiation setting.
ESXi Driver Settings
$ esxcli network nic get -n <iface>
This command shows the current speed, duplex, driver version, firmware version and link status.
$ esxcli network nic set -S 10000 -D full -n <iface>
This command sets the forced speed to 10 Gbps.
$ esxcli network nic set -a -n <iface>
This enables linkspeed auto-negotiation on interface <iface>.
$ esxcli network nic pauseParams list
Use this command to get Pause Parameters list.
$ esxcli network nic pauseParams set --auto <1/0> --rx <1/0> --tx <1/0> -n <iface>
Use this command to set Pause Parameters.
Note: For 10GBase-T NetXtreme-E network adapters, auto-negotiation must be enabled. Using
forced speed on 10GBase-T adapter results in esxcli command failure.
Note: VMWare does not support 25G speeds in ESX6.0. In this case, use the second utility
(BNXTNETCLI) to set 25G speed. For ESX6.0U2, the 25G speed is supported.
Note: Flow control/pause auto-negotiation can be set only when the interface is configured in link
speed auto-negotiation mode.