Reassigns an existing IPv6 address to a new IPv6 address. The destination address can be specified as an IPv6 address or as a MAC address from which an IPv6 address can be calculated.
Output / Response
Returns the object ID of the reassigned IPv6 address.
API call:
long reassignIP6Address ( long oldAddressId, String
destination, String properties )
Parameter | Description |
---|---|
oldAddressId | The object ID of the current IPv6 address. |
destination | The destination of the reassigned address. This can be specified as an IPv6 address string (NetworkID and InterfaceID), or as a MAC address from which the new IPv6 address can be calculated. The MAC address can be specified in the format nnnnnnnnnnnn or nn-nn-nn-nn-nn-nn, where nn is a hexadecimal value. |
properties | Adds object properties, including user-defined fields. |