set internet-connection dmz-connection rj45/sfp-fiber / sfp-dsl
In the R81.10.X releases, this command is available starting from the R81.10.00 version.
Description
Configure an RJ45/SFP-Fiber or SFP-DSL internet connection.
Syntax for RJ45/SFP-Fiber
|
Syntax for SFP-DSL
|
Parameters
Parameter |
Description |
---|---|
internet-connection |
The name of the Internet connection. Press the TAB key to see the available options. |
dmz-connection |
The type of the Internet connection:
|
type |
The type of the connection:
|
bridge-name |
The name of the Bridge connection. A bridge name should from |
bridge-type |
The type of the bridge for this connection:
|
ipv4-address |
IPv4 address (for a static IP configuration). |
mask-length |
IPv4 subnet mask length. |
subnet-mask |
IPv4 subnet mask (X.X.X.X, or 255.255.255.255). |
default-gw |
IPv4 address of the default gateway. |
dns-primary |
IPv address of the Primary DNS server. |
dns-secondary |
IPv address of the Secondary DNS server. |
dns-tertiary |
IPv address of the Tertiary DNS server. |
aftr-address |
IPv6 address or Hostname for the DS-Lite / IPIP tunnel. |
linked-ipv6-connection |
IPv6 internet connection name, on which the DS-Lite / IPIP tunnel is configured. Press the TAB key to see the available options. |
probe-next-hop |
Enables ( |
probe-servers |
Enables ( You configure these servers with this command:
|
vne-service-name |
The VNE provider name:
|
enable-vne-unnumbered-ip |
Enables ( |
vne-ddns-id |
DDNS ID of the VNE provider. |
vne-ddns-password |
DDNS password of the VNE provider. |
vne-fqdn |
FQDN of the VNE provider. |
vne-update-server-password |
The password for the VNE provider update server. |
vne-update-server-url |
The URL for the VNE provider update server. |
vne-update-server-username |
The username for the VNE provider update server. |
server |
Server IPv4 address. |
username |
User name. |
password |
User password in plain text. |
password-hash |
The hash of the user password |
local-ipv4-address |
Local IPv4 address for the tunnel. The option " |
is-unnumbered-ppoe |
Enables ( With an unnumbered PPPoE you can manage a range of IP addresses and dial only once. |
wan-ipv4-address |
WAN wrapper IPv4 address. The option " |
wan-mask-length |
WAN wrapper subnet mask length. |
wan-subnet-mask |
WAN wrapper subnet mask. |
encapsulation |
Encapsulation type for the ADSL connection:
|
idle-time |
Disconnect idle time 0-1440 seconds. |
method |
Authentication protocol:
|
standard |
The ADSL standard to use:
|
vci |
The VCI value (0-65535) for the ADSL connection. |
vpi |
The VPI value (0-255) for the ADSL connection. |
use-connection-as-vlan vlan-id |
Configures this connection as VLAN. |
conn-test-timeout |
Connection test timeout in seconds. |
Example Commands
-
Configure a static IPv4 address:
set internet-connection Internet1 dmz-connection rj45/sfp-fiber type static ipv4-address 192.168.20.33 subnet-mask 255.255.255.0 default-gw 192.168.20.1
-
Configure a VLAN:
set internet-connection "My connection" dmz-connection rj45/sfp-fiber true vlan-id 200 type dhcp conn-test-timeout 50