We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for prefix filters inside a BGP VRF statement
eos_cli_config_gen
We need prefix filtering support in a VRF.
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 >
No response
The text was updated successfully, but these errors were encountered:
Feat(eos_cli_config_gen): Add BGP VRF prefix-list support (aristanetw…
bcf7cd0
…orks#1248)
Upload artefact for issue aristanetworks#1248
22f1cf4
Feat(eos_cli_config_gen): Add BGP VRF prefix-list support (#1248) (#1249
da936de
) * Feat(eos_cli_config_gen): Add BGP VRF prefix-list support (#1248) * Upload artefact for issue #1248
c-po
Successfully merging a pull request may close this issue.
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
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: