AddressBindingEntry

AddressBindingEntry
AddressBindingEntry

An address binding entry is a combination of the IP-MAC-VLAN binding for a logical port. The address bindings can be obtained via various methods like ARP snooping, DHCP snooping etc. or by user configuration.

JSON Example
{
    "binding": {
        "ip_address": "string",
        "mac_address": "string",
        "vlan": 0
    },
    "binding_timestamp": 0,
    "source": "string"
}
binding
Optional

A packet is classified to have an address binding, if its address configuration matches with all user specified properties.

integer As int64 As int64
binding_timestamp
Optional

Timestamp at which the binding was discovered via snooping or manually specified by the user

string
source
Optional
Constraints: default: UNKNOWN

Source from which the address binding entry was obtained

Possible values are : INVALID, UNKNOWN, USER_DEFINED, ARP_SNOOPING, DHCP_SNOOPING, VM_TOOLS, ND_SNOOPING, DHCPV6_SNOOPING, VM_TOOLS_V6,