add internet-connection type map-e

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

Description

Mapping of Address and Port using Encapsulation (MAP-E), like DSLite, is a mechanism to facilitate the transition from IPv4 to IPv6. Both the address and port mapping information are embedded within the IPv6 address.

Unlike DSLite, this method involves a direct mapping scheme without the need for a centralized CGNAT. IPv4 packers are encapsulation in IPv6 but use predefined mapping rules to determine the destination.

Use this command to configure the MAP-E vendor and the MAP-E connection types (static or dynamic).

See:

In WebUI, this corresponds to:

  1. Click the Device view > Network section > Internet page.

  2. Click New and in the New Internet Connection window, enter the Name and select the Interface from the pulldown menu.

  3. For Type, select Mapping of Address and Port.

Syntax

add internet-connection name <Name of MAP-E Connection> interface <Name of Interface> type map-e

      map-e-vendor jpix

            map-e-connection-type dynamic aftr-address <DS-Lite/IPIP Tunnel> linked-ipv6-connection <Name of IPv6 Connection>

      map-e-vendor ocn

            map-e-connection-type dynamic aftr-address <DS-Lite/IPIP Tunnel> linked-ipv6-connection <Name of IPv6 Connection>

            map-e-connection-type static vne-update-server-url <URL of Update VNE Server> vne-update-server-username <Username for Update VNE Server> vne-update-server-password <Password for Update VNE Server> enable-vne-unnumbered-ip {on | off} aftr-address <DS-Lite/IPIP Tunnel> linked-ipv6-connection <Name of IPv6 Connection>

Parameters

Parameter

Description

name

Specifies the name for this MAP-E Internet connection.

interface

Specifies the name of the interface.

Press the TAB key to see the available options.

The supported interfaces are:

  • WAN

  • DMZ

  • LAN

  • VXLAN

type

Specifies the MAP-E type for this Internet connection.

map-e-vendor

Specifies the MAP-E vendor:

  • ocn - OCN Virtual Connect

  • jpix - JPIX

map-e-connection-type

Specifies the MAP-E connection type:

  • dynamic - Dynamic (supported for both MAP-E vendors "OCN" and "JPIX")

  • static - Static (supported only for the MAP-E vendor "OCN")

aftr-address

Specifies the Hostname or IPv6 address for a DS-Lite/IPIP tunnel.

linked-ipv6-connection

Specifies the Name of the applicable IPv6 Internet connection.

Press the TAB key to see the available options.

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 - OCN vendor - static MAP-E Connection

add internet-connection name MAPE interface DMZ type map-e map-e-vendor ocn map-e-connection-type static vne-update-server-url https://example.com vne-update-server-username john vne-update-server-password 123123123 enable-vne-unnumbered-ip off aftr-address 12::1 linked-ipv6-connection Internet2

Example - OCN vendor - dynamic MAP-E Connection

add internet-connection name MAPE interface DMZ type map-e map-e-vendor ocn map-e-connection-type dynamic aftr-address 12::1 linked-ipv6-connection Internet2

Example - JPIX vendor - dynamic MAP-E Connection

add internet-connection name MAPE interface DMZ type map-e map-e-vendor jpix map-e-connection-type dynamic aftr-address 12::1 linked-ipv6-connection Internet2