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.

NOTE   This command is available using Luna Appliance Software 7.8.1 or newer.

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

NOTE   Use the 10000 setting on a Luna Network HSM 7 with the optional 10Gb Optical Ethernet option only. The standard 1Gb copper interfaces should be set to a maximum of 1000 Mb/s.

<duplex>  

Specifies the duplex for the network device.

Valid values: half, full

Example

lunash:>network interface speed set eth0 100


Command Result : 0 (Success)