set internet-connection rj45/sfp-fiber / sfp-dsl

Description

Configure an RJ45/SFP-Fiber or SFP-DSL internet connection.

Syntax

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type dhcp

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type static ipv4-address <ipv4-address> { subnet-mask <subnet-mask> | mask-length <mask-length>} [ default-gw <default-gw> ] [ probe-next-hop {true | false} ] [ probe-servers {true | false} ] [ dns-primary <dns-primary> ] [ dns-secondary <dns-secondary> ] [ dns-tertiary <dns-tertiary> ] | l2tp username <username> { password <password> | password-hash <password-hash> } [ local-ipv4-address <local-ipv4-address> ] [ is-unnumbered-pppoe {true | false}] server <server> [wan-ipv4-address <wan-ipv4-address> { wan-subnet-mask <wan-subnet-mask> | wan-mask-length <wan-mask-length> } default-gw <default-gw> ] [ conn-test-timeout <conn-test-timeout> ]

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type bridge bridge-name <bridge-name> bridge-type dhcp

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type bridge bridge-name <bridge-name> bridge-type static default-gw <default-gw>[ dns-primary <dns-primary> ] [ dns-secondary <dns-secondary> ] [ dns-tertiary <dns-tertiary> ] [ conn-test-timeout <conn-test-timeout> ]

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type pptp username <username> {password <password> | password-hash <password-hash> } [ local-ipv4-address <local-ipv4-address> ] [ is-unnumbered-pppoe {true | false} ] server <server> [ local-ipv4-address <local-ipv4-address> ] [ wan-ipv4-address <wan-ipv4-address> { wan-subnet-mask <wan-subnet-mask> | wan-mask-length <wan-mask-length> } default-gw <default-gw> ] [ conn-test-timeout <conn-test-timeout> ]

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type pppoe username <username> { password <password> | password-hash <password-hash> } [ local-ipv4-address <local-ipv4-address> ] [ is-unnumbered-pppoe {true | false} ] [ conn-test-timeout <conn-test-timeout> ]

set internet-connection "<name>" dmz-connection rj45/sfp-fiber [ use-connection-as-vlan vlan-id <vlan-id> ] type ds-lite linked-ipv6-connection <linked-ipv6-connection> [ aftr-address <aftr-address> ] [ dns-primary <dns-primary> ] [ dns-secondary <dns-secondary>] [ dns-tertiary <dns-tertiary> ] [ conn-test-timeout <conn-test-timeout> ]

set internet-connection "<name>" dmz-connection sfp-dsl type pppoe [ username <username> ] [ { password <password> | password-hash <password-hash> } ] [ local-ipv4-address <local-ipv4-address> ] [ is-unnumbered-pppoe {true | false} ] [ vci <vci> ] [ vpi <vpi> ] [ encapsulation {llc | vcmux} ] [ method {auto | pap | chap} ] [ idle-time <idle-time> ] [ standard <standard> ]

set internet-connection "<name>" dmz-connection sfp-dsl type ipoe-dynamic [ use-connection-as-vlan vlan-id <vlan-id> ] [ vci <vci> ] [ vpi <vpi> ] [ encapsulation {llc | vcmux} ]

set internet-connection "<name>" dmz-connection sfp-dsl type ipoe-static ipv4-address <ipv4-address> { subnet-mask <subnet-mask> | mask-length <mask-length> } default-gw <default-gw> [ dns-primary <dns-primary> ] [ dns-secondary <dns-secondary> ] [ dns-tertiary <dns-tertiary> ] [ use-connection-as-vlan vlan-id <vlan-id> ] [ vci <vci> ] [ vpi <vpi> ] [ encapsulation {llc | vcmux} ]

Parameters

Parameter

Description

name

Connection name

dmz-connection

For DMZ connections, select RJ45/SFP-Fiber or SFP-DSL

Press TAB to see available options

vlan-id

VLAN ID

A number with no fractional part (integer)

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

default-gw

Default gateway

probe-next-hop

Automatically detect loss of connectivity to the default gateway

probe-servers

Monitor connection state by sending probe packets to one or more servers on the Internet

dns-primary

First DNS server IP address

dns-secondary

Second DNS server IP address

dns-tertiary

Third DNS server IP address

username

User name for PPP connection or cellular modem settings

Usually <username>@<ISP>

password

Password for PPP connection or cellular modem settings

password-hash

The hash of the user password

local-ipv4-address

Local tunnel IP address or auto for automatic

An IP address, or 'auto'

is-unnumbered-ppoe

Unnumbered PPPoE lets you manage a range of IP addresses and dial only once

server

Server IP address

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)

conn-test-timeout

Connection test timeout

A number with no fractional part (integer)

method

Authentication method

bridge-name

The name of the bridge this connection is bridged to

A bridge name should be br0-9

bridge-type

The type of the bridge for this connection: DHCP or Static IP Address

Press TAB to see available options

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

encapsulation

Encapsulation type for the ADSL connection

idle-time

Disconnect idle time in seconds

standard

The ADSL standard to use

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

linked-ipv6-connection

IPv6 internet connection name which the DS-Lite tunnel is defined on

aftr-address

Hostname or IPv6 address for DS-Lite tunnel

isVlan

This interface is VLAN

Example

set internet-connection "My connection" dmz-connection rj45/sfp-fiber true vlan-id 200 type dhcp conn-test-timeout 50