add internet-connection interface ADSL

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

Description

Adds a new internet connection using the ADSL physical interface (multiple internet connection can engage in High Availability/Load Sharing).

ADSL - EoA

Syntax

add internet-connection name "<name>" interface ADSL type eoa

Parameters

Parameter

Description

name

Connection name

interface

Interface name

Press TAB to see available options

type

Connection type

Press TAB to see available options

encapsulation

Encapsulation type 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

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

standard

The ADSL standard to use

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

ADSL - PPPoE

Syntax

add internet-connection name "<name>" interface ADSL type pppoe username <username> password-hash <password-hash>

add internet-connection name "<name>" interface ADSLtype pppoe username <username> password <password> { encapsulation {llc | vcmux} is-unnumbered-pppoe {true | false} local-ipv4-address <local-ipv4-address> vci <vci> vpi <vpi> }

add internet-connection name "<name>" interface ADSLtype pppoe username <username> password <password> { encapsulation {llc | vcmux} vci <vci> vpi <vpi>} { conn-test-timeout <conn-test-timeout> standard <standard> }

Parameters

Parameter

Description

name

Connection name

interface

Interface name

Press TAB to see available options

type

Connection type

Press TAB to see available options

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>

encapsulation

Encapsulation type for the ADSL connection

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

An IP address, or 'auto'

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

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

standard

The ADSL standard to use

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