NeighborOrigin

class ydk.models.openconfig.openconfig_if_ip.NeighborOrigin

NeighborOrigin (Enum Class)

The origin of a neighbor entry.

OTHER = 0

None of the following.

STATIC = 1

Indicates that the mapping has been statically

configured - for example, using NETCONF or a Command Line

Interface.

DYNAMIC = 2

Indicates that the mapping has been dynamically resolved

using, e.g., IPv4 ARP or the IPv6 Neighbor Discovery

protocol.