IPv6DiscoveryOptions

IPv6DiscoveryOptions
IPv6DiscoveryOptions

Contains IPv6 related discovery options.

JSON Example
{
    "dhcp_snooping_v6_enabled": false,
    "nd_snooping_config": {
        "nd_snooping_enabled": false,
        "nd_snooping_limit": 0
    },
    "vmtools_v6_enabled": false
}
boolean
dhcp_snooping_v6_enabled
Optional

Enable this method will snoop the DHCPv6 message transaction which a VM makes with a DHCPv6 server. From the transaction, we learn the IPv6 addresses assigned by the DHCPv6 server to this VM along with its lease time.

nd_snooping_config
Optional

Contains Neighbor Discovery Protocol (ND) snooping related configuration.

boolean
vmtools_v6_enabled
Optional

Enable this method will learn the IPv6 addresses which are configured on interfaces of a VM with the help of the VMTools software.