Skip to content

Commit 7c9b068

Browse files
committed
EVPN VLAN-Aware Bundle example
1 parent 5ecf2cb commit 7c9b068

File tree

8 files changed

+622
-1
lines changed

8 files changed

+622
-1
lines changed

EVPN/mpls-vlan-bundle/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# EVPN/MPLS bridging
2+
3+
This directory contains *netlab* topology file for an EVPN VLAN-Aware Bundle Service running over MPLS transport.
4+
5+
![EVPN/MPLS bridging topology](evpn-mpls-vlan-bundle.png)
6+
7+
The lab uses three PE-routers to illustrate a mesh of MPLS circuits between them, and hosts attached to two VLANs on one of the PE-routers to illustrate sharing of MPLS labels between different VLANs.
8+
9+
After starting the lab, hosts in the same lab should be able to ping each other.
10+
11+
This topology was tested with Arista EOS PE-routers running vEOS 4.28.2F. EVPN control plane probably works with cEOS containers, [MPLS data plane might not](https://blog.ipspace.net/2022/03/dataplane-quirks-virtual-devices.html).
78.7 KB
Loading
+105
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
! Command: show running-config
2+
! device: p (vEOS-lab, EOS-4.28.2F)
3+
!
4+
! boot system flash:/vEOS-lab.swi
5+
!
6+
no aaa root
7+
!
8+
username vagrant privilege 15 secret sha512 $6$3kgdKcJLJ3j/0N51$a0YshIzKL3xtdwP6XXXRlY9B8yHFK/tLdg0I95YUIaW7oHqLsgK9TxMg8/0bL6VDkImuWT.g7WRKTxi8nNPtA1
9+
username vagrant ssh-key ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key
10+
!
11+
transceiver qsfp default-mode 4x10G
12+
!
13+
service routing protocols model multi-agent
14+
!
15+
hostname p
16+
ip host h1 172.16.0.5
17+
ip host h2 172.16.1.6
18+
ip host h3 172.16.0.7
19+
ip host h4 172.16.1.8
20+
ip host pe1 10.0.0.1 10.1.0.2
21+
ip host pe2 10.0.0.2 10.1.0.6
22+
ip host pe3 10.0.0.3 10.1.0.10
23+
!
24+
spanning-tree mode mstp
25+
!
26+
vrf instance management
27+
!
28+
management api http-commands
29+
no shutdown
30+
!
31+
vrf management
32+
no shutdown
33+
!
34+
management api netconf
35+
transport ssh default
36+
!
37+
management api restconf
38+
transport https default
39+
ssl profile default
40+
port 6040
41+
!
42+
management security
43+
ssl profile default
44+
certificate default key default
45+
!
46+
aaa authorization exec default local
47+
!
48+
interface Ethernet1
49+
description p -> pe1
50+
mac-address 52:dc:ca:fe:04:01
51+
no switchport
52+
ip address 10.1.0.1/30
53+
mpls ldp interface
54+
ip ospf network point-to-point
55+
ip ospf area 0.0.0.0
56+
!
57+
interface Ethernet2
58+
description p -> pe2
59+
mac-address 52:dc:ca:fe:04:02
60+
no switchport
61+
ip address 10.1.0.5/30
62+
mpls ldp interface
63+
ip ospf network point-to-point
64+
ip ospf area 0.0.0.0
65+
!
66+
interface Ethernet3
67+
description p -> pe3
68+
mac-address 52:dc:ca:fe:04:03
69+
no switchport
70+
ip address 10.1.0.9/30
71+
mpls ldp interface
72+
ip ospf network point-to-point
73+
ip ospf area 0.0.0.0
74+
!
75+
interface Loopback0
76+
ip address 10.0.0.4/32
77+
mpls ldp interface
78+
ip ospf area 0.0.0.0
79+
!
80+
interface Management1
81+
vrf management
82+
ip address dhcp
83+
no lldp transmit
84+
no lldp receive
85+
!
86+
ip routing
87+
no ip routing vrf management
88+
!
89+
mpls ip
90+
!
91+
mpls ldp
92+
router-id 10.0.0.4
93+
transport-address interface Loopback0
94+
interface disabled default
95+
no shutdown
96+
!
97+
router ospf 1
98+
router-id 10.0.0.4
99+
max-lsa 12000
100+
!
101+
management ssh
102+
vrf management
103+
no shutdown
104+
!
105+
end
+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
! Command: show running-config
2+
! device: pe1 (vEOS-lab, EOS-4.28.2F)
3+
!
4+
! boot system flash:/vEOS-lab.swi
5+
!
6+
no aaa root
7+
!
8+
username vagrant privilege 15 secret sha512 $6$3kgdKcJLJ3j/0N51$a0YshIzKL3xtdwP6XXXRlY9B8yHFK/tLdg0I95YUIaW7oHqLsgK9TxMg8/0bL6VDkImuWT.g7WRKTxi8nNPtA1
9+
username vagrant ssh-key ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key
10+
!
11+
transceiver qsfp default-mode 4x10G
12+
!
13+
service routing protocols model multi-agent
14+
!
15+
hostname pe1
16+
ip host h1 172.16.0.5
17+
ip host h2 172.16.1.6
18+
ip host h3 172.16.0.7
19+
ip host h4 172.16.1.8
20+
ip host p 10.0.0.4 10.1.0.1 10.1.0.5 10.1.0.9
21+
ip host pe2 10.0.0.2 10.1.0.6
22+
ip host pe3 10.0.0.3 10.1.0.10
23+
!
24+
spanning-tree mode mstp
25+
!
26+
vlan 1000
27+
name red
28+
!
29+
vrf instance management
30+
!
31+
vrf instance tenant
32+
rd 65000:1
33+
!
34+
management api http-commands
35+
no shutdown
36+
!
37+
vrf management
38+
no shutdown
39+
!
40+
management api netconf
41+
transport ssh default
42+
!
43+
management api restconf
44+
transport https default
45+
ssl profile default
46+
port 6040
47+
!
48+
management security
49+
ssl profile default
50+
certificate default key default
51+
!
52+
aaa authorization exec default local
53+
!
54+
interface Ethernet1
55+
description pe1 -> p
56+
mac-address 52:dc:ca:fe:01:01
57+
no switchport
58+
ip address 10.1.0.2/30
59+
mpls ldp interface
60+
ip ospf network point-to-point
61+
ip ospf area 0.0.0.0
62+
!
63+
interface Ethernet2
64+
mac-address 52:dc:ca:fe:01:02
65+
switchport access vlan 1000
66+
!
67+
interface Loopback0
68+
ip address 10.0.0.1/32
69+
mpls ldp interface
70+
ip ospf area 0.0.0.0
71+
!
72+
interface Management1
73+
vrf management
74+
ip address dhcp
75+
no lldp transmit
76+
no lldp receive
77+
!
78+
ip routing
79+
no ip routing vrf management
80+
no ip routing vrf tenant
81+
!
82+
mpls ip
83+
!
84+
mpls ldp
85+
router-id 10.0.0.1
86+
transport-address interface Loopback0
87+
interface disabled default
88+
no shutdown
89+
!
90+
route-map next-hop-self-ipv4 permit 10
91+
match route-type external
92+
set ip next-hop peer-address
93+
!
94+
route-map next-hop-self-ipv4 permit 20
95+
!
96+
route-map next-hop-self-ipv6 permit 10
97+
match route-type external
98+
set ipv6 next-hop peer-address
99+
!
100+
route-map next-hop-self-ipv6 permit 20
101+
!
102+
router bgp 65000
103+
router-id 10.0.0.1
104+
no bgp default ipv4-unicast
105+
bgp advertise-inactive
106+
neighbor 10.0.0.2 remote-as 65000
107+
neighbor 10.0.0.2 update-source Loopback0
108+
neighbor 10.0.0.2 description pe2
109+
neighbor 10.0.0.2 send-community standard extended
110+
neighbor 10.0.0.3 remote-as 65000
111+
neighbor 10.0.0.3 update-source Loopback0
112+
neighbor 10.0.0.3 description pe3
113+
neighbor 10.0.0.3 send-community standard extended
114+
!
115+
vlan-aware-bundle tenant
116+
rd 65000:1
117+
route-target import 65000:1
118+
route-target export 65000:1
119+
redistribute learned
120+
vlan 1000-1001
121+
!
122+
address-family evpn
123+
neighbor default encapsulation mpls next-hop-self source-interface Loopback0
124+
neighbor 10.0.0.2 activate
125+
neighbor 10.0.0.3 activate
126+
!
127+
address-family ipv4
128+
neighbor 10.0.0.2 activate
129+
neighbor 10.0.0.2 route-map next-hop-self-ipv4 out
130+
neighbor 10.0.0.3 activate
131+
neighbor 10.0.0.3 route-map next-hop-self-ipv4 out
132+
network 10.0.0.1/32
133+
!
134+
vrf tenant
135+
rd 65000:1
136+
router-id 10.0.0.1
137+
redistribute connected
138+
!
139+
router ospf 1
140+
router-id 10.0.0.1
141+
max-lsa 12000
142+
!
143+
management ssh
144+
vrf management
145+
no shutdown
146+
!
147+
end

0 commit comments

Comments
 (0)