InlineSegmentIpDiscoveryProfile1
{
"isArpSnoopingEnabled": false,
"arpBindingLimit": 0,
"isDhcpSnoopingV4Enabled": false,
"isVmToolsV4Enabled": false,
"isDhcpSnoopingV6Enabled": false,
"isVmToolsV6Enabled": false,
"isNdSnoopingEnabled": false,
"ndSnoopingLimit": 0,
"arpNdBindingTimeout": 0,
"isDuplicateIpDetectionEnabled": false,
"isTofuEnabled": false
}
Whether ARP snooping is enabled.
Indicates the number of arp snooped IP addresses to be remembered per LogicalPort.
Whether DHCP snooping for IPv4 is enabled.
Whether fetching IPv4 address using vm-tools is enabled. This option is only supported on ESX where vm-tools is installed.
isDhcpSnoopingV6Enabled
Whether fetching IPv6 address using vm-tools is enabled. This will learn the IPv6 addresses which are configured on interfaces of a VM with the help of the VMTools software.
Whether ND snooping is enabled. If true, this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM. From the NS messages, we will learn about the source which sent this NS message. From the NA message, we will learn the resolved address in the message which the VM is a recipient of. Addresses snooped by this method are subject to TOFU.
Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses.
ARP and ND cache timeout (in minutes).
Whether duplicate IP detection is enabled. Duplicate IP detection is used to determine if there is any IP conflict with any other port on the same logical switch. If a conflict is detected, then the IP is marked as a duplicate on the port where the IP was discovered last.
Whether "Trust on First Use(TOFU)" paradigm is enabled.