set internet-connection

Description

Configures advanced settings for an existing internet connection.

Syntax

set internet-connection <name> type { pppoa username <username> { password <password> | password-hash <password-hash> } [ local-ipv4-addres <local-ipv4-address> ] [ is-unnumbered-pppoe <is-unnumbered-pppoe> ] [ vpi <vpi> ] [ vci <vci> ] [ encapsulation <encapsulation> ] | eoa }

Parameters

Parameter

Description

encapsulation

Encapsulation type for the ADSL connection

Options: llc, vcmux

is-unnumbered-pppoe

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

Type: Boolean (true/false)

local-ipv4-address

Local tunnel IP address or Auto for automatic

Type: An IP address, or 'auto'

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

type

Connection type

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 quotelike characters. Usually <username>@<ISP>

vci

VCI value for the ADSL connection

Type: A number between 0 and 65535

vpi

VPI value for the ADSL connection

Type: A number between 0 and 255

Example

set internet-connection My connection type pppoe username MyUsername@MyISP password internetPassword local-ipv4-address auto is-unnumbered-pppoe true vpi 42 vci 42 encapsulation llc