MPLS L3 VPN – the Alcatel-Lucent way of implementation
This exercise shows the Alcatel-lucent’s way of implementing MPLS L3 VPN which is named as Virtual Private Routing Network – VPRN. In this technology the PE router keeps separate virtual route-table (VRF) for each customer. VPRN uses two type of MPLS labels: outer label also called transport label, inner label called customer/service label. Customer routes are exchanged between PE using MP-BGP address family VPN-IPv4. PE can run any dynamic or static routing protocol with the CE. Here we used OSPF for PE-CE routing.
Figure: Network diagram
Router
|
Interface
|
IP Address
|
R1
|
system
|
50.50.50.1
|
ToR2 (port 1/1/1)
|
192.168.12.1
| |
ToR4 (port 1/1/2) (vrf ABC)
|
10.10.10.1
| |
R2
|
system
|
50.50.50.2
|
ToR1 (port 1/1/1)
|
192.168.12.2
| |
ToR3 (port 1/1/2)
|
192.168.23.2
| |
R3
|
system
|
50.50.50.3
|
ToR2 (port 1/1/2)
|
192.168.23.3
| |
ToR5 (port 1/1/1) (vrf ABC)
|
20.20.20.1
| |
R4
|
E0/0
|
10.10.10.2
|
Loopback 1
|
4.4.4.4
| |
R5
|
E0/0
|
20.20.20.2
|
Loopback 1
|
5.5.5.5
|
Table: Interface details