You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.9 KiB

  1. #####################
  2. # Scenario 1 #
  3. #####################
  4. - every veos device runs BGP and resides in its own AS (no BGP confederation)
  5. - veos-1: AS 101
  6. - veos-2: AS 102
  7. - veos-3: AS 103
  8. - direct static eBGP-Peering between BGP routers
  9. Layer 2 Domains
  10. 1. VXLAN tunnel between L2 networks @ veos-1 and veos-3
  11. VNI: 1010
  12. VTEP interface: Loopback0
  13. VTEP addresses: 192.168.0.1/32 (veos-1)
  14. (advertised using BGP) 192.168.0.3/32 (veos-3)
  15. local VLANs: 10 (veos-1 Ethernet1)
  16. 10 (veos-3 Ethernet2)
  17. ip subnet: 172.23.24.0/24
  18. 172.23.24.10 (lxc-iperf-1)
  19. 172.23.24.20 (lxc-iperf-3)
  20. 2. VXLAN tunnel between L2 networks @ veos-2 and veos-3
  21. VNI: 2040
  22. VTEP interface: Loopback0
  23. VTEP addresses: 192.168.0.2/32 (veos-2)
  24. (advertised using BGP) 192.168.0.3/32 (veos-3)
  25. local VLANs: 20 (veos-2 Ethernet1)
  26. 40 (veos-4 Ethernet1)
  27. ip subnet: 172.23.25.0/24
  28. 172.23.25.10 (lxc-iperf-2)
  29. 172.23.25.20 (lxc-iperf-4)
  30. #####################
  31. # Scenario 2 #
  32. #####################
  33. BGP configuration @ advcompnet-lab4-bgp
  34. Layer 2 Domains
  35. 1. VXLAN tunnel between L2 networks @ veos-leaf-1 and veos-leaf-3
  36. VNI: 1010
  37. VTEP interface: Loopback0
  38. VTEP addresses: 192.168.0.1/32 (veos-leaf-1)
  39. (advertised using BGP) 192.168.0.3/32 (veos-leaf-3)
  40. local VLANs: 10 (veos-leaf-1 Ethernet3)
  41. 10 (veos-leaf-3 Ethernet3)
  42. ip subnet: 172.23.24.0/24
  43. 172.23.24.10 (lxc-iperf-1)
  44. 172.23.24.20 (lxc-iperf-3)
  45. 2. VXLAN tunnel between L2 networks @ veos-leaf-2 and veos-leaf-4
  46. VNI: 2040
  47. VTEP interface: Loopback0
  48. VTEP addresses: 192.168.0.2/32 (veos-leaf-2)
  49. (advertised using BGP) 192.168.0.4/32 (veos-leaf-4)
  50. local VLANs: 20 (veos-leaf-2 Ethernet3)
  51. 40 (veos-leaf-4 Ethernet3)
  52. ip subnet: 172.23.25.0/24
  53. 172.23.25.10 (lxc-iperf-2)
  54. 172.23.25.20 (lxc-iperf-4)