AsPathSegmentType¶
-
class
ydk.models.openconfig.openconfig_bgp_types.
AsPathSegmentType
¶ AsPathSegmentType (Enum Class)
Defines the types of BGP AS path segments.
-
AS_SEQ = 0
Ordered set of autonomous systems that a route in
the UPDATE message has traversed
-
AS_SET = 1
Unordered set of autonomous systems that a route in
the UPDATE message has traversed
-
AS_CONFED_SEQUENCE = 2
Ordered set of Member Autonomous
Systems in the local confederation that the UPDATE message
has traversed
-
AS_CONFED_SET = 3
Unordered set of Member Autonomous Systems
in the local confederation that the UPDATE message has
traversed
-