##################### # Scenario 1 # ##################### - every veos device runs BGP and resides in its own AS (no BGP confederation) - veos-1: AS 101 - veos-2: AS 102 - veos-3: AS 103 - direct static eBGP-Peering between BGP routers Layer 2 Domains 1. VXLAN tunnel between L2 networks @ veos-1 and veos-3 VNI: 1010 VTEP interface: Loopback0 VTEP addresses: 192.168.0.1/32 (veos-1) (advertised using BGP) 192.168.0.3/32 (veos-3) local VLANs: 10 (veos-1 Ethernet1) 10 (veos-3 Ethernet2) ip subnet: 172.23.24.0/24 172.23.24.10 (lxc-iperf-1) 172.23.24.20 (lxc-iperf-3) 2. VXLAN tunnel between L2 networks @ veos-2 and veos-3 VNI: 2040 VTEP interface: Loopback0 VTEP addresses: 192.168.0.2/32 (veos-2) (advertised using BGP) 192.168.0.3/32 (veos-3) local VLANs: 20 (veos-2 Ethernet1) 40 (veos-4 Ethernet1) ip subnet: 172.23.25.0/24 172.23.25.10 (lxc-iperf-2) 172.23.25.20 (lxc-iperf-4) ##################### # Scenario 2 # ##################### BGP configuration @ advcompnet-lab4-bgp Layer 2 Domains 1. VXLAN tunnel between L2 networks @ veos-leaf-1 and veos-leaf-3 VNI: 1010 VTEP interface: Loopback0 VTEP addresses: 192.168.0.1/32 (veos-leaf-1) (advertised using BGP) 192.168.0.3/32 (veos-leaf-3) local VLANs: 10 (veos-leaf-1 Ethernet3) 10 (veos-leaf-3 Ethernet3) ip subnet: 172.23.24.0/24 172.23.24.10 (lxc-iperf-1) 172.23.24.20 (lxc-iperf-3) 2. VXLAN tunnel between L2 networks @ veos-leaf-2 and veos-leaf-4 VNI: 2040 VTEP interface: Loopback0 VTEP addresses: 192.168.0.2/32 (veos-leaf-2) (advertised using BGP) 192.168.0.4/32 (veos-leaf-4) local VLANs: 20 (veos-leaf-2 Ethernet3) 40 (veos-leaf-4 Ethernet3) ip subnet: 172.23.25.0/24 172.23.25.10 (lxc-iperf-2) 172.23.25.20 (lxc-iperf-4)