BgpActions¶
Children
-
class
RoutingPolicy.PolicyDefinitions.PolicyDefinition.Statements.Statement.Actions.BgpActions¶ Bases:
EntityClass Hierarchy :
RoutingPolicyPolicyDefinitionsPolicyDefinitionStatementsStatementActionsBgpActionsThis class represents configuration data.
Top-level container for BGP-specific actions
-
set_as_path_prepend¶ Action to prepend the specified AS number to the AS-path a specified number of times
type:
SetAsPathPrepend
-
set_community¶ Action to set the community attributes of the route, along with options to modify how the community is modified. Communities may be set using an inline list OR reference to an existing defined set (not both)
type:
SetCommunity
-
set_ext_community¶ Action to set the extended community attributes of the route, along with options to modify how the community is modified. Extended communities may be set using an inline list OR a reference to an existing defined set (but not both)
type:
SetExtCommunity
-