CommunityType¶
-
class
ydk.models.openconfig.openconfig_bgp_types.CommunityType¶ CommunityType (Enum Class)
type describing variations of community attributes:
STANDARD: standard BGP community [rfc1997]
EXTENDED: extended BGP community [rfc4360]
BOTH: both standard and extended community
-
STANDARD = 0 Send only standard communities
-
EXTENDED = 1 Send only extended communities
-
BOTH = 2 Send both standard and extended communities
-
NONE = 3 Do not send any community attribute
-