add internet-connection interface type ipip

Description

Adds an internet connection of type IPIP to the specified interface.

IPIP, a variation of DS-Lite, is used to tunnel IPv4 traffic over IPv6-only networks. As in DS-Lite, the IPv4 traffic is tunneled over an existing IPv6 connection. The DS-Lite/IPIP tunnel is created between the client (gateway) and a peer (AFTR which resides on the ISP and is configured statically or acquired via DHCPv6).

Important - Before you can run this command, you must enable the IPIP feature. See set advanced-settings ipip-enabled.

See:

Syntax

add internet-connection interface <interface name> type ipip linked-ipv6-connection <name of IPv6 connection> aftr-address <AFTR address> vne-service-name <VNE service name> vne-update-server-url <VNE server URL> vne-update-server-username <VNE server user name> vne-update-server-password <vne server password> ipv4-address <IPv4 address> subnet-mask <subnet mask>

Parameters

Parameter

Description

interface

Specifies the interface.

Press the TAB key to see the available options.

linked-ipv6-connection

Name of the IPv6 connection.

aftr-address

Hostname or IPv6 address.

vne-service-name

Specifies the VNE service

Press the TAB key to see the available options.

vne-update-server-url

URL of server

vne-update-server-username

Password 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

Password should contain only these characters:

  • English alphanumeric

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

ipv4-address

IPv4 address

subnet-mask

Subnet Mask for the IPv4 address

Example

add internet-connection interface WAN type ipip 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 ipv4-address 1.1.1.1 subnet-mask 255.255.255.0