Posts

Showing posts from March, 2024

Juniper EVPN-VXLAN Data Center Interconnection

Image
In this post, I will walk you through the deployment process of EVPN-VXLAN Data Center Interconnection. Data Centers are interconnected via WAN links and BGP has been enabled as both the Overlay and Underlay routing protocols. Each device within the IP fabric is assigned a unique Autonomous System Number (ASN) The underlay routing configuration ensures seamless reachability between all devices in the underlay the IP fabric. Overlay routing with VXLANs are reachable between VTEP across underlay IP fabric. EVPN-VXLAN configuration is established between DC1 and DC2 data centers, and Extended VLANs are configured to span between the two data centers, enhancing the scope and flexibility of the network. Here is the topology that I have designed and implemented: DC1-SW1 set interfaces ge-0/0/0 description TO-DC1-R1 set interfaces ge-0/0/0 unit 0 family inet address 192.168.253.2/30 set interfaces ge-0/0/1 description TO-DC1-SW2 set interfaces ge-0/0/1 unit 0 family inet ...