Skip to content

EVPN VXLAN Dual DC L3 Gateway

Lab Overview

Name evpnl3gw
Description eBGP Overlay and eBGP Underlay
Devices 2 Spines + 2 MLAG Leaf Pairs + 2 Border Leaves + 4 Clients (per DC)
Lab Directory avd-cEOS-Lab/labs/evpn/avd_dual_dc_l3_gw
Reveal Topology

Figure avd_dual_dc_l3_gw

Deploy Lab

  • Navigate to the lab directory
cd avd-cEOS-Lab/labs/evpn/avd_dual_dc_l3_gw
  • Deploy the cEOS-lab containers.
sudo containerlab deploy -t topology.yaml
  • Build and deploy the configuration to the switches using eAPI.
ansible-playbook playbooks/fabric-deploy-config.yaml
  • Configure the alpine-host clients in DC1
bash host_l3_config/dc1_l3_build.sh
  • Configure the alpine-host clients in DC2
bash host_l3_config/dc2_l3_build.sh
Info

For detailed deployment and validation steps please refer to the commands and example in the Getting Started guide.