Ensure that the docker is configured with proper stack (IPv6 or IPv4 or both) and the docker container is running on --net host to reach IPV6 addresses.

To perform migration on the IPV6 environments it is mandatory to enter the values for following fields:

  • IPv6 address can be specified as is in the vm_endpoint field.

For reference, see the following sample input.json

{    
      "tcaMgr": {        
         "name": "TCA Manager",        
         "vmEndpoint": "3083::xxx",        
          ...        
         "vcEndpoint": "vcprime.ipv6.com",        
         "vcUsername": "[email protected]",        
         ...    
      },    
       "tcaCps": [        
           {            
               "name": "cdc1",            
               "vmEndpoint": "3083::xxx",            
               "vcEndpoint": "vcprime.ipv6.com",            
               "vcUsername": "[email protected]",            
                ...        
               }    
         ]
}