You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: