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
Is your feature request related to a problem? Please describe.
We would like to deploy VIP networks on our NSX Load Balancers (hosted on a T1). For some usage, we need to have some /32 IPs available on the T1 so we plan to broadcast a /29 using route aggregation on the T0 for physical network to know that the VIP network is behind our edge.
Each VIP Network could be associated to dedicated T1 LB and each T1LB comes with a dedicated terraform deployement for scalability.
Since the route aggregation configuration is in the t0 ressource, we are not able to scale as wanted.
Describe the solution you'd like
Is it's possible to create a "route_aggregation" ressource linked to t0 bgp configuration which create a entry held in the state of the deployement.
Then when a deployement is destroyed, the aggregation leave NSX aswell but all others deployement remain operationnal.
Describe alternatives you've considered
We could handle the route aggregation in another state and link the new Tier1 to the Tier0 using a data, but it needs to manipulate 2 separated terraform states
Additional context
We are in NSX 3.1 moving soon to 3.2 but i don't think this is usefull to solve the problem described above
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We would like to deploy VIP networks on our NSX Load Balancers (hosted on a T1). For some usage, we need to have some /32 IPs available on the T1 so we plan to broadcast a /29 using route aggregation on the T0 for physical network to know that the VIP network is behind our edge.
Each VIP Network could be associated to dedicated T1 LB and each T1LB comes with a dedicated terraform deployement for scalability.
Since the route aggregation configuration is in the t0 ressource, we are not able to scale as wanted.
Describe the solution you'd like
Is it's possible to create a "route_aggregation" ressource linked to t0 bgp configuration which create a entry held in the state of the deployement.
Then when a deployement is destroyed, the aggregation leave NSX aswell but all others deployement remain operationnal.
Describe alternatives you've considered
We could handle the route aggregation in another state and link the new Tier1 to the Tier0 using a data, but it needs to manipulate 2 separated terraform states
Additional context
We are in NSX 3.1 moving soon to 3.2 but i don't think this is usefull to solve the problem described above
The text was updated successfully, but these errors were encountered: