l3_edge configuration #2215
-
Hi am attempting to configure a multi DC Fabric, and am struggling to work out how the DCI & L3 Edge configuration is supposed to work. I would like to be able to stretch L2 vlans across DCs for VM migration. the l3_edge config is fairly simple, but I am not sure how it is supposed to work both from the perpective of connecting the overlay VRF to external devices such as firewalls, and also for the inter site DCI connections. The docs say "Make sure to configure the variables in a group_vars file covering all devices mentioned in the data model." but I can't see how I shoild reference the DCI configured under the L3_edge. I have the following config
setting Can someone please either point me in the direction of a multi DC example using l3_edge or explain what other components are required. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi |
Beta Was this translation helpful? Give feedback.
Hi
The
l3_edge
model will not cover overlay VRFs. We try to gather all data around VRFs inside the "Network Services" data model (tenants
key by default).This means that when you add or remove a VRF, there is only one place to modify.
If you look under the VRFs here, you will find
l3_interfaces
,bgp_peers
,static_routes
etc.I hope this helps getting you started.
BR
Claus