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 ( |
link-speed |
Configures the link speed of the interface manually:
|
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 |