set interface

Description

Configures networking settings on an existing local network/interface.

Syntax

set interface <name> [ auto-negotiation <auto-negotiation> ] [ mtu <mtu> ] [ link-speed <link-speed>]

Parameters

Parameter

Description

auto-negotiation

Enable this option in order to manually configure the link speed of the interface.

Options: on, off

link-speed

Configure the link speed of the interface manually

Options: 10/full, 10/half, 100/full, 100/half

mtu

Configure the Maximum Transmission Unit size for an interface

Type: A number with no fractional part (integer)

name

Network name

Type: A string that contains [A-Z], [0-9], '_', '.', '-' and '/' characters

Example

set interface My_Network auto-negotiation on mtu 1460 link-speed 10/full