network interface speed set

Set speed and duplex manually for the specified network device.

CAUTION!   Ensure that your custom speed and duplex settings are supported by your network. If you set the speed to a level that is higher than your network will allow, you can lose SSH connectivity to that network device. If this happens, connect to LunaSH using a serial connection or another configured ethernet device, and set the lost device back to auto-negotiation mode using lunash:> network interface speed set-auto.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

Syntax

network interface speed set <netdevice> <speed> [<duplex>]

Argument(s) Shortcut Description
<netdevice>  

Specifies the device to set to auto-negotiation mode.

Valid values: eth0, eth1, eth2, eth3, all

<speed>  

Specifies the speed to set for the network device.

Valid values: 10, 100, 1000, 10000

<duplex>  

Specifies the duplex for the network device.

Valid values: half, full

Example