set internet-connection type pppea / eoa

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 {true | false} ] [ vpi <vpi> ] [ vci <vci> ] [ encapsulation {llc | vcmux} ]

set internet-connection "<name>" type eoa

Parameters

Parameter

Description

name

Connection name

type

Connection type

Press TAB to see available options

local-ipv4-address

Local tunnel IP address or Auto for automatic

An IP address, or 'auto'

is-unnumbered-pppoe

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

password

Password for PPP connection or cellular modem settings

password-hash

The hash of the user password.

username

User name for PPP connection or cellular modem settings

Usually <username>@<ISP>

vci

VCI value for the ADSL connection

A number between 0 and 65535

vpi

VPI value for the ADSL connection

A number between 0 and 255

encapsulation

Encapsulation type for the ADSL connection

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