Difference between revisions of "Juniper Collapsed Spine with EVPN"
Jump to navigation
Jump to search
| Line 26: | Line 26: | ||
|lo.0 IP | |lo.0 IP | ||
|VLAN | |VLAN | ||
| + | |IP address | ||
|ae0 IP | |ae0 IP | ||
|ae0 interfaces | |ae0 interfaces | ||
| Line 40: | Line 41: | ||
|core swtich1 | |core swtich1 | ||
|10.179.1.1/32 | |10.179.1.1/32 | ||
| + | | | ||
| | | | ||
|172.16.3.1/3 | |172.16.3.1/3 | ||
| Line 54: | Line 56: | ||
|core switch2 | |core switch2 | ||
|10.179.1.2/32 | |10.179.1.2/32 | ||
| + | | | ||
| | | | ||
|172.16.3.2/30 | |172.16.3.2/30 | ||
| Line 67: | Line 70: | ||
|sw1 | |sw1 | ||
|switch 1 | |switch 1 | ||
| + | | | ||
| | | | ||
| | | | ||
| Line 81: | Line 85: | ||
|sw2 | |sw2 | ||
|switch 2 | |switch 2 | ||
| + | | | ||
| | | | ||
| | | | ||
| Line 94: | Line 99: | ||
|- | |- | ||
|srx | |srx | ||
| + | | | ||
| | | | ||
| | | | ||
| Line 111: | Line 117: | ||
| | | | ||
|private1-a-dfw | |private1-a-dfw | ||
| − | | | + | |10.192.144.100/22 |
| | | | ||
| | | | ||
| Line 126: | Line 132: | ||
| | | | ||
|private1-b-dfw | |private1-b-dfw | ||
| − | | | + | |10.192.160.100/22 |
| | | | ||
| | | | ||
Revision as of 23:56, 18 October 2023
Goal
In this tutorial, We will be setting up a collapsed Spine EVPN/VXLAN with multi-homing.We will using two SRX's in cluster mode to route traffic between the 2 Tenants that we will configure. We will be using BGP for the underlay and overlay.
Prerequisites
For this tutorial we will be using:
- EVE-NG 2.0.3-112
- VQFX model: vqfx-10000 running JUNOS 19.4R1.10 for spines and leaves
- VSRX 3.0
- Debian VM's servers
Diagram
Setup and configuration
| Devices | Role | lo.0 IP | VLAN | IP address | ae0 IP | ae0 interfaces | ae1 interfaces | ae2 interfaces | ae5 interfaces | ae6 interfaces | mgmt | local-as underlay | local-as overlay |
| cc1 | core swtich1 | 10.179.1.1/32 | 172.16.3.1/3 | xe-0/0[10-11] | xe-0/0/0 | xe-0/0/1 | xe-0/0/9 | xe-0/0/8 | 10.193.0.105/24 | 65012 | 65100 | ||
| cc2 | core switch2 | 10.179.1.2/32 | 172.16.3.2/30 | xe-0/0[10-11] | xe-0/0/0 | xe-0/0/1 | xe-0/0/9 | xe-0/0/8 | 10.193.0.106/24 | 65013 | 65100 | ||
| sw1 | switch 1 | xe-0/0[0-1] | |||||||||||
| sw2 | switch 2 | xe-0/0[0-1] | |||||||||||
| srx | |||||||||||||
| srv1 | Server1 | private1-a-dfw | 10.192.144.100/22 | ||||||||||
| srv2 | Server2 | private1-b-dfw | 10.192.160.100/22 | ||||||||||
| srv3 | Server3 | private1-d-dfw | |||||||||||
| srv4 | Server4 | private1-c-dfw | |||||||||||
| srv5 | Server5 | private1-a-dfw | |||||||||||
| srv6 | Server6 | private1-b-dfw | |||||||||||
| srv7 | Server7 | private1-c-dfw | |||||||||||
| srv8 | Server8 | private1-d-dfw |