set internet-connection type ipip

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

Description

Configures settings for an internet connection of type IPIP.

See:

Syntax

set internet-connection <name> type ipip ipv4-address <IPv4 Address> subnet-mask <IPv4 Subnet Mask> linked-ipv6-connection Name of IPv6 Internet Connection> aftr-address <IPv6 Address of IPIP Tunnel> vne-service-name <Name of VNE Service> vne-update-server-url <URL for Update VNE Server> vne-update-server-username <Username for Update VNE Server> vne-update-server-password <Password for Update VNE Server>

Parameters

Parameter

Description

name

Specifies the name of the IPIP Internet connection.

Press the TAB key to see the available options.

ipv4-address

Specifies the IPv4 address for this Internet connection.

subnet-mask

Specifies the IPv4 subnet mask for this Internet connection.

linked-ipv6-connection

Specifies the name of the IPv6 Internet connection.

aftr-address

Specifies the Hostname or IPv6 address for the IPIP tunnel.

vne-service-name

Specifies the VNE service.

Press the TAB key to see the available options.

  • general - General (non-specific) service.

    Available starting from R81.10.15

  • transix - Transix service.

  • v6 connect - v6 Connect service.

  • v6-plus - v6plus Static IP service.

  • xpass - Xpass service.

vne-update-server-url

Specifies the URL for Update VNE Server.

vne-update-server-username

Specifies the username for Update VNE Server.

The username should contain only these characters:

  • A string that contains only lower-case letters (a-z).

  • A string that contains only upper-case letters (A-Z).

  • A string that contains only digits (0-9).

  • A string that contains only an underscore ('_').

vne-update-server-password

Specifies the password for Update VNE Server.

The password should contain only these characters:

  • English alphanumeric

  • ( ) ! @ # $ % ^ & * ? - _ = + : ; . ,

enable-vne-unnumbered-ip

Specifies how to assign a public IP address to a single LAN interface or to a LAN switch on the Quantum Spark Gateway:

  • on - Assign the public IP address (use a numbered IP address).

  • off (default) - Do not assign the public IP address (use an unnumbered IP address).

Example Command

set internet-connection Internet3 type ipip ipv4-address 1.1.1.1 subnet-mask 255.255.255.0 linked-ipv6-connection Internet2 aftr-address ::abcd vne-service-name transix vne-update-server-url https://mysite.com vne-update-server-username myuserName vne-update-server-password pass12345678