CMMVC6325E The command has failed because the IPv6 gateway address is not valid.
Explanation
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 from 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
Specify a valid IPv6 gateway address, and resubmit the task.