CommunityType
- class ydk.models.ydktest.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