InlineSegmentIpDiscoveryProfile1

InlineSegmentIpDiscoveryProfile1
InlineSegmentIpDiscoveryProfile1
JSON Example
{
    "isArpSnoopingEnabled": false,
    "arpBindingLimit": 0,
    "isDhcpSnoopingV4Enabled": false,
    "isVmToolsV4Enabled": false,
    "isDhcpSnoopingV6Enabled": false,
    "isVmToolsV6Enabled": false,
    "isNdSnoopingEnabled": false,
    "ndSnoopingLimit": 0,
    "arpNdBindingTimeout": 0,
    "isDuplicateIpDetectionEnabled": false,
    "isTofuEnabled": false
}
boolean
isArpSnoopingEnabled
Optional

Whether ARP snooping is enabled.

integer
arpBindingLimit
Optional

Indicates the number of arp snooped IP addresses to be remembered per LogicalPort.

boolean
isDhcpSnoopingV4Enabled
Optional

Whether DHCP snooping for IPv4 is enabled.

boolean
isVmToolsV4Enabled
Optional

Whether fetching IPv4 address using vm-tools is enabled. This option is only supported on ESX where vm-tools is installed.

boolean
isDhcpSnoopingV6Enabled
Optional

isDhcpSnoopingV6Enabled

boolean
isVmToolsV6Enabled
Optional

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.

boolean
isNdSnoopingEnabled
Optional

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.

integer
ndSnoopingLimit
Optional

Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses.

integer
arpNdBindingTimeout
Optional

ARP and ND cache timeout (in minutes).

boolean
isDuplicateIpDetectionEnabled
Optional

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.

boolean
isTofuEnabled
Optional

Whether "Trust on First Use(TOFU)" paradigm is enabled.