InterfaceIPv6
Description
An object specifying the Interface IPv6 Address. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | ||
---|---|---|---|---|---|
enabled | False | boolean | An optional boolean value, TRUE or FALSE (default value). The value TRUE enables IPv6 processing and to automatically configure link-local address when you do not configure the global address. Value FALSE disables IPv6 processing. | ||
autoConfig | False | boolean | An optional boolean value, TRUE or FALSE (default value). The value TRUE indicates that the address will be automatically configured on the Interface. The value FALSE indicates that the address should be configured manually by the user. | ||
dhcpForManagedConfig | False | boolean | An optional boolean value, TRUE or FALSE (default value). The value TRUE sets the Management Address Configuration flag in IPv6 router advertisement packet. The value FALSE does not set the Management Address Configuration flag in IPv6 router advertisement packet. | ||
dhcpForOtherConfig | False | boolean | An optional boolean value, TRUE or FALSE (default value). The value TRUE sets the Other Address Configuration flag in IPv6 router advertisement packet. The value FALSE does not set the Other Address Configuration flag in IPv6 router advertisement packet. | ||
enableRA | False | boolean | An optional boolean value, TRUE or FALSE (default value). The value TRUE enables the device to participate in router advertisements so that neighboring devices can dynamically learn about the address. Value FALSE disables the device from participating from router advertisements. | ||
dadAttempts | False | integer | A mandatory integer value, set to 1 by default, ranges from 0 to 600. The value 0 indicates that DAD is disabled. This value indicates how often the interface performs Duplicate Address Detection. | ||
linkLocalAddress | False | object | An optional IPv6 Address object, that can be automatically configured on any interface based on the interface MAC addresses. Multicast, Loopback and Reserved Research validations are done for this IPv6 Address. Field level constraints: must be a valid IP address. (Note: Additional constraints might exist) |
||
ipAddresses | False | [object] | An ordered list of IPv6 addresses. | ||
prefixes | False | [object] | An ordered set of network prefixes objects that are defined for the IPv6 addresses. The network prefix specifies the network part of the IPv6 address. | ||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |