set internet-connection-ipv6 auto-negotiation link-speed mtu

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

Description

Configure an existing IPv6 internet connection.

Syntax

set internet-connection-ipv6 <name> [ auto-negotiation {on | off} ] [ link-speed link-speed ] [ mtu 68-1500 ] [ mac-addr <mac-address> ]

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

mac-addr

Configures the MAC Address.

mtu

Configures the Maximum Transmission Unit size (in bytes).

name

Specifies the interface / connection.

Press the TAB key to see the available options.

Example Command

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