IpAddressOrigin

class ydk.models.openconfig.openconfig_if_ip.IpAddressOrigin

IpAddressOrigin (Enum Class)

The origin of an address.

OTHER = 0

None of the following.

STATIC = 1

Indicates that the address has been statically

configured - for example, using NETCONF or a Command Line

Interface.

DHCP = 2

Indicates an address that has been assigned to this

system by a DHCP server.

LINK_LAYER = 3

Indicates an address created by IPv6 stateless

autoconfiguration that embeds a link-layer address in its

interface identifier.

RANDOM = 4

Indicates an address chosen by the system at

random, e.g., an IPv4 address within 169.254/16, an

RFC 4941 temporary address, or an RFC 7217 semantically

opaque address.