Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGP does not support prefix filters inside the VRF statement #1248

Closed
1 task done
c-po opened this issue Oct 8, 2021 · 0 comments · Fixed by #1249
Closed
1 task done

BGP does not support prefix filters inside the VRF statement #1248

c-po opened this issue Oct 8, 2021 · 0 comments · Fixed by #1249
Assignees
Labels
type: enhancement New feature or request

Comments

@c-po
Copy link
Contributor

c-po commented Oct 8, 2021

Enhancement summary

Add support for prefix filters inside a BGP VRF statement

Which component of AVD is impacted

eos_cli_config_gen

Use case example

We need prefix filtering support in a VRF.

Describe the solution you would like

Same as for "regular" neighbors

router_bgp:
  vrfs:
    < vrf_name_1 >:
      neighbors:
        < neighbor_ip_address >:
          remote_as: < asn >
          prefix_list_in: < prefix_list_name >
          prefix_list_out: < prefix_list_name >

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@c-po c-po added the type: enhancement New feature or request label Oct 8, 2021
c-po added a commit to c-po/ansible-avd that referenced this issue Oct 8, 2021
ClausHolbechArista pushed a commit that referenced this issue Oct 30, 2021
)

* Feat(eos_cli_config_gen): Add BGP VRF prefix-list support (#1248)

* Upload artefact for issue #1248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants