add internet-connection interface DSL

Description

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

DSL - IPoE Dynamic

Syntax

add internet-connection name "<name>" interface DSL type ipoe-dynamic

Parameters

Parameter

Description

name

Connection name

interface

Interface name

Press TAB to see available options

type

Connection type

Press TAB to see available options

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

encapsulation

Encapsulation type for the ADSL connection

vci

VCI value for the ADSL connection

A number between 0 and 65535

vlan-id

VLAN ID

A number with no fractional part (integer)

vpi

VPI value for the ADSL connection

A number between 0 and 255

DSL - IPoE Static

Syntax

add internet-connection name "<name>" interface DSL type ipoe-static default-gw <default-gw> ipv4-address <ipv4-address> mask-length <mask-length>

add internet-connection name "<name>" interface DSL type ipoe-static default-gw <default-gw> ipv4-address <ipv4-address> subnet-mask <subnet-mask> { dns-primary <dns-primary> dns-secondary <dns-secondary> dns-tertiary <dns-tertiary> }

Parameters

Parameter

Description

name

Connection name

interface

Interface name

Press TAB to see available options

type

Connection type

Press TAB to see available options

default-gw

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

ipv4-address

IP address field (for static IP and bridge settings)

mask-length

Subnet mask length

subnet-mask

Subnet mask

A subnet mask, or 255.255.255.255

dns-primary

First DNS server IP address

dns-secondary

Second DNS server IP address

dns-tertiary

Third DNS server IP address

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

encapsulation

Encapsulation type for the ADSL connection

vci

VCI value for the ADSL connection

A number between 0 and 65535

vlan-id

VLAN ID

A number with no fractional part (integer)

vpi

VPI value for the ADSL connection

A number between 0 and 255

DSL - PPPoE

Syntax

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

add internet-connection name "<name>" interface DSL type pppoe username <username> password <password> { encapsulation {llc | vcmux} is-unnumbered-pppoe {true | false} local-ipv4-address <local-ipv4-address> vci <vci> vpi <vpi> } { encapsulation {llc | vcmux} vci <vci> vpi <vpi> } { use-connection-as-vlan vlan-id <vlan-id> } { conn-test-timeout <conn-test-timeout>}

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

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

vlan-id

VLAN ID

A number with no fractional part (integer)

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)