BgpConditions¶
Children
as_path_lengthcommunity_countconfigmatch_as_path_setmatch_community_setmatch_ext_community_setstate
-
class
RoutingPolicy.PolicyDefinitions.PolicyDefinition.Statements.Statement.Conditions.BgpConditions¶ Bases:
EntityClass Hierarchy:
RoutingPolicyPolicyDefinitionsPolicyDefinitionStatementsStatementConditionsBgpConditionsThis class represents configuration data.
Top-level container
-
community_count¶ Value and comparison operations for conditions based on the number of communities in the route update
type:
CommunityCount
-
as_path_length¶ Value and comparison operations for conditions based on the length of the AS path in the route update
type:
AsPathLength
-
match_community_set¶ Top-level container for match conditions on communities. Match a referenced community-set according to the logic defined in the match-set-options leaf
type:
MatchCommunitySet
-
match_ext_community_set¶ Match a referenced extended community-set according to the logic defined in the match-set-options leaf
type:
MatchExtCommunitySet
-
match_as_path_set¶ Match a referenced as-path set according to the logic defined in the match-set-options leaf
type:
MatchAsPathSet
-