Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-1535

Support for configuring route policies in cisco.iosxr.iosxr collection.

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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.

              dmendoza@redhat.com Dafne Mendoza
              dmendoza@redhat.com Dafne Mendoza
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: