The NSX Migration for VMware Cloud Director tool version 1.4.0 supports several new features:
- Parallel migrations: You can run multiple migration instances with bridging at the same time using the same or different bridge edge cluster(s). Should the same bridge edge cluster be used, the bridging Transport Zone and Bridge Uplink Profile will be unique for each migration instance. The bridging edge cluster can be used by multiple parallel migrations but depends upon the availability of edge transport nodes in the clusters. Each edge transport node can be used by single migration only.
- Static Routes migration: The migration tool will migrate the internal static routes configured on the edge gateway. Internal static routes correspond to those static routes that route traffic within the Org VDC (the next hop is from Org VDC network IP space). This feature will be supported only with VMware Cloud Director version 10.4 or higher.
- Granular Edge Gateway parameters: You can now provide the following granular edge parameters per gateway in the user input YAML file:
Tier0Gateways
NoSnatDestinationSubnet
ServiceEngineGroupName
LoadBalancerVIPSubnet
LoadBalancerServiceNetwork
LoadBalancerServiceNetworkIPv6
AdvertiseRoutedNetworks
NonDistributedNetworks
ServiceNetworkDefinition
Note:Specifying granular edge gateway parameters is optional. If parameters are not provided at the edge gateway level in the user input YAML file, then the parameters specified at the Org VDC level will be used.
- Migration of edge gateway without default gateway: You can migrate edge gateways that have no default gateway configured.
- External Network/Tier-0 Gateway static IP pool having single IP: The migration tool will not fail with an error anymore during cleanup/rollback when only single IP is present in the External Network/Tier-0 Gateway static IP pool. To achieve this, the newly added field EmptyIPPoolOverride must be set to True in the user input YAML file. Since the IP is not removed by the migration tool it is the user’s responsibility to remove the IP manually to prevent potential IP conflict.
- IPV6 support in Load Balancer virtual service: The migration tool now supports both IPv4 and IPv6 addresses to be configured in Load Balancer virtual service and pools. This feature will be supported only with VMware Cloud Director version 10.4 or higher.
- ANY in TCP/UDP rule in NAT/Firewall/DFW: You can migrate gateway firewall and distributed firewall rules with TCP/UDP protocol having ‘any’ specified in its source or destination service. Similarly, you can migrate NAT rules with TCP/UDP protocol and ‘any’ specified as a port.
- Custom service network for edge gateway DNS and DHCP services: DNS forwarding and DHCP server networking services running on NSX-T edge Gateway uses IP addresses from the service network subnet which is by default 192.168.255.225/27. If this subnet clashes with an existing NSX-V Org VDC network, then the serviceNetworkDefinition field is added in the user input YAML file to create an Org VDC edge gateway with a custom service network.
- Migration of DFW on external network: You can now migrate DFW rules set on direct networks. The migration tool now supports DFW rules on external network that are being migrated as imported networks (VLAN segment backed) to target Data Center Group.
- vApp states: Empty vApps and vApps in failed creation, unresolved, unrecognized, or inconsistent states will be ignored during the migration and will be deleted during the cleanup. vApps in maintenance mode will be identified as a migration blocker during pre-check.
- NAT-IP Firewall Matching: The migration tool will create additional firewall rules when the original IP address in the DNAT rule and destination IP address in the firewall rule is the same and belongs to a Non-Distributed (SR connected) network subnet. This will ensure proper external connectivity after migration to NSX-T as the service port on SR has its firewall instance and the packets passing through will have the translated destination IP.
- IPv6 Routing: The migration tool will advertise IPv6 subnets of Org VDC networks (single or dual stacked) if the
AdvertiseRoutedNetworks
field in the user input YAML file is set to True. - Skip BGP Migration: The migration tool will not migrate the BGP configuration if the
SkipBGPMigration
field in the user input YAML file is set to True. - Log Files: The directory structure of logs has been changed.
Logs can be found in the following directories:
- Migration logs can be found in the Migration directory
Logs>VCD- (IP/FQDN of VCD)->
- Assessment logs can be found in the v2tAssessment directory
Logs>VCD- (IP/FQDN of VCD)->
- Additionally, the migration logs name is prefixed with the organization name to identify logs easily. Assessment reports can be found in the 'reports' folder.
- Migration logs can be found in the Migration directory