CMMVC6329E The command has failed because the IP address or DNS is not valid.
Explanation
The valid IPv4 address format is d.d.d.d, where d is a decimal value in the range 0 - 255.
Valid IPv6 address formats are:
- x:x:x:x:x:x:x:x
- x:x:x:x:x:x:d.d.d.d
where d is a decimal value in the range 0 - 255 of an IPv4 address and x is a hexadecimal value of an IPv6 address.
A special syntax is available to compress long strings of zero bits. The use of '::' indicates multiple groups of zeros. The '::' can appear only once in an address. The '::' can also be used to compress the leading or trailing zeros in an address.
- Example: 123.123.123.123
- Example: 1080:0:0:0:8:800:200C:417A, which can be compressed to 1080::8:800:200C:417A
- Example: 0:0:0:0:0:FFFF:129.144.52.38, which can be compressed to ::FFFF:129.144.52.38
- Example: 0:0:0:0:0:0:13.1.68.3, which can be compressed to ::13.1.68.3
User response
Retry the command, specifying a valid IP address or DNS name.