set interface auto-negotiation mtu link-speed

Description

Configures networking settings on an existing local interface / IPv4 connection.

Syntax

set interface <name> [ auto-negotiation {on | off} ] [ link-speed <link-speed> ] [ mtu 68-1500 ]

Parameters

Parameter

Description

auto-negotiation

Controls whether the interface configures the link speed automatically (on) or manually (off).

link-speed

Configures the link speed of the interface manually:

  • 1/full - 1 Gbps/Full duplex

  • 1/half - 1 Gbps/Half duplex

  • 100/full - 100 Mbps/Full duplex

  • 100/half - 100 Mbps/Half duplex

  • 100BaseFx - 100Base-FX

  • 10/full - 10 Mbps/Full duplex

  • 10/half - 10 Mbps/Half duplex

mtu

Configures the Maximum Transmission Unit size (in bytes).

name

Specifies the interface / connection.

Press the TAB key to see the available options.

Example

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