set internet-connection-ipv6

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

Description

Configure an IPv6 internet connection.

Syntax

set internet-connection-ipv6 <name> type-ipv6 { pppoe-ipv6-4 linked-connection <linked-connection> [ is-prefix-delegation {true | false} [ prefix-delegation-prefix-length <prefix-delegation-prefix-length> ] ] | usb-cellular-ipv6 [ number <number> ] [ username <username> ] [ { password <password> | password-hash <password-hash> } ] [ apn <apn> ] [ local-ipv4-address <local-ipv4-address> ] [ is-unnumbered-pppoe {true | false} ] [ method <method> ] [ initialization-string <initialization-string> ] [ conn-test-timeout <conn-test-timeout> ] | auto-obtain [ is-prefix-delegation {true | false} [ prefix-delegation-prefix-length <prefix-delegation-prefix-length> ] ] | bridge-ipv6 bridge-name <bridge-name> [ default-gw <default-gw> ] [ default-gw-ipv6 <default-gw-ipv6> ] | pppoe-ipv6 username <username> { password <password> | password-hash <password-hash> } [ is-prefix-delegation {true | false} [ prefix-delegation-prefix-length <prefix-delegation-prefix-length> ] ] | static-ipv6 ipv6-address <ipv6-address> prefix-length <prefix-length> default-gw-ipv6 <default-gw-ipv6> [ dns-primary-ipv6 <dns-primary-ipv6> ] [ dns-secondary-ipv6 <dns-secondary-ipv6> ] [ dns-tertiary-ipv6 <dns-tertiary-ipv6> ] }

Parameters

Parameter

Description

apn

The Access Point Name given to you by your cellular network carrier for SIM1.

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

bridge-name

The name of the bridge this connection is bridged to

A bridge name should be br0-9

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

default-gw

Default gateway

default-gw-ipv6

Default gateway

dns-primary-ipv6

First DNS server IPv6 address

dns-secondary-ipv6

Second DNS server IPv6 address

dns-tertiary-ipv6

Third DNS server IPv6 address

initialization-string

The initialization string for the cellular modem settings

A string that contains only upper-case letters (A-Z).

ipv6-address

IPv6 address field (for static IP settings)

is-prefix-delegation

Indicates whether prefix delegation is enabled for this Internet connection

Type: Boolean (true/false)

is-unnumbered-pppoe

Unnumbered PPPoE lets you manage a range of IP addresses and dial only once

Type: Boolean (true/false)

linked-connection

An IPv4 Internet connection with shared credentials

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • ' ' (space)

local-ipv4-address

Local tunnel IP address or auto for automatic

An IP address, or 'auto'

method

Authentication method

Options: auto, pap, chap

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)

password

Password for PPP connection or cellular modem settings

password-hash

The hash of the user password

prefix-delegation-prefix-length

Prefix length for prefix delegation

prefix-length

Prefix length field (for IPv6 static IP settings)

type-ipv6

Connection type for IPv6 Internet connection

Press TAB to see available options

username

User name for PPP connection or cellular modem settings

Usually <username>@<ISP>

Example Command

set internet-connection-ipv6 "My connection" type-ipv6 pppoe-ipv6-4 linked-connection "My connection" is-prefix-delegation true prefix-delegation-prefix-length ipv6prefixLength