set internet-connection interface DMZ
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.
Syntax for SFP-DSL type ppoe
set internet-connection <internet-connection-name> dmz-connection sfp-dsl type pppoe username <username> password <password> |
Parameters
Parameter |
Description |
---|---|
conn-test-timeout |
Connection test timeout Type: A number with no fractional part (integer) |
ls-unnumbered-ppoe |
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 Type: An IP address, or 'auto' |
password |
Password for PPP connection settings Type: internetPassword |
password-hash |
The hash of the user password Type: passwordHash |
username |
User name for PPP connection settings Type: A string that contains all printable characters but a single or double quote- like characters. Usually <username>@<ISP> |
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 |
Example
set internet-connection name interface DMZ dmz-connection sfp-dsl type pppoe username admin@isp password XXXXXX |
Syntax for SFP-DSL type ipoe-dynamic
set internet-connection <internet-connection-name> dmz-connection sfp-dsl type ipoe-dynamic |
Parameters
Parameter |
Description |
---|---|
conn-test-timeout |
Connection test timeout Type: A number with no fractional part (integer) |
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 |
encapsulation |
Encapsulation type for the ADSL connection Options:
|
Example
set internet-connection name interface DMZ dmz-connection sfp-dsl type ipoe-dynamic |
Syntax for SFP-DSL type ipoe-static
• set internet-connection <internet-connection-name> dmz-connection sfp-dsl type ipoe-static default-gw < default-gw> ipv4-address < ipv4-address> subnet-mask <subnet-mask> |
• set internet-connection <internet-connection-name> dmz-connection sfp-dsl ipoe-static default-gw ipv4-address < ipv4-address> subnet-mask VALUE { dns-primary < dns-primary > dns-secondary < dns-secondary> dns-tertiary < dns-tertiary >} |
Parameters
Parameter |
Description |
---|---|
conn-test-timeout |
Connection test timeout Type: A number with no fractional part (integer) |
default-gw |
WAN default gateway (in the advanced section of PPTP and l2TP) Type: IP address |
dns-primary |
First DNS server IP address Type: IP address |
dns-secondary |
Second DNS server IP address Type: IP address |
dns-tertiary |
Third DNS server IP address Type: IP address |
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 |
ipv4-address |
IP address field (for static IP and bridge settings) Type: IP address |
mask-length |
Subnet mask length Type: A string that contains numbers only |
subnet-mask |
Subnet mask Type: A subnet mask, or 255.255.255.255 |
Example
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. |