Starting with NSX-T 3.2, this configuration change is a prerequisite only for lift-and-shift migrations. The export version of Distributed Firewall must be set to 1000 on hosts before you start a migration.
Procedure
- ♦ For each host, complete the following steps.
- Log into the command-line interface.
- Retrieve the Distributed Firewall filter for the host.
[root@esxi:~] vsipioctl getfilters | grep "Filter Name" | grep "sfw.2" name: nic-2112467-eth0-vmware-sfw.2 name: nic-2112467-eth1-vmware-sfw.2 name: nic-2112467-eth2-vmware-sfw.2 [root@esxi:~]
- Use the filter information to retrieve the export version for the host.
[root@esxi:~] vsipioctl getexportversion -f nic-2112467-eth0-vmware-sfw.2 Current export version: 500 [root@esxi:~]
- If the version is not 1000, set the export version by using any one of the following methods:
- Method 1: Run the vsipioctl setexportversion command.
[root@esxi:~] vsipioctl setexportversion -f nic-2112467-eth0-vmware-sfw.2 -e 1000
- Method 2: Disable and then enable Distributed Firewall on the cluster.
In the vSphere Client, navigate to . Select the cluster and click . After the firewall is disabled, click .
- Method 1: Run the vsipioctl setexportversion command.
- Verify that the export version is updated.
[root@esxi:~] vsipioctl getexportversion -f nic-2112467-eth0-vmware-sfw.2 Current export version: 1000