IpVersion¶
-
class
ydk.models.openconfig.openconfig_inet_types.
IpVersion
¶ IpVersion (Enum Class)
This value represents the version of the IP protocol.
Note that integer representation of the enumerated values
are not specified, and are not required to follow the
InetVersion textual convention in SMIv2.
-
UNKNOWN = 0
An unknown or unspecified version of the Internet
protocol.
-
IPV4 = 4
The IPv4 protocol as defined in RFC 791.
-
IPV6 = 6
The IPv6 protocol as defined in RFC 2460.
-