set internet-connection - auto negotiation, speed, MTU

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Configures an existing internet connection.

In WebUI, this corresponds to:

  1. Click the Device view > Network section > Internet page.

  2. Edit an Internet connection.

  3. Click the Advanced tab.

  4. To configure the MTU manually, select Use custom MTU value.

  5. To configure the MAC Address manually, select Override default MAC Address.

  6. To configure the Speed and Duplex manually, select Disable auto negotiation.

  7. Click Save.

Syntax

set internet-connection "<name>" [ auto-negotiation <auto-negotiation> ] [ link-speed <link-speed> ] [ mtu <mtu> ] [ mac-addr <mac-addr> ]

Parameters

Parameter

Description

name

Connection name

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • ' ' (space)

auto-negotiation

Disable auto negotiation and manually define negotiation link speed

Options: on, off

link-speed

Link speed

Options: { 10/full, 10/half, 100/full, 100/half, 1/full, 1/half, 100BaseFx }

mac-addr

Default mac address wrapper

A MAC address, or 'default'

mtu

MTU size.

Select 'default' for default value

Example Command

set internet-connection "My connection" auto-negotiation on link-speed 100/full mtu 1500 mac-addr 00:1C:7F:21:05:BE