Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 672 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 672 Bytes

3-site EVPN VXLAN with FRR

Deploy a 3-site EVPN VXLAN network with FRR by Containerlab.

Topology

Get Started

Deploy the network:

make deploy

Destroy the network:

make destroy

Test

  1. Enter the bash shell of PC1:

    make PC1.bash
  2. Ping PC2 and PC3:

    ping 10.10.10.2
    ping 10.10.10.3

Handy Commands

See Makefile.

References