BgpSetCommunityOptionType¶
-
class
ydk.models.openconfig.openconfig_bgp_policy.
BgpSetCommunityOptionType
¶ BgpSetCommunityOptionType (Enum Class)
Type definition for options when setting the community
attribute in a policy action
-
ADD = 0
add the specified communities to the existing
community attribute
-
REMOVE = 1
remove the specified communities from the
existing community attribute
-
REPLACE = 2
replace the existing community attribute with
the specified communities. If an empty set is
specified, this removes the community attribute
from the route.
-