You can provision a Gateway with both IPv4 and IPv6 addresses.

Prerequisites

Ensure that the SASE Orchestrator is running version 5.0.0 as described in Upgrade SASE Orchestrator for Dual Stack Support.

Deploy VMware SD-WAN Gateway on AWS

Consider the following guidelines while deploying SD-WAN Gateways on AWS.

  • While migrating Gateways on cloud, it is recommended to destroy and create new instance of Gateways with the IPv6 option enabled.
  • When a VMware SD-WAN Gateway is freshly deployed with a AWS c5.4xlarge instance type from the AWS portal with IPv6 option selected, it is required to only use the static mode of IPv4/IPv6 address assignment on interfaces for the Gateway because VMware SD-WAN does not support DHCP on the Gateway side.

Setup IPv6 Address on Gateways for a new Deployment

  1. Create a Gateway pool with IP version type as IPv4 and IPv6.
  2. Deploy a new Gateway with version 5.0.0. You can configure IPv4 and IPv6 addresses on public interface using netplan, if IPv6 is not available in metadata.

    The following example shows a sample configuration:

    vcadmin@vcg2:~$ cat /etc/netplan/50-cloud-init.yaml 
    network:
     ethernets:
      eth0:
       addresses: [169.254.10.2/29, 'fd00:ff01:0:1::2/64']
       routes:
       - {metric: 1, to: 0.0.0.0/0, via: 169.254.10.1}
       - {metric: 1, to: '0::0/0', via: 'fd00:ff01:0:1::1'}
      eth1:
       addresses: [101.101.101.11/24]
       routes:
       - {metric: 2, to: 0.0.0.0/0, via: 101.101.101.10}
      eth2:
       addresses: [192.168.0.111/24]
     renderer: networkd
     version: 2
    vcadmin@vcg2:~$
  3. After updating the netplan, run sudo netplan apply to apply the configuration.
    vcadmin@vcg2:~$ sudo netplan apply
    vcadmin@vcg2:~$
  4. Activate the Gateway using IPv4 address of the Orchestrator. If the Orchestrator is provisioned with dual stack, you can activate the Gateway using either IPv4 or IPv6 address of the Orchestrator.
  5. After activating, the Orchestrator will push both the IPv4 and IPv6 information to Edges.
  6. Upgrade the Software version of Edge to version 5.0.0. Once the Edges are upgraded, the Orchestrator enables options to setup IPv6 related device settings.

Setup IPv6 Address on Gateways Upgraded from Previous Release

  1. Upgrade the Gateways to release 5.0.0.
  2. In Gateway shell, update the netplan configurations with IPv6 address. The following example shows a sample configuration:
    vcadmin@vcg2:~$ cat /etc/netplan/50-cloud-init.yaml 
    network:
     ethernets:
      eth0:
       addresses: [169.254.10.2/29, 'fd00:ff01:0:1::2/64']
       routes:
       - {metric: 1, to: 0.0.0.0/0, via: 169.254.10.1}
       - {metric: 1, to: '0::0/0', via: 'fd00:ff01:0:1::1'}
      eth1:
       addresses: [101.101.101.11/24]
       routes:
       - {metric: 2, to: 0.0.0.0/0, via: 101.101.101.10}
      eth2:
       addresses: [192.168.0.111/24]
     renderer: networkd
     version: 2
    vcadmin@vcg2:~$
    vcadmin@vcg2:~$ sudo netplan apply
    vcadmin@vcg2:~$
  3. In the Orchestrator portal, navigate to the Gateways page and select the upgraded IPv4 Gateway.
  4. In the Overview page of the selected Gateway, under the Status section enter the IPv6 address configured in the Gateway Shell.

    For more information, see Configure Gateways.

  5. The Orchestrator will push the IPv6 configurations to the Edges.
  6. Upgrade the Software version of Edge to version 5.0.0. Once the Edges are upgraded, the Orchestrator enables options to setup IPv6 related device settings.
  7. You must rebalance Gateways at the Edge level or for the entire Enterprise Customer, for the Edges to get the IPv6 information of Gateway from Orchestrator.

For more information, refer to the following topics: