set internet-connection type pppoa / eoa

Description

Configures advanced settings for an existing internet connection.

This command is available only for hardware that contains a DSL port.

Syntax

set internet-connection "<name>" type pppoa [ method <method> ] [ idle-time <idle-time> ] [ standard <standard> ]

set internet-connection "<name>" type eoa [ vpi <vpi> ] [ vci <vci> ] [ encapsulation {llc | vcmux} ] [ wan-ipv4-address <wan-ipv4-address> { wan-subnet-mask <wan-subnet-mask> | wan-mask-length <wan-mask-length> } default-gw <default-gw> ] [ standard <standard> ]

Parameters

Parameter

Description

name

Connection name

type

Connection type

Press TAB to see available options

default-gw

WAN default gateway (in the advanced section of PPTP and L2TP)

idle-time

Disconnect idle time in seconds

method

Authentication method

Options: auto, pap, chap

wan-ipv4-address

WAN IP address wrapper

An IP address, or 'auto'

wan-mask-length

WAN subnet mask length

wan-subnet-mask

WAN subnet mask (in the advanced section)

encapsulation

Encapsulation for the ADSL connection

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

standard

The ADSL standard to use

Options: multimode, t1413, glite, gdmt, adsl2, adsl2+

Example

set internet-connection "My connection" type pppoa method auto idle-time 60 standard multimode