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
Looking at BGP Neighbor config, is there a way to create or programmatically get the path to a route map?
BGP Neighbor Policy
I'm looking to set the out filter
out_route_filter- (Optional) Path of prefix-list or route map to filter routes for OUT direction.
I can hard code it in, but how can I set it as a data source?
The text was updated successfully, but these errors were encountered:
Hello, The data source is not available as of now, it is on the roadmap.
Sorry, something went wrong.
What is the format for the paths? I'm currently trying it like this, but it doesn't work. No error and no out route:
out_route_filter = "/infra/tier-0s/a5cc9929-d9eb-4d7e-affa-bbc2cee771dd/route-maps/Primary_Policy"
That string is the policy path I copy from the NSX UI.
Thanks @pokepoke81, indeed there is a bug in this area. Fixing with https://github.com/terraform-providers/terraform-provider-nsxt/pull/387
Route Map resource was added, thus closing this.
Successfully merging a pull request may close this issue.
Looking at BGP Neighbor config, is there a way to create or programmatically get the path to a route map?
BGP Neighbor Policy
I'm looking to set the out filter
out_route_filter- (Optional) Path of prefix-list or route map to filter routes for OUT direction.
I can hard code it in, but how can I set it as a data source?
The text was updated successfully, but these errors were encountered: