set internet-connection interface DMZ

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

Description

Configure settings for an SFP DSL internet connection over the DMZ port in 1570 / 1590 appliances that do not have an internal DSL port.

See add internet-connection interface DMZ.

DMZ - SFP-DSL - PPPoE

Syntax

set internet-connection "<name>" dmz-connection sfp-dsl type pppoe username <username> password <password>

Parameters

Parameter

Description

name

Connection name

ls-unnumbered-ppoe

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'

username

User name for PPP connection settings Usually <username>@<ISP>

password

Password for PPP connection settings

password-hash

The hash of the user password

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

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

Example Command

set internet-connection name interface DMZ dmz-connection sfp-dsl type pppoe username admin@isp password XXXXXX

DMZ - SFP-DSL - IPoE - Dynamic

Syntax

set internet-connection "<name>" dmz-connection sfp-dsl type ipoe-dynamic

Parameters

Parameter

Description

name

Connection name

encapsulation

Encapsulation type for the ADSL connection

Options:

  • llc

  • vcmux

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)

Example Command

set internet-connection name interface DMZ dmz-connection sfp-dsl type ipoe-dynamic

DMZ - SFP-DSL - IPoE - Static

Syntax

set internet-connection "<name>" dmz-connection sfp-dsl type ipoe-static 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

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 Type: 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

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)

Example Command

set internet-connection name interface DMZ dmz-connection sfp-dsl type ipoe-static default-gw ipv4-address 172.15.47.4 mask-length 255.255.255.