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

[BUG] Unable to enable T0 VRF BGP #646

Closed
vfuyong opened this issue Jul 13, 2021 · 2 comments · Fixed by #756
Closed

[BUG] Unable to enable T0 VRF BGP #646

vfuyong opened this issue Jul 13, 2021 · 2 comments · Fixed by #756
Assignees
Labels
bug Bug

Comments

@vfuyong
Copy link

vfuyong commented Jul 13, 2021

Provider version: 3.2.2 (latest)

resource "nsxt_policy_bgp_config" "config" {
gateway_path = nsxt_policy_tier0_gateway.gw1.path
enabled = true
ecmp = true
}

As far as I understand, only "enabled" and "ecmp" need to be specified.

Here is the output:

Error: Failed to create BgpRoutingConfig: Only ecmp, enabled, BGP Aggregate to be configured for VRF BGP Config. (code 503175)

@benohara
Copy link

seeing the same

@enhaocui enhaocui self-assigned this Jul 26, 2021
@annakhm annakhm added the bug Bug label Aug 3, 2021
@fgrehl
Copy link

fgrehl commented Sep 16, 2021

Same problem with 3.2.4.
I think it tries to set default BGP timers (graceful_restart_timer, graceful_restart_stale_route_timer) when you do not set them in the resource. When TF communicates with the NSX-T API, it must not set those. It will automatically inherit parent Tier-0 timers.

@annakhm annakhm linked a pull request May 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants