EncapsulationHeaderType¶
-
class
ydk.models.openconfig.openconfig_aft_types.EncapsulationHeaderType¶ EncapsulationHeaderType (Enum Class)
Types of tunnel encapsulation that are supported by systems as either
head- or tail-end.
-
GRE = 0 The encapsulation header is a Generic Routing Encapsulation
header.
-
IPV4 = 1 The encapsulation header is an IPv4 packet header
-
IPV6 = 2 The encapsulation header is an IPv6 packet header
-
MPLS = 3 The encapsulation header is one or more MPLS labels indicated
by the pushed and popped label stack lists.
-