set internet-connection-ipv6

Description

Configure an IPv6 internet connection.

Syntax

set internet-connection-ipv6 <name> type-ipv6 { pppoe-ipv6-4 linked-connection <linked-connection> [ is-prefix-delegation <is-prefix-delegation> [ 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 <is-unnumbered-pppoe> ] [ method <method> ] [ initialization-string <initialization-string> ] [ conn-test-timeout <conn-test-timeout> ] | auto-obtain [ is-prefix-delegation <is-prefix-delegation> [ 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 <is-prefix-delegation> [ 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.

Type: A string that contains [a-z], [0-9], ’-’ and ’.’ characters

bridge-name

The name of the bridge this connection is bridged to

Type: A bridge name should be br0-9

conn-test-timeout

Connection test timeout

Type: A number with no fractional part (integer)

default-gw

Default gateway

Type: IP address

default-gw-ipv6

Default gateway

Type: ipv6addr

dns-primary-ipv6

First DNS server IPv6 address

Type: ipv6addr

dns-secondary-ipv6

Second DNS server IPv6 address

Type: ipv6addr

dns-tertiary-ipv6

Third DNS server IPv6 address

Type: ipv6addr

initialization-string

The initialization string for the cellular modem settings

Type: A string that contains only [A-Z] characters

ipv6-address

IPv6 address field (for static IP settings)

Type: ipv6addr

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

Type: A string that contains [A-Z], [0-9], ’-’, ’@’, ’.’, ’_’ and space characters

local-ipv4-address

Local tunnel IP address or auto for automatic

Type: An IP address, or ’auto’

method

Authentication method

Options: auto, pap, chap

name

Connection name

Type: A string that contains [A-Z], [0-9], ’-’, ’@’, ’.’, ’_’ and space characters

password

Password for PPP connection or cellular modem settings

Type: internetPassword

password-hash

The hash of the user password

Type: passwordHash

prefix-delegation-prefix-length

Prefix length for prefix delegation

Type: ipv6prefixLength

prefix-length

Prefix length field (for IPv6 static IP settings)

Type: ipv6prefixLength

type-ipv6

Connection type for IPv6 Internet connection

Type: Press TAB to see available options

username

User name for PPP connection or cellular modem settings

Type: A string that contains all printable characters but a single or double quote-like characters. Usually <username>@<ISP>

Example

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