-
Feature Request
-
Resolution: Duplicate
-
Normal
-
None
-
2.4
-
False
-
-
False
1. What is the nature and description of the request?
Support for configuring route policies in cisco.iosxr.iosxr collection.
2. Why does the customer need this? (List the business requirements here)
It would be very nice to be able to configure route policies within the cisco.iosxr.iosxr collection.
Here is an example configuration of a route policy from an ios-xr device:
route-policy BGP-POL-TE2DNB-IN if as-path in (ios-regex '_2119_', ios-regex '_600_') then drop else if destination in PL-TE2DNB-IN then pass set community (15688:1) additive set local-preference 150 else drop endif endif end-policy
3. Impact to the business
Not able to leverage ansible to configure route-policies.