set internet-connection - auto negotiation, speed, MTU

Description

Configures an existing internet connection. (NOTE- updated link speed)

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

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