MikroTik MP-BGP L3VPN with Route Reflectors (Full Lab) — Transcript

Comprehensive MikroTik MP-BGP L3VPN lab setup with route reflectors using RouterOS v7.9, covering MPLS, OSPF, and BGP configuration.

Key Takeaways

  • MikroTik RouterOS v7.9 supports multiprotocol BGP with route reflectors effectively.
  • Full L3VPN lab setup requires careful configuration of IP addressing, MPLS, OSPF, and BGP.
  • Loopback interfaces are critical for stable BGP and OSPF operation in the topology.
  • Troubleshooting IP addressing and connectivity is essential for successful VPN deployment.
  • Lab files provided enable replication of the environment for learning and testing.

Summary

  • Demonstrates setting up multiprotocol BGP with route reflectors on MikroTik RouterOS version 7.9.
  • Covers full lab setup from IP addressing, MPLS LDP, OSPF dynamic routing to BGP peer relationships.
  • Provider 1 acts as route reflector with PE1 and PE2 as provider edge routers.
  • Includes configuration of loopback interfaces for BGP and OSPF router IDs.
  • Shows MPLS LDP instance creation and interface assignment for MPLS transport.
  • Details OSPF instance and area setup to dynamically learn routes and form neighbor adjacencies.
  • Explains BGP peer configuration including AS numbers, remote addresses, VRF, and routing tables.
  • Shares troubleshooting steps such as fixing IP addressing errors and verifying connectivity via ping.
  • Mentions sharing lab files compatible with EVE-NG for hands-on practice.
  • Highlights ongoing improvements in RouterOS like BFD support expected soon.

Full Transcript — Download SRT & Markdown

00:00
Speaker A
Hey guys, The Network Berg here.
00:04
Speaker A
My critique has done it, they fixed one of the biggest issues I had with version 7 since its release.
00:14
Speaker A
And that is using multiprotocol BGP with route reflectors. It's not even mentioned in the patch notes, but I've tested with 7.9 on its release candidate four build as well as the stable build, and it works on both releases.
00:23
Speaker A
So I'm super excited, I'm very happy at this, so the only thing that Microtik really still needs to fix to get me really happy with everything they've done is the BFD, but I'm sure that is coming pretty, pretty soon.
00:34
Speaker A
So in this video, I'll just be setting up this multiprotocol BGP lab for layer 3 VPNs using a route reflector. I'll also be sharing the lab files that you can use with Eve, so look forward to that, so let's dive into the video.
00:54
Speaker A
All right, so this is going to be again another bit of a comprehensive lab, there's a lot of stuff that we will be doing.
01:04
Speaker A
We will be configuring everything from scratch, um from the IP addressing, up until the MPLS configurations, to the dynamic routing.
01:16
Speaker A
And then finally, we will set up that BGP peer relationship between a client as well as the route reflector.
01:25
Speaker A
Now, in this topology, Provider 1 is going to act as the route reflector with PE1 and PE2 being our provider edges.
01:34
Speaker A
Where we're typically going to be having these customer links come into or whatever services we want.
01:42
Speaker A
You could extend this by adding additional PEs, it doesn't matter.
01:48
Speaker A
The main focus is that we actually have this route reflector actually working correctly.
01:54
Speaker A
Now, to start things off, I'm just going to clear this lab by wiping all of the configurations.
02:00
Speaker A
So I'll just select all of these nodes.
02:03
Speaker A
Make sure we have a fresh setup here.
02:07
Speaker A
Um, if I can do this correctly, that'd be great.
02:10
Speaker A
So wipe the selected.
02:13
Speaker A
And once the selected is wiped, I'm actually just going to go into the startup configs.
02:20
Speaker A
Because since I have added startup configs, if we start the device up, when I've shared this lab, you will obviously have everything just start up configured the same way that I already have.
02:29
Speaker A
Which is pretty nice, if you just want to see the end result of what's happening.
02:33
Speaker A
All right, so now that that's been done.
02:35
Speaker A
Let's start up our nodes.
02:38
Speaker A
And this is all just Microtik's running version 7.9.
02:41
Speaker A
All right, now that the nodes have been started up.
02:44
Speaker A
Let's just quickly configure some of the stuff.
02:47
Speaker A
So I'll log on to my Provider 1 router.
02:50
Speaker A
Which is going to be our route reflector.
02:53
Speaker A
So I'll just click on the node.
02:54
Speaker A
Open the link.
02:56
Speaker A
Have the pop-up.
02:57
Speaker A
Log in admin blank.
03:00
Speaker A
And then we should be able to just set our password.
03:04
Speaker A
So I'm not going to look at the license.
03:07
Speaker A
So let's just set the password.
03:10
Speaker A
And there we go.
03:12
Speaker A
Now we have one router that we can quickly configure.
03:14
Speaker A
So I'm just going to run through the configuration relatively quickly.
03:17
Speaker A
So what I'm going to do first is just set my identity to P1.
03:21
Speaker A
We can then add our IP addresses to our interfaces.
03:24
Speaker A
So primarily, I'll be looking at Ether 1 and 2.
03:27
Speaker A
So for this, I'll just add IP addresses on, well, the first address is going to be 10.0.0.1/30 on the interface Ether 1.
03:34
Speaker A
And then I'm going to do the same for Ether 2, but this address is 10.0.1.1/30 for Ether 2.
03:40
Speaker A
I'm also going to add a loopback address, which we will be using to be distributed via OSPF.
03:44
Speaker A
So that all of the peers can get to that IP address.
03:49
Speaker A
And then we're also going to use that loopback address to connect using BGP.
03:53
Speaker A
So let's add a new interface that will be, or let's add an interface.
03:56
Speaker A
Bridge add, the name will just be LO0.
04:00
Speaker A
And then let's add the loopback address of 192.0.0.1/32 to our LO0 interface.
04:06
Speaker A
Cool, so now IP addressing is done.
04:08
Speaker A
Next step is I actually just want to set up MPLS configured on the interfaces.
04:12
Speaker A
So this is going to be also pretty straightforward.
04:16
Speaker A
This is just MPLS LDP add a new LDP instance.
04:20
Speaker A
And we are going to set the transport address to the loopback address.
04:25
Speaker A
And our LSR ID will also be the loopback address.
04:30
Speaker A
And then we can add our LDP interfaces.
04:34
Speaker A
So here we can add Ether 1 and Ether 2.
04:39
Speaker A
Cool, so MPLS portion is done.
04:41
Speaker A
Next step is I'd actually like to add the OSPF.
04:45
Speaker A
So that we can dynamically learn routes from our neighbors.
04:49
Speaker A
So let's just do a routing OSPF instance add.
04:53
Speaker A
Routing OSPF instance print.
04:56
Speaker A
Um, we should see that the router ID says main.
05:00
Speaker A
But it should pick up that loopback address that we created.
05:03
Speaker A
We can also manually set that.
05:05
Speaker A
Maybe we should do that.
05:06
Speaker A
So let's add a routing OSPF instance set our router ID to 192.0.0.1.
05:10
Speaker A
For line item 0.
05:13
Speaker A
Next up is we'll do a routing OSPF area add.
05:15
Speaker A
And our instance, or we're going to add, and then our instance will then be OSPF instance 1.
05:20
Speaker A
Since I didn't give the OSPF instance a name.
05:22
Speaker A
It's just taken a default name.
05:25
Speaker A
And that's what I'm tabbing to get that value.
05:27
Speaker A
I'll hit enter.
05:29
Speaker A
And then routing OSPF interface template add.
05:32
Speaker A
With the area being the new area we just created.
05:35
Speaker A
Our networks will be now 192.0.0.1/32.
05:40
Speaker A
As well as the link between PE2 and Provider 2.
05:45
Speaker A
Which was 10.0.0.0/30.
05:49
Speaker A
And then my interfaces will just be Ether 1 and LO0.
05:52
Speaker A
I'll hit enter.
05:54
Speaker A
And in theory, I should now also have neighbor ships forming between this.
05:58
Speaker A
And my other OSPF router, my Provider 2.
06:01
Speaker A
Uh, it hasn't formed yet.
06:04
Speaker A
That's why I haven't seen any routes yet.
06:06
Speaker A
If I just do a routing OSPF neighbor print.
06:09
Speaker A
Now we see there is a neighbor.
06:11
Speaker A
There is adjacency.
06:13
Speaker A
The state is full.
06:15
Speaker A
So if I look at the routes now.
06:18
Speaker A
I'm learning routes.
06:20
Speaker A
Awesome.
06:22
Speaker A
The main important thing for me here is to make sure that I'm able to reach the loopback address of the route reflector.
06:27
Speaker A
Which is this 192.0.0.1 address.
06:30
Speaker A
So I'm just going to ping that.
06:33
Speaker A
And I'm going to also just source that from my own loopback address.
06:36
Speaker A
Since that is what I'm going to be using as a local address when I configure BGP later on.
06:41
Speaker A
So let's see if this works.
06:43
Speaker A
Works.
06:44
Speaker A
So perfect.
06:46
Speaker A
And if I look at this forwarding table, it should be pretty basic.
06:50
Speaker A
So MPLS forwarding table, if I print this.
06:53
Speaker A
It's it's fairly straightforward since there's only the one interface.
06:56
Speaker A
Where traffic is being pushed over.
06:58
Speaker A
But it's it's fine.
07:00
Speaker A
Don't don't stress too much about this.
07:03
Speaker A
This router has been done.
07:06
Speaker A
Last step for this core network is we're going to go into this Provider Edge 2.
07:10
Speaker A
And do the same setup quickly.
07:12
Speaker A
I'm just going to log on to my PE2.
07:15
Speaker A
And then I'll do a similar setup.
07:17
Speaker A
So I'll just quickly do a IP route VRF add.
07:21
Speaker A
The IP route VRF was the old way of doing it on version 6.
07:24
Speaker A
Um, my name will be Cust 1 again.
07:28
Speaker A
And my interfaces will be Ether 2.
07:31
Speaker A
Perfect, now let's quickly add our BGP peer.
07:34
Speaker A
So this will just be a routing BGP connection add.
07:38
Speaker A
My AS is going to be 65,000.
07:40
Speaker A
My remote AS is 65,100.
07:43
Speaker A
My remote address is going to be 172.29.29.9.
07:47
Speaker A
My local address is 172.29.29.10.
07:50
Speaker A
My local role is EBGP.
07:54
Speaker A
I'll set my connect as yes.
07:57
Speaker A
I'll listen yes.
08:00
Speaker A
I'll set my name as to CE2.
08:04
Speaker A
I'll set my output.network as BGP out.
08:08
Speaker A
I'll set my routing table as Cust 1.
08:11
Speaker A
And I'll set my VRF as Cust 1.
08:15
Speaker A
I'll hit enter.
08:17
Speaker A
And that should actually be it for the configuration.
08:20
Speaker A
So let's quickly go on to CE2.
08:23
Speaker A
And for example, I try and ping 192.168.1.1.
08:27
Speaker A
And I try and source that from my own LAN address.
08:31
Speaker A
What happens?
08:33
Speaker A
It's going to fail.
08:35
Speaker A
Because I also made a small mistake here.
08:37
Speaker A
I don't know how this happened.
08:40
Speaker A
Because I could see it says could not.
08:43
Speaker A
It's basically a socket error.
08:46
Speaker A
And it's when you don't have the right IP address configured.
08:50
Speaker A
And here I see I've got the wrong IP address set here.
08:53
Speaker A
So let's just fix that up.
08:55
Speaker A
So IP address set address 192.168.2.1/24.
08:59
Speaker A
For line item 1.
09:02
Speaker A
And now if I do that ping, it's still going to fail.
09:04
Speaker A
It's just failing the right way now.
09:07
Speaker A
Anyways, let's go back onto our topology.
09:10
Speaker A
And actually do the big thing that we're all here for.
09:14
Speaker A
The Layer 3 VPN connectivity.
09:17
Speaker A
Now, one thing dawns on me because I actually want to show you this configuration.
09:20
Speaker A
A little bit from Winbox as well.
09:23
Speaker A
But since this is a new Linux machine or VM that I've brought up.
09:27
Speaker A
I actually quickly just need to install stuff like Wine.
09:31
Speaker A
So let's quickly do that.
09:32
Speaker A
I can do an apt get install Wine.
09:35
Speaker A
Let me just sudo this.
09:38
Speaker A
And then once it has Wine installed.
09:40
Speaker A
And Wine is actually quite beefy.
09:43
Speaker A
I didn't know it was this big.
09:45
Speaker A
Um, but that's fine.
09:47
Speaker A
It's one of those things.
09:49
Speaker A
So let's install Wine.
09:51
Speaker A
And then while that installs, let's just go on to microtik.com.
09:55
Speaker A
Because many times you guys see me use stuff like Winbox on Linux.
10:00
Speaker A
But you're not sure why or how I do this.
10:04
Speaker A
Because it looks like black magic.
10:07
Speaker A
It's just because of Wine.
10:09
Speaker A
So I can just navigate to the software tab.
10:11
Speaker A
I can quickly download the latest version of Winbox.
10:16
Speaker A
And once that's downloaded.
10:19
Speaker A
It will be stored to my downloads folder.
10:22
Speaker A
On my actual machine.
10:25
Speaker A
I see Wine is also been done.
10:28
Speaker A
Install completed.
10:30
Speaker A
So what I can do now is I can just change to my downloads directory.
10:35
Speaker A
And I can just Wine Winbox 64.
10:39
Speaker A
This is just a first time thing when you run Wine for the first time.
10:41
Speaker A
It does this.
10:43
Speaker A
Afterwards, it's very quick when you start everything up.
10:46
Speaker A
And there we go.
10:48
Speaker A
Now I've got Winbox like any normal Windows machine.
10:51
Speaker A
So let's go on to my neighbors.
10:53
Speaker A
I can see my Provider 1, which is going to be our route reflector.
10:57
Speaker A
So I'll do the route reflector BGP configuration via Winbox.
11:00
Speaker A
And then the rest I'll still do via the CLI because I'm sure you can tell I kind of prefer CLI.
11:05
Speaker A
But Winbox works fine as well.
11:07
Speaker A
I actually love Winbox for certain things as well.
11:10
Speaker A
So let's log on to our Provider 1.
11:13
Speaker A
And then with Provider 1.
11:16
Speaker A
Let's maximize the screen.
11:19
Speaker A
Zoom in a little bit.
11:21
Speaker A
And then while we're zoomed in.
11:23
Speaker A
Let's go into our routing BGP.
11:27
Speaker A
I can add connections.
11:29
Speaker A
And this is where I'm going to be using IBGP connections.
11:33
Speaker A
So, but since this is going to be a route reflector.
11:36
Speaker A
I'm going to specify that this is a route reflector as well using the local role.
11:41
Speaker A
So I can set my name.
11:43
Speaker A
I can make this to PE1.
11:46
Speaker A
My AS is going to be 65,000.
11:49
Speaker A
My address families, now this is important.
11:52
Speaker A
If you leave that blank, it will actually just use the IP address family.
11:56
Speaker A
But since BGP is a multiprotocol, it can carry all of these different functions.
12:01
Speaker A
It can carry IP, IPV6, Layer 2 VPN for stuff like MPLS or VXLAN.
12:09
Speaker A
Or you can do stuff like VPN4.
12:12
Speaker A
Which is actually our Layer 3 VPNs.
12:14
Speaker A
So here, I just want to make sure that since I am using VPN4, I'm going to tick that as well.
12:20
Speaker A
And then I can set stuff like my remote address.
12:23
Speaker A
So here I'm going to use the loopback addresses that we did in the very beginning of the lab.
12:26
Speaker A
So this is going to be 192.0.0.4 is PE1's loopback address.
12:31
Speaker A
And the remote AS is going to be the same.
12:33
Speaker A
Since this is technically IBGP still.
12:36
Speaker A
Set my local address to my loopback address.
12:39
Speaker A
And my local role.
12:41
Speaker A
If I click here.
12:43
Speaker A
I can just set this to IBGP RR.
12:46
Speaker A
I can set this for connect and listen.
12:49
Speaker A
That just kind of forces it to participate in comms for BGP.
12:53
Speaker A
And that should be it.
12:55
Speaker A
I'm not going to add any filters or attributes or anything to this.
12:57
Speaker A
This is just a very straightforward, very basic config.
13:01
Speaker A
So I'll apply this.
13:03
Speaker A
And I'll add a connection for PE2 as well.
13:05
Speaker A
So set our address families.
13:07
Speaker A
So IP and VPN4.
13:11
Speaker A
Set my router ID to my loopback address.
13:14
Speaker A
Set my remote address to the loopback address of PE2.
13:18
Speaker A
Set the remote AS to the same.
13:20
Speaker A
Since this is technically IBGP still.
13:23
Speaker A
Set my local address to my loopback address.
13:26
Speaker A
And local role again is IBGP RR.
13:29
Speaker A
I'll set it to connect and listen.
13:32
Speaker A
And I'll apply this.
13:34
Speaker A
So cool.
13:35
Speaker A
We're done with the config on our route reflector.
13:39
Speaker A
Let's quickly jump to our provider edges.
13:42
Speaker A
So for this, I'll just quickly do this via the command line again.
13:45
Speaker A
So I'll go on to my PE1.
13:48
Speaker A
And then from PE1.
13:51
Speaker A
Very straightforward, we're doing a routing BGP VPN.
13:55
Speaker A
We're adding a new one.
13:57
Speaker A
We're going to give this a name.
13:59
Speaker A
I don't really need to give it a name.
14:02
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
14:06
Speaker A
I'm going to set my route distinguisher as 111.1.
14:10
Speaker A
I'm going to set my label allocation policy as per VRF.
14:14
Speaker A
I'm going to set my import route targets as 111.1.
14:18
Speaker A
And my export route targets as 111.1.
14:22
Speaker A
And my redistribute is going to be connected and BGP.
14:26
Speaker A
I'll hit okay.
14:28
Speaker A
And that should actually be it.
14:31
Speaker A
That should be the magical thing that makes everything work.
14:34
Speaker A
So I'm going to hit on to Winbox to Provider Edge 2 quickly.
14:37
Speaker A
Because I want to have a look and see if I look at that routing table.
14:41
Speaker A
It's working.
14:43
Speaker A
So I can actually see that I'm receiving this copied route.
14:46
Speaker A
That's what this Y is for, and it's actually receiving those routes.
14:50
Speaker A
Via the Provider Edge 2, you can even see the Provider Edge 2 is the gateway address here.
14:54
Speaker A
Which is really, really cool.
14:57
Speaker A
Now, the cool bit is if I also look at the routing table from the command line.
15:04
Speaker A
Whatever type of routes exist that you want to push out over the MPLS network.
15:06
Speaker A
This is where you can redistribute those routes.
15:09
Speaker A
So I just want to push out connected and BGP.
15:13
Speaker A
I'll hit okay.
15:15
Speaker A
And presto.
15:17
Speaker A
I've done the Layer 3 VPN setup on PE2.
15:21
Speaker A
Let's do this on PE1.
15:24
Speaker A
And I'm just going to navigate to PE1 quickly.
15:27
Speaker A
So on PE1, very straightforward.
15:30
Speaker A
We're doing a routing BGP VPN.
15:34
Speaker A
We're adding a new one.
15:36
Speaker A
We're going to give this a name.
15:38
Speaker A
I don't really need to give it a name.
15:41
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
15:45
Speaker A
I'm going to set my route distinguisher as 111.1.
15:49
Speaker A
I'm going to set my label allocation policy as per VRF.
15:53
Speaker A
I'm going to set my import route targets as 111.1.
15:57
Speaker A
And my export route targets as 111.1.
16:01
Speaker A
And my redistribute is going to be connected and BGP.
16:05
Speaker A
I'll hit okay.
16:07
Speaker A
And presto.
16:09
Speaker A
I've done the Layer 3 VPN setup on PE2.
16:13
Speaker A
Let's do this on PE1.
16:16
Speaker A
And I'm just going to navigate to PE1 quickly.
16:19
Speaker A
So on PE1, very straightforward.
16:21
Speaker A
We're doing a routing BGP VPN.
16:25
Speaker A
We're adding a new one.
16:27
Speaker A
We're going to give this a name.
16:29
Speaker A
I don't really need to give it a name.
16:32
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
16:36
Speaker A
I'm going to set my route distinguisher as 111.1.
16:40
Speaker A
I'm going to set my label allocation policy as per VRF.
16:44
Speaker A
I'm going to set my import route targets as 111.1.
16:48
Speaker A
And my export route targets as 111.1.
16:52
Speaker A
And my redistribute is going to be connected and BGP.
16:56
Speaker A
I'll hit okay.
16:58
Speaker A
And presto.
17:00
Speaker A
I've done the Layer 3 VPN setup on PE2.
17:04
Speaker A
Let's do this on PE1.
17:07
Speaker A
And I'm just going to navigate to PE1 quickly.
17:10
Speaker A
So on PE1, very straightforward.
17:12
Speaker A
We're doing a routing BGP VPN.
17:16
Speaker A
We're adding a new one.
17:18
Speaker A
We're going to give this a name.
17:20
Speaker A
I don't really need to give it a name.
17:23
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
17:27
Speaker A
I'm going to set my route distinguisher as 111.1.
17:31
Speaker A
I'm going to set my label allocation policy as per VRF.
17:35
Speaker A
I'm going to set my import route targets as 111.1.
17:39
Speaker A
And my export route targets as 111.1.
17:43
Speaker A
And my redistribute is going to be connected and BGP.
17:47
Speaker A
I'll hit okay.
17:49
Speaker A
And presto.
17:51
Speaker A
I've done the Layer 3 VPN setup on PE2.
17:55
Speaker A
Let's do this on PE1.
17:58
Speaker A
And I'm just going to navigate to PE1 quickly.
18:01
Speaker A
So on PE1, very straightforward.
18:03
Speaker A
We're doing a routing BGP VPN.
18:07
Speaker A
We're adding a new one.
18:09
Speaker A
We're going to give this a name.
18:11
Speaker A
I don't really need to give it a name.
18:14
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
18:18
Speaker A
I'm going to set my route distinguisher as 111.1.
18:22
Speaker A
I'm going to set my label allocation policy as per VRF.
18:26
Speaker A
I'm going to set my import route targets as 111.1.
18:30
Speaker A
And my export route targets as 111.1.
18:34
Speaker A
And my redistribute is going to be connected and BGP.
18:38
Speaker A
I'll hit okay.
18:40
Speaker A
And presto.
18:42
Speaker A
I've done the Layer 3 VPN setup on PE2.
18:46
Speaker A
Let's do this on PE1.
18:49
Speaker A
And I'm just going to navigate to PE1 quickly.
18:52
Speaker A
So on PE1, very straightforward.
18:54
Speaker A
We're doing a routing BGP VPN.
18:58
Speaker A
We're adding a new one.
19:00
Speaker A
We're going to give this a name.
19:02
Speaker A
I don't really need to give it a name.
19:05
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
19:09
Speaker A
I'm going to set my route distinguisher as 111.1.
19:13
Speaker A
I'm going to set my label allocation policy as per VRF.
19:17
Speaker A
I'm going to set my import route targets as 111.1.
19:21
Speaker A
And my export route targets as 111.1.
19:25
Speaker A
And my redistribute is going to be connected and BGP.
19:29
Speaker A
I'll hit okay.
19:31
Speaker A
And presto.
19:33
Speaker A
I've done the Layer 3 VPN setup on PE2.
19:37
Speaker A
Let's do this on PE1.
19:40
Speaker A
And I'm just going to navigate to PE1 quickly.
19:43
Speaker A
So on PE1, very straightforward.
19:45
Speaker A
We're doing a routing BGP VPN.
19:49
Speaker A
We're adding a new one.
19:51
Speaker A
We're going to give this a name.
19:53
Speaker A
I don't really need to give it a name.
19:56
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
20:00
Speaker A
I'm going to set my route distinguisher as 111.1.
20:04
Speaker A
I'm going to set my label allocation policy as per VRF.
20:08
Speaker A
I'm going to set my import route targets as 111.1.
20:12
Speaker A
And my export route targets as 111.1.
20:16
Speaker A
And my redistribute is going to be connected and BGP.
20:20
Speaker A
I'll hit okay.
20:22
Speaker A
And presto.
20:24
Speaker A
I've done the Layer 3 VPN setup on PE2.
20:28
Speaker A
Let's do this on PE1.
20:31
Speaker A
And I'm just going to navigate to PE1 quickly.
20:34
Speaker A
So on PE1, very straightforward.
20:36
Speaker A
We're doing a routing BGP VPN.
20:40
Speaker A
We're adding a new one.
20:42
Speaker A
We're going to give this a name.
20:44
Speaker A
I don't really need to give it a name.
20:47
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
20:51
Speaker A
I'm going to set my route distinguisher as 111.1.
20:55
Speaker A
I'm going to set my label allocation policy as per VRF.
20:59
Speaker A
I'm going to set my import route targets as 111.1.
21:03
Speaker A
And my export route targets as 111.1.
21:07
Speaker A
And my redistribute is going to be connected and BGP.
21:11
Speaker A
I'll hit okay.
21:13
Speaker A
And presto.
21:15
Speaker A
I've done the Layer 3 VPN setup on PE2.
21:19
Speaker A
Let's do this on PE1.
21:22
Speaker A
And I'm just going to navigate to PE1 quickly.
21:25
Speaker A
So on PE1, very straightforward.
21:27
Speaker A
We're doing a routing BGP VPN.
21:31
Speaker A
We're adding a new one.
21:33
Speaker A
We're going to give this a name.
21:35
Speaker A
I don't really need to give it a name.
21:38
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
21:42
Speaker A
I'm going to set my route distinguisher as 111.1.
21:46
Speaker A
I'm going to set my label allocation policy as per VRF.
21:50
Speaker A
I'm going to set my import route targets as 111.1.
21:54
Speaker A
And my export route targets as 111.1.
21:58
Speaker A
And my redistribute is going to be connected and BGP.
22:02
Speaker A
I'll hit okay.
22:04
Speaker A
And presto.
22:06
Speaker A
I've done the Layer 3 VPN setup on PE2.
22:10
Speaker A
Let's do this on PE1.
22:13
Speaker A
And I'm just going to navigate to PE1 quickly.
22:16
Speaker A
So on PE1, very straightforward.
22:18
Speaker A
We're doing a routing BGP VPN.
22:22
Speaker A
We're adding a new one.
22:24
Speaker A
We're going to give this a name.
22:26
Speaker A
I don't really need to give it a name.
22:29
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
22:33
Speaker A
I'm going to set my route distinguisher as 111.1.
22:37
Speaker A
I'm going to set my label allocation policy as per VRF.
22:41
Speaker A
I'm going to set my import route targets as 111.1.
22:45
Speaker A
And my export route targets as 111.1.
22:49
Speaker A
And my redistribute is going to be connected and BGP.
22:53
Speaker A
I'll hit okay.
22:55
Speaker A
And presto.
22:57
Speaker A
I've done the Layer 3 VPN setup on PE2.
23:01
Speaker A
Let's do this on PE1.
23:04
Speaker A
And I'm just going to navigate to PE1 quickly.
23:07
Speaker A
So on PE1, very straightforward.
23:09
Speaker A
We're doing a routing BGP VPN.
23:13
Speaker A
We're adding a new one.
23:15
Speaker A
We're going to give this a name.
23:17
Speaker A
I don't really need to give it a name.
23:20
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
23:24
Speaker A
I'm going to set my route distinguisher as 111.1.
23:28
Speaker A
I'm going to set my label allocation policy as per VRF.
23:32
Speaker A
I'm going to set my import route targets as 111.1.
23:36
Speaker A
And my export route targets as 111.1.
23:40
Speaker A
And my redistribute is going to be connected and BGP.
23:44
Speaker A
I'll hit okay.
23:46
Speaker A
And presto.
23:48
Speaker A
I've done the Layer 3 VPN setup on PE2.
23:52
Speaker A
Let's do this on PE1.
23:55
Speaker A
And I'm just going to navigate to PE1 quickly.
23:58
Speaker A
So on PE1, very straightforward.
24:00
Speaker A
We're doing a routing BGP VPN.
24:04
Speaker A
We're adding a new one.
24:06
Speaker A
We're going to give this a name.
24:08
Speaker A
I don't really need to give it a name.
24:11
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
24:15
Speaker A
I'm going to set my route distinguisher as 111.1.
24:19
Speaker A
I'm going to set my label allocation policy as per VRF.
24:23
Speaker A
I'm going to set my import route targets as 111.1.
24:27
Speaker A
And my export route targets as 111.1.
24:31
Speaker A
And my redistribute is going to be connected and BGP.
24:35
Speaker A
I'll hit okay.
24:37
Speaker A
And presto.
24:39
Speaker A
I've done the Layer 3 VPN setup on PE2.
24:43
Speaker A
Let's do this on PE1.
24:46
Speaker A
And I'm just going to navigate to PE1 quickly.
24:49
Speaker A
So on PE1, very straightforward.
24:51
Speaker A
We're doing a routing BGP VPN.
24:55
Speaker A
We're adding a new one.
24:57
Speaker A
We're going to give this a name.
24:59
Speaker A
I don't really need to give it a name.
25:02
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
25:06
Speaker A
I'm going to set my route distinguisher as 111.1.
25:10
Speaker A
I'm going to set my label allocation policy as per VRF.
25:14
Speaker A
I'm going to set my import route targets as 111.1.
25:18
Speaker A
And my export route targets as 111.1.
25:22
Speaker A
And my redistribute is going to be connected and BGP.
25:26
Speaker A
I'll hit okay.
25:28
Speaker A
And presto.
25:30
Speaker A
I've done the Layer 3 VPN setup on PE2.
25:34
Speaker A
Let's do this on PE1.
25:37
Speaker A
And I'm just going to navigate to PE1 quickly.
25:40
Speaker A
So on PE1, very straightforward.
25:42
Speaker A
We're doing a routing BGP VPN.
25:46
Speaker A
We're adding a new one.
25:48
Speaker A
We're going to give this a name.
25:50
Speaker A
I don't really need to give it a name.
25:53
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
25:57
Speaker A
I'm going to set my route distinguisher as 111.1.
26:01
Speaker A
I'm going to set my label allocation policy as per VRF.
26:05
Speaker A
I'm going to set my import route targets as 111.1.
26:09
Speaker A
And my export route targets as 111.1.
26:13
Speaker A
And my redistribute is going to be connected and BGP.
26:17
Speaker A
I'll hit okay.
26:19
Speaker A
And presto.
26:21
Speaker A
I've done the Layer 3 VPN setup on PE2.
26:25
Speaker A
Let's do this on PE1.
26:28
Speaker A
And I'm just going to navigate to PE1 quickly.
26:31
Speaker A
So on PE1, very straightforward.
26:33
Speaker A
We're doing a routing BGP VPN.
26:37
Speaker A
We're adding a new one.
26:39
Speaker A
We're going to give this a name.
26:41
Speaker A
I don't really need to give it a name.
26:44
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
26:48
Speaker A
I'm going to set my route distinguisher as 111.1.
26:52
Speaker A
I'm going to set my label allocation policy as per VRF.
26:56
Speaker A
I'm going to set my import route targets as 111.1.
27:00
Speaker A
And my export route targets as 111.1.
27:04
Speaker A
And my redistribute is going to be connected and BGP.
27:08
Speaker A
I'll hit okay.
27:10
Speaker A
And presto.
27:12
Speaker A
I've done the Layer 3 VPN setup on PE2.
27:16
Speaker A
Let's do this on PE1.
27:19
Speaker A
And I'm just going to navigate to PE1 quickly.
27:22
Speaker A
So on PE1, very straightforward.
27:24
Speaker A
We're doing a routing BGP VPN.
27:28
Speaker A
We're adding a new one.
27:30
Speaker A
We're going to give this a name.
27:32
Speaker A
I don't really need to give it a name.
27:35
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
27:39
Speaker A
I'm going to set my route distinguisher as 111.1.
27:43
Speaker A
I'm going to set my label allocation policy as per VRF.
27:47
Speaker A
I'm going to set my import route targets as 111.1.
27:51
Speaker A
And my export route targets as 111.1.
27:55
Speaker A
And my redistribute is going to be connected and BGP.
27:59
Speaker A
I'll hit okay.
28:01
Speaker A
And presto.
28:03
Speaker A
I've done the Layer 3 VPN setup on PE2.
28:07
Speaker A
Let's do this on PE1.
28:10
Speaker A
And I'm just going to navigate to PE1 quickly.
28:13
Speaker A
So on PE1, very straightforward.
28:15
Speaker A
We're doing a routing BGP VPN.
28:19
Speaker A
We're adding a new one.
28:21
Speaker A
We're going to give this a name.
28:23
Speaker A
I don't really need to give it a name.
28:26
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
28:30
Speaker A
I'm going to set my route distinguisher as 111.1.
28:34
Speaker A
I'm going to set my label allocation policy as per VRF.
28:38
Speaker A
I'm going to set my import route targets as 111.1.
28:42
Speaker A
And my export route targets as 111.1.
28:46
Speaker A
And my redistribute is going to be connected and BGP.
28:50
Speaker A
I'll hit okay.
28:52
Speaker A
And presto.
28:54
Speaker A
I've done the Layer 3 VPN setup on PE2.
28:58
Speaker A
Let's do this on PE1.
29:01
Speaker A
And I'm just going to navigate to PE1 quickly.
29:04
Speaker A
So on PE1, very straightforward.
29:06
Speaker A
We're doing a routing BGP VPN.
29:10
Speaker A
We're adding a new one.
29:12
Speaker A
We're going to give this a name.
29:14
Speaker A
I don't really need to give it a name.
29:17
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
29:21
Speaker A
I'm going to set my route distinguisher as 111.1.
29:25
Speaker A
I'm going to set my label allocation policy as per VRF.
29:29
Speaker A
I'm going to set my import route targets as 111.1.
29:33
Speaker A
And my export route targets as 111.1.
29:37
Speaker A
And my redistribute is going to be connected and BGP.
29:41
Speaker A
I'll hit okay.
29:43
Speaker A
And presto.
29:45
Speaker A
I've done the Layer 3 VPN setup on PE2.
29:49
Speaker A
Let's do this on PE1.
29:52
Speaker A
And I'm just going to navigate to PE1 quickly.
29:55
Speaker A
So on PE1, very straightforward.
29:57
Speaker A
We're doing a routing BGP VPN.
30:01
Speaker A
We're adding a new one.
30:03
Speaker A
We're going to give this a name.
30:05
Speaker A
I don't really need to give it a name.
30:08
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
30:12
Speaker A
I'm going to set my route distinguisher as 111.1.
30:16
Speaker A
I'm going to set my label allocation policy as per VRF.
30:20
Speaker A
I'm going to set my import route targets as 111.1.
30:24
Speaker A
And my export route targets as 111.1.
30:28
Speaker A
And my redistribute is going to be connected and BGP.
30:32
Speaker A
I'll hit okay.
30:34
Speaker A
And presto.
30:36
Speaker A
I've done the Layer 3 VPN setup on PE2.
30:40
Speaker A
Let's do this on PE1.
30:43
Speaker A
And I'm just going to navigate to PE1 quickly.
30:46
Speaker A
So on PE1, very straightforward.
30:48
Speaker A
We're doing a routing BGP VPN.
30:52
Speaker A
We're adding a new one.
30:54
Speaker A
We're going to give this a name.
30:56
Speaker A
I don't really need to give it a name.
30:59
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
31:03
Speaker A
I'm going to set my route distinguisher as 111.1.
31:07
Speaker A
I'm going to set my label allocation policy as per VRF.
31:11
Speaker A
I'm going to set my import route targets as 111.1.
31:15
Speaker A
And my export route targets as 111.1.
31:19
Speaker A
And my redistribute is going to be connected and BGP.
31:23
Speaker A
I'll hit okay.
31:25
Speaker A
And presto.
31:27
Speaker A
I've done the Layer 3 VPN setup on PE2.
31:31
Speaker A
Let's do this on PE1.
31:34
Speaker A
And I'm just going to navigate to PE1 quickly.
31:37
Speaker A
So on PE1, very straightforward.
31:39
Speaker A
We're doing a routing BGP VPN.
31:43
Speaker A
We're adding a new one.
31:45
Speaker A
We're going to give this a name.
31:47
Speaker A
I don't really need to give it a name.
31:50
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
31:54
Speaker A
I'm going to set my route distinguisher as 111.1.
31:58
Speaker A
I'm going to set my label allocation policy as per VRF.
32:02
Speaker A
I'm going to set my import route targets as 111.1.
32:06
Speaker A
And my export route targets as 111.1.
32:10
Speaker A
And my redistribute is going to be connected and BGP.
32:14
Speaker A
I'll hit okay.
32:16
Speaker A
And presto.
32:18
Speaker A
I've done the Layer 3 VPN setup on PE2.
32:22
Speaker A
Let's do this on PE1.
32:25
Speaker A
And I'm just going to navigate to PE1 quickly.
32:28
Speaker A
So on PE1, very straightforward.
32:30
Speaker A
We're doing a routing BGP VPN.
32:34
Speaker A
We're adding a new one.
32:36
Speaker A
We're going to give this a name.
32:38
Speaker A
I don't really need to give it a name.
32:41
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
32:45
Speaker A
I'm going to set my route distinguisher as 111.1.
32:49
Speaker A
I'm going to set my label allocation policy as per VRF.
32:53
Speaker A
I'm going to set my import route targets as 111.1.
32:57
Speaker A
And my export route targets as 111.1.
33:01
Speaker A
And my redistribute is going to be connected and BGP.
33:05
Speaker A
I'll hit okay.
33:07
Speaker A
And presto.
33:09
Speaker A
I've done the Layer 3 VPN setup on PE2.
33:13
Speaker A
Let's do this on PE1.
33:16
Speaker A
And I'm just going to navigate to PE1 quickly.
33:19
Speaker A
So on PE1, very straightforward.
33:21
Speaker A
We're doing a routing BGP VPN.
33:25
Speaker A
We're adding a new one.
33:27
Speaker A
We're going to give this a name.
33:29
Speaker A
I don't really need to give it a name.
33:32
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
33:36
Speaker A
I'm going to set my route distinguisher as 111.1.
33:40
Speaker A
I'm going to set my label allocation policy as per VRF.
33:44
Speaker A
I'm going to set my import route targets as 111.1.
33:48
Speaker A
And my export route targets as 111.1.
33:52
Speaker A
And my redistribute is going to be connected and BGP.
33:56
Speaker A
I'll hit okay.
33:58
Speaker A
And presto.
34:00
Speaker A
I've done the Layer 3 VPN setup on PE2.
34:04
Speaker A
Let's do this on PE1.
34:07
Speaker A
And I'm just going to navigate to PE1 quickly.
34:10
Speaker A
So on PE1, very straightforward.
34:12
Speaker A
We're doing a routing BGP VPN.
34:16
Speaker A
We're adding a new one.
34:18
Speaker A
We're going to give this a name.
34:20
Speaker A
I don't really need to give it a name.
34:23
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
34:27
Speaker A
I'm going to set my route distinguisher as 111.1.
34:31
Speaker A
I'm going to set my label allocation policy as per VRF.
34:35
Speaker A
I'm going to set my import route targets as 111.1.
34:39
Speaker A
And my export route targets as 111.1.
34:43
Speaker A
And my redistribute is going to be connected and BGP.
34:47
Speaker A
I'll hit okay.
34:49
Speaker A
And presto.
34:51
Speaker A
I've done the Layer 3 VPN setup on PE2.
34:55
Speaker A
Let's do this on PE1.
34:58
Speaker A
And I'm just going to navigate to PE1 quickly.
35:01
Speaker A
So on PE1, very straightforward.
35:03
Speaker A
We're doing a routing BGP VPN.
35:07
Speaker A
We're adding a new one.
35:09
Speaker A
We're going to give this a name.
35:11
Speaker A
I don't really need to give it a name.
35:14
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
35:18
Speaker A
I'm going to set my route distinguisher as 111.1.
35:22
Speaker A
I'm going to set my label allocation policy as per VRF.
35:26
Speaker A
I'm going to set my import route targets as 111.1.
35:30
Speaker A
And my export route targets as 111.1.
35:34
Speaker A
And my redistribute is going to be connected and BGP.
35:38
Speaker A
I'll hit okay.
35:40
Speaker A
And presto.
35:42
Speaker A
I've done the Layer 3 VPN setup on PE2.
35:46
Speaker A
Let's do this on PE1.
35:49
Speaker A
And I'm just going to navigate to PE1 quickly.
35:52
Speaker A
So on PE1, very straightforward.
35:54
Speaker A
We're doing a routing BGP VPN.
35:58
Speaker A
We're adding a new one.
36:00
Speaker A
We're going to give this a name.
36:02
Speaker A
I don't really need to give it a name.
36:05
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
36:09
Speaker A
I'm going to set my route distinguisher as 111.1.
36:13
Speaker A
I'm going to set my label allocation policy as per VRF.
36:17
Speaker A
I'm going to set my import route targets as 111.1.
36:21
Speaker A
And my export route targets as 111.1.
36:25
Speaker A
And my redistribute is going to be connected and BGP.
36:29
Speaker A
I'll hit okay.
36:31
Speaker A
And presto.
36:33
Speaker A
I've done the Layer 3 VPN setup on PE2.
36:37
Speaker A
Let's do this on PE1.
36:40
Speaker A
And I'm just going to navigate to PE1 quickly.
36:43
Speaker A
So on PE1, very straightforward.
36:45
Speaker A
We're doing a routing BGP VPN.
36:49
Speaker A
We're adding a new one.
36:51
Speaker A
We're going to give this a name.
36:53
Speaker A
I don't really need to give it a name.
36:56
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
37:00
Speaker A
I'm going to set my route distinguisher as 111.1.
37:04
Speaker A
I'm going to set my label allocation policy as per VRF.
37:08
Speaker A
I'm going to set my import route targets as 111.1.
37:12
Speaker A
And my export route targets as 111.1.
37:16
Speaker A
And my redistribute is going to be connected and BGP.
37:20
Speaker A
I'll hit okay.
37:22
Speaker A
And presto.
37:24
Speaker A
I've done the Layer 3 VPN setup on PE2.
37:28
Speaker A
Let's do this on PE1.
37:31
Speaker A
And I'm just going to navigate to PE1 quickly.
37:34
Speaker A
So on PE1, very straightforward.
37:36
Speaker A
We're doing a routing BGP VPN.
37:40
Speaker A
We're adding a new one.
37:42
Speaker A
We're going to give this a name.
37:44
Speaker A
I don't really need to give it a name.
37:47
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
37:51
Speaker A
I'm going to set my route distinguisher as 111.1.
37:55
Speaker A
I'm going to set my label allocation policy as per VRF.
37:59
Speaker A
I'm going to set my import route targets as 111.1.
38:03
Speaker A
And my export route targets as 111.1.
38:07
Speaker A
And my redistribute is going to be connected and BGP.
38:11
Speaker A
I'll hit okay.
38:13
Speaker A
And presto.
38:15
Speaker A
I've done the Layer 3 VPN setup on PE2.
38:19
Speaker A
Let's do this on PE1.
38:22
Speaker A
And I'm just going to navigate to PE1 quickly.
38:25
Speaker A
So on PE1, very straightforward.
38:27
Speaker A
We're doing a routing BGP VPN.
38:31
Speaker A
We're adding a new one.
38:33
Speaker A
We're going to give this a name.
38:35
Speaker A
I don't really need to give it a name.
38:38
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
38:42
Speaker A
I'm going to set my route distinguisher as 111.1.
38:46
Speaker A
I'm going to set my label allocation policy as per VRF.
38:50
Speaker A
I'm going to set my import route targets as 111.1.
38:54
Speaker A
And my export route targets as 111.1.
38:58
Speaker A
And my redistribute is going to be connected and BGP.
39:02
Speaker A
I'll hit okay.
39:04
Speaker A
And presto.
39:06
Speaker A
I've done the Layer 3 VPN setup on PE2.
39:10
Speaker A
Let's do this on PE1.
39:13
Speaker A
And I'm just going to navigate to PE1 quickly.
39:16
Speaker A
So on PE1, very straightforward.
39:18
Speaker A
We're doing a routing BGP VPN.
39:22
Speaker A
We're adding a new one.
39:24
Speaker A
We're going to give this a name.
39:26
Speaker A
I don't really need to give it a name.
39:29
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
39:33
Speaker A
I'm going to set my route distinguisher as 111.1.
39:37
Speaker A
I'm going to set my label allocation policy as per VRF.
39:41
Speaker A
I'm going to set my import route targets as 111.1.
39:45
Speaker A
And my export route targets as 111.1.
39:49
Speaker A
And my redistribute is going to be connected and BGP.
39:53
Speaker A
I'll hit okay.
39:55
Speaker A
And presto.
39:57
Speaker A
I've done the Layer 3 VPN setup on PE2.
40:01
Speaker A
Let's do this on PE1.
40:04
Speaker A
And I'm just going to navigate to PE1 quickly.
40:07
Speaker A
So on PE1, very straightforward.
40:09
Speaker A
We're doing a routing BGP VPN.
40:13
Speaker A
We're adding a new one.
40:15
Speaker A
We're going to give this a name.
40:17
Speaker A
I don't really need to give it a name.
40:20
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
40:24
Speaker A
I'm going to set my route distinguisher as 111.1.
40:28
Speaker A
I'm going to set my label allocation policy as per VRF.
40:32
Speaker A
I'm going to set my import route targets as 111.1.
40:36
Speaker A
And my export route targets as 111.1.
40:40
Speaker A
And my redistribute is going to be connected and BGP.
40:44
Speaker A
I'll hit okay.
40:46
Speaker A
And presto.
40:48
Speaker A
I've done the Layer 3 VPN setup on PE2.
40:52
Speaker A
Let's do this on PE1.
40:55
Speaker A
And I'm just going to navigate to PE1 quickly.
40:58
Speaker A
So on PE1, very straightforward.
41:00
Speaker A
We're doing a routing BGP VPN.
41:04
Speaker A
We're adding a new one.
41:06
Speaker A
We're going to give this a name.
41:08
Speaker A
I don't really need to give it a name.
41:11
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
41:15
Speaker A
I'm going to set my route distinguisher as 111.1.
41:19
Speaker A
I'm going to set my label allocation policy as per VRF.
41:23
Speaker A
I'm going to set my import route targets as 111.1.
41:27
Speaker A
And my export route targets as 111.1.
41:31
Speaker A
And my redistribute is going to be connected and BGP.
41:35
Speaker A
I'll hit okay.
41:37
Speaker A
And presto.
41:39
Speaker A
I've done the Layer 3 VPN setup on PE2.
41:43
Speaker A
Let's do this on PE1.
41:46
Speaker A
And I'm just going to navigate to PE1 quickly.
41:49
Speaker A
So on PE1, very straightforward.
41:51
Speaker A
We're doing a routing BGP VPN.
41:55
Speaker A
We're adding a new one.
41:57
Speaker A
We're going to give this a name.
41:59
Speaker A
I don't really need to give it a name.
42:02
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
42:06
Speaker A
I'm going to set my route distinguisher as 111.1.
42:10
Speaker A
I'm going to set my label allocation policy as per VRF.
42:14
Speaker A
I'm going to set my import route targets as 111.1.
42:18
Speaker A
And my export route targets as 111.1.
42:22
Speaker A
And my redistribute is going to be connected and BGP.
42:26
Speaker A
I'll hit okay.
42:28
Speaker A
And presto.
42:30
Speaker A
I've done the Layer 3 VPN setup on PE2.
42:34
Speaker A
Let's do this on PE1.
42:37
Speaker A
And I'm just going to navigate to PE1 quickly.
42:40
Speaker A
So on PE1, very straightforward.
42:42
Speaker A
We're doing a routing BGP VPN.
42:46
Speaker A
We're adding a new one.
42:48
Speaker A
We're going to give this a name.
42:50
Speaker A
I don't really need to give it a name.
42:53
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
42:57
Speaker A
I'm going to set my route distinguisher as 111.1.
43:01
Speaker A
I'm going to set my label allocation policy as per VRF.
43:05
Speaker A
I'm going to set my import route targets as 111.1.
43:09
Speaker A
And my export route targets as 111.1.
43:13
Speaker A
And my redistribute is going to be connected and BGP.
43:17
Speaker A
I'll hit okay.
43:19
Speaker A
And presto.
43:21
Speaker A
I've done the Layer 3 VPN setup on PE2.
43:25
Speaker A
Let's do this on PE1.
43:28
Speaker A
And I'm just going to navigate to PE1 quickly.
43:31
Speaker A
So on PE1, very straightforward.
43:33
Speaker A
We're doing a routing BGP VPN.
43:37
Speaker A
We're adding a new one.
43:39
Speaker A
We're going to give this a name.
43:41
Speaker A
I don't really need to give it a name.
43:44
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
43:48
Speaker A
I'm going to set my route distinguisher as 111.1.
43:52
Speaker A
I'm going to set my label allocation policy as per VRF.
43:56
Speaker A
I'm going to set my import route targets as 111.1.
44:00
Speaker A
And my export route targets as 111.1.
44:04
Speaker A
And my redistribute is going to be connected and BGP.
44:08
Speaker A
I'll hit okay.
44:10
Speaker A
And presto.
44:12
Speaker A
I've done the Layer 3 VPN setup on PE2.
44:16
Speaker A
Let's do this on PE1.
44:19
Speaker A
And I'm just going to navigate to PE1 quickly.
44:22
Speaker A
So on PE1, very straightforward.
44:24
Speaker A
We're doing a routing BGP VPN.
44:28
Speaker A
We're adding a new one.
44:30
Speaker A
We're going to give this a name.
44:32
Speaker A
I don't really need to give it a name.
44:35
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
44:39
Speaker A
I'm going to set my route distinguisher as 111.1.
44:43
Speaker A
I'm going to set my label allocation policy as per VRF.
44:47
Speaker A
I'm going to set my import route targets as 111.1.
44:51
Speaker A
And my export route targets as 111.1.
44:55
Speaker A
And my redistribute is going to be connected and BGP.
44:59
Speaker A
I'll hit okay.
45:01
Speaker A
And presto.
45:03
Speaker A
I've done the Layer 3 VPN setup on PE2.
45:07
Speaker A
Let's do this on PE1.
45:10
Speaker A
And I'm just going to navigate to PE1 quickly.
45:13
Speaker A
So on PE1, very straightforward.
45:15
Speaker A
We're doing a routing BGP VPN.
45:19
Speaker A
We're adding a new one.
45:21
Speaker A
We're going to give this a name.
45:23
Speaker A
I don't really need to give it a name.
45:26
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
45:30
Speaker A
I'm going to set my route distinguisher as 111.1.
45:34
Speaker A
I'm going to set my label allocation policy as per VRF.
45:38
Speaker A
I'm going to set my import route targets as 111.1.
45:42
Speaker A
And my export route targets as 111.1.
45:46
Speaker A
And my redistribute is going to be connected and BGP.
45:50
Speaker A
I'll hit okay.
45:52
Speaker A
And presto.
45:54
Speaker A
I've done the Layer 3 VPN setup on PE2.
45:58
Speaker A
Let's do this on PE1.
46:01
Speaker A
And I'm just going to navigate to PE1 quickly.
46:04
Speaker A
So on PE1, very straightforward.
46:06
Speaker A
We're doing a routing BGP VPN.
46:10
Speaker A
We're adding a new one.
46:12
Speaker A
We're going to give this a name.
46:14
Speaker A
I don't really need to give it a name.
46:17
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
46:21
Speaker A
I'm going to set my route distinguisher as 111.1.
46:25
Speaker A
I'm going to set my label allocation policy as per VRF.
46:29
Speaker A
I'm going to set my import route targets as 111.1.
46:33
Speaker A
And my export route targets as 111.1.
46:37
Speaker A
And my redistribute is going to be connected and BGP.
46:41
Speaker A
I'll hit okay.
46:43
Speaker A
And presto.
46:45
Speaker A
I've done the Layer 3 VPN setup on PE2.
46:49
Speaker A
Let's do this on PE1.
46:52
Speaker A
And I'm just going to navigate to PE1 quickly.
46:55
Speaker A
So on PE1, very straightforward.
46:57
Speaker A
We're doing a routing BGP VPN.
47:01
Speaker A
We're adding a new one.
47:03
Speaker A
We're going to give this a name.
47:05
Speaker A
I don't really need to give it a name.
47:08
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
47:12
Speaker A
I'm going to set my route distinguisher as 111.1.
47:16
Speaker A
I'm going to set my label allocation policy as per VRF.
47:20
Speaker A
I'm going to set my import route targets as 111.1.
47:24
Speaker A
And my export route targets as 111.1.
47:28
Speaker A
And my redistribute is going to be connected and BGP.
47:32
Speaker A
I'll hit okay.
47:34
Speaker A
And presto.
47:36
Speaker A
I've done the Layer 3 VPN setup on PE2.
47:40
Speaker A
Let's do this on PE1.
47:43
Speaker A
And I'm just going to navigate to PE1 quickly.
47:46
Speaker A
So on PE1, very straightforward.
47:48
Speaker A
We're doing a routing BGP VPN.
47:52
Speaker A
We're adding a new one.
47:54
Speaker A
We're going to give this a name.
47:56
Speaker A
I don't really need to give it a name.
47:59
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
48:03
Speaker A
I'm going to set my route distinguisher as 111.1.
48:07
Speaker A
I'm going to set my label allocation policy as per VRF.
48:11
Speaker A
I'm going to set my import route targets as 111.1.
48:15
Speaker A
And my export route targets as 111.1.
48:19
Speaker A
And my redistribute is going to be connected and BGP.
48:23
Speaker A
I'll hit okay.
48:25
Speaker A
And presto.
48:27
Speaker A
I've done the Layer 3 VPN setup on PE2.
48:31
Speaker A
Let's do this on PE1.
48:34
Speaker A
And I'm just going to navigate to PE1 quickly.
48:37
Speaker A
So on PE1, very straightforward.
48:39
Speaker A
We're doing a routing BGP VPN.
48:43
Speaker A
We're adding a new one.
48:45
Speaker A
We're going to give this a name.
48:47
Speaker A
I don't really need to give it a name.
48:50
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
48:54
Speaker A
I'm going to set my route distinguisher as 111.1.
48:58
Speaker A
I'm going to set my label allocation policy as per VRF.
49:02
Speaker A
I'm going to set my import route targets as 111.1.
49:06
Speaker A
And my export route targets as 111.1.
49:10
Speaker A
And my redistribute is going to be connected and BGP.
49:14
Speaker A
I'll hit okay.
49:16
Speaker A
And presto.
49:18
Speaker A
I've done the Layer 3 VPN setup on PE2.
49:22
Speaker A
Let's do this on PE1.
49:25
Speaker A
And I'm just going to navigate to PE1 quickly.
49:28
Speaker A
So on PE1, very straightforward.
49:30
Speaker A
We're doing a routing BGP VPN.
49:34
Speaker A
We're adding a new one.
49:36
Speaker A
We're going to give this a name.
49:38
Speaker A
I don't really need to give it a name.
49:41
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
49:45
Speaker A
I'm going to set my route distinguisher as 111.1.
49:49
Speaker A
I'm going to set my label allocation policy as per VRF.
49:53
Speaker A
I'm going to set my import route targets as 111.1.
49:57
Speaker A
And my export route targets as 111.1.
50:01
Speaker A
And my redistribute is going to be connected and BGP.
50:05
Speaker A
I'll hit okay.
50:07
Speaker A
And presto.
50:09
Speaker A
I've done the Layer 3 VPN setup on PE2.
50:13
Speaker A
Let's do this on PE1.
50:16
Speaker A
And I'm just going to navigate to PE1 quickly.
50:19
Speaker A
So on PE1, very straightforward.
50:21
Speaker A
We're doing a routing BGP VPN.
50:25
Speaker A
We're adding a new one.
50:27
Speaker A
We're going to give this a name.
50:29
Speaker A
I don't really need to give it a name.
50:32
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
50:36
Speaker A
I'm going to set my route distinguisher as 111.1.
50:40
Speaker A
I'm going to set my label allocation policy as per VRF.
50:44
Speaker A
I'm going to set my import route targets as 111.1.
50:48
Speaker A
And my export route targets as 111.1.
50:52
Speaker A
And my redistribute is going to be connected and BGP.
50:56
Speaker A
I'll hit okay.
50:58
Speaker A
And presto.
51:00
Speaker A
I've done the Layer 3 VPN setup on PE2.
51:04
Speaker A
Let's do this on PE1.
51:07
Speaker A
And I'm just going to navigate to PE1 quickly.
51:10
Speaker A
So on PE1, very straightforward.
51:12
Speaker A
We're doing a routing BGP VPN.
51:16
Speaker A
We're adding a new one.
51:18
Speaker A
We're going to give this a name.
51:20
Speaker A
I don't really need to give it a name.
51:23
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
51:27
Speaker A
I'm going to set my route distinguisher as 111.1.
51:31
Speaker A
I'm going to set my label allocation policy as per VRF.
51:35
Speaker A
I'm going to set my import route targets as 111.1.
51:39
Speaker A
And my export route targets as 111.1.
51:43
Speaker A
And my redistribute is going to be connected and BGP.
51:47
Speaker A
I'll hit okay.
51:49
Speaker A
And presto.
51:51
Speaker A
I've done the Layer 3 VPN setup on PE2.
51:55
Speaker A
Let's do this on PE1.
51:58
Speaker A
And I'm just going to navigate to PE1 quickly.
52:01
Speaker A
So on PE1, very straightforward.
52:03
Speaker A
We're doing a routing BGP VPN.
52:07
Speaker A
We're adding a new one.
52:09
Speaker A
We're going to give this a name.
52:11
Speaker A
I don't really need to give it a name.
52:14
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
52:18
Speaker A
I'm going to set my route distinguisher as 111.1.
52:22
Speaker A
I'm going to set my label allocation policy as per VRF.
52:26
Speaker A
I'm going to set my import route targets as 111.1.
52:30
Speaker A
And my export route targets as 111.1.
52:34
Speaker A
And my redistribute is going to be connected and BGP.
52:38
Speaker A
I'll hit okay.
52:40
Speaker A
And presto.
52:42
Speaker A
I've done the Layer 3 VPN setup on PE2.
52:46
Speaker A
Let's do this on PE1.
52:49
Speaker A
And I'm just going to navigate to PE1 quickly.
52:52
Speaker A
So on PE1, very straightforward.
52:54
Speaker A
We're doing a routing BGP VPN.
52:58
Speaker A
We're adding a new one.
53:00
Speaker A
We're going to give this a name.
53:02
Speaker A
I don't really need to give it a name.
53:05
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
53:09
Speaker A
I'm going to set my route distinguisher as 111.1.
53:13
Speaker A
I'm going to set my label allocation policy as per VRF.
53:17
Speaker A
I'm going to set my import route targets as 111.1.
53:21
Speaker A
And my export route targets as 111.1.
53:25
Speaker A
And my redistribute is going to be connected and BGP.
53:29
Speaker A
I'll hit okay.
53:31
Speaker A
And presto.
53:33
Speaker A
I've done the Layer 3 VPN setup on PE2.
53:37
Speaker A
Let's do this on PE1.
53:40
Speaker A
And I'm just going to navigate to PE1 quickly.
53:43
Speaker A
So on PE1, very straightforward.
53:45
Speaker A
We're doing a routing BGP VPN.
53:49
Speaker A
We're adding a new one.
53:51
Speaker A
We're going to give this a name.
53:53
Speaker A
I don't really need to give it a name.
53:56
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
54:00
Speaker A
I'm going to set my route distinguisher as 111.1.
54:04
Speaker A
I'm going to set my label allocation policy as per VRF.
54:08
Speaker A
I'm going to set my import route targets as 111.1.
54:12
Speaker A
And my export route targets as 111.1.
54:16
Speaker A
And my redistribute is going to be connected and BGP.
54:20
Speaker A
I'll hit okay.
54:22
Speaker A
And presto.
54:24
Speaker A
I've done the Layer 3 VPN setup on PE2.
54:28
Speaker A
Let's do this on PE1.
54:31
Speaker A
And I'm just going to navigate to PE1 quickly.
54:34
Speaker A
So on PE1, very straightforward.
54:36
Speaker A
We're doing a routing BGP VPN.
54:40
Speaker A
We're adding a new one.
54:42
Speaker A
We're going to give this a name.
54:44
Speaker A
I don't really need to give it a name.
54:47
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
54:51
Speaker A
I'm going to set my route distinguisher as 111.1.
54:55
Speaker A
I'm going to set my label allocation policy as per VRF.
54:59
Speaker A
I'm going to set my import route targets as 111.1.
55:03
Speaker A
And my export route targets as 111.1.
55:07
Speaker A
And my redistribute is going to be connected and BGP.
55:11
Speaker A
I'll hit okay.
55:13
Speaker A
And presto.
55:15
Speaker A
I've done the Layer 3 VPN setup on PE2.
55:19
Speaker A
Let's do this on PE1.
55:22
Speaker A
And I'm just going to navigate to PE1 quickly.
55:25
Speaker A
So on PE1, very straightforward.
55:27
Speaker A
We're doing a routing BGP VPN.
55:31
Speaker A
We're adding a new one.
55:33
Speaker A
We're going to give this a name.
55:35
Speaker A
I don't really need to give it a name.
55:38
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
55:42
Speaker A
I'm going to set my route distinguisher as 111.1.
55:46
Speaker A
I'm going to set my label allocation policy as per VRF.
55:50
Speaker A
I'm going to set my import route targets as 111.1.
55:54
Speaker A
And my export route targets as 111.1.
55:58
Speaker A
And my redistribute is going to be connected and BGP.
56:02
Speaker A
I'll hit okay.
56:04
Speaker A
And presto.
56:06
Speaker A
I've done the Layer 3 VPN setup on PE2.
56:10
Speaker A
Let's do this on PE1.
56:13
Speaker A
And I'm just going to navigate to PE1 quickly.
56:16
Speaker A
So on PE1, very straightforward.
56:18
Speaker A
We're doing a routing BGP VPN.
56:22
Speaker A
We're adding a new one.
56:24
Speaker A
We're going to give this a name.
56:26
Speaker A
I don't really need to give it a name.
56:29
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
56:33
Speaker A
I'm going to set my route distinguisher as 111.1.
56:37
Speaker A
I'm going to set my label allocation policy as per VRF.
56:41
Speaker A
I'm going to set my import route targets as 111.1.
56:45
Speaker A
And my export route targets as 111.1.
56:49
Speaker A
And my redistribute is going to be connected and BGP.
56:53
Speaker A
I'll hit okay.
56:55
Speaker A
And presto.
56:57
Speaker A
I've done the Layer 3 VPN setup on PE2.
57:01
Speaker A
Let's do this on PE1.
57:04
Speaker A
And I'm just going to navigate to PE1 quickly.
57:07
Speaker A
So on PE1, very straightforward.
57:09
Speaker A
We're doing a routing BGP VPN.
57:13
Speaker A
We're adding a new one.
57:15
Speaker A
We're going to give this a name.
57:17
Speaker A
I don't really need to give it a name.
57:20
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
57:24
Speaker A
I'm going to set my route distinguisher as 111.1.
57:28
Speaker A
I'm going to set my label allocation policy as per VRF.
57:32
Speaker A
I'm going to set my import route targets as 111.1.
57:36
Speaker A
And my export route targets as 111.1.
57:40
Speaker A
And my redistribute is going to be connected and BGP.
57:44
Speaker A
I'll hit okay.
57:46
Speaker A
And presto.
57:48
Speaker A
I've done the Layer 3 VPN setup on PE2.
57:52
Speaker A
Let's do this on PE1.
57:55
Speaker A
And I'm just going to navigate to PE1 quickly.
57:58
Speaker A
So on PE1, very straightforward.
58:00
Speaker A
We're doing a routing BGP VPN.
58:04
Speaker A
We're adding a new one.
58:06
Speaker A
We're going to give this a name.
58:08
Speaker A
I don't really need to give it a name.
58:11
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
58:15
Speaker A
I'm going to set my route distinguisher as 111.1.
58:19
Speaker A
I'm going to set my label allocation policy as per VRF.
58:23
Speaker A
I'm going to set my import route targets as 111.1.
58:27
Speaker A
And my export route targets as 111.1.
58:31
Speaker A
And my redistribute is going to be connected and BGP.
58:35
Speaker A
I'll hit okay.
58:37
Speaker A
And presto.
58:39
Speaker A
I've done the Layer 3 VPN setup on PE2.
58:43
Speaker A
Let's do this on PE1.
58:46
Speaker A
And I'm just going to navigate to PE1 quickly.
58:49
Speaker A
So on PE1, very straightforward.
58:51
Speaker A
We're doing a routing BGP VPN.
58:55
Speaker A
We're adding a new one.
58:57
Speaker A
We're going to give this a name.
58:59
Speaker A
I don't really need to give it a name.
59:02
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
59:06
Speaker A
I'm going to set my route distinguisher as 111.1.
59:10
Speaker A
I'm going to set my label allocation policy as per VRF.
59:14
Speaker A
I'm going to set my import route targets as 111.1.
59:18
Speaker A
And my export route targets as 111.1.
59:22
Speaker A
And my redistribute is going to be connected and BGP.
59:26
Speaker A
I'll hit okay.
59:28
Speaker A
And presto.
59:30
Speaker A
I've done the Layer 3 VPN setup on PE2.
59:34
Speaker A
Let's do this on PE1.
59:37
Speaker A
And I'm just going to navigate to PE1 quickly.
59:40
Speaker A
So on PE1, very straightforward.
59:42
Speaker A
We're doing a routing BGP VPN.
59:46
Speaker A
We're adding a new one.
59:48
Speaker A
We're going to give this a name.
59:50
Speaker A
I don't really need to give it a name.
59:53
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
59:57
Speaker A
I'm going to set my route distinguisher as 111.1.
60:01
Speaker A
I'm going to set my label allocation policy as per VRF.
60:05
Speaker A
I'm going to set my import route targets as 111.1.
60:09
Speaker A
And my export route targets as 111.1.
60:13
Speaker A
And my redistribute is going to be connected and BGP.
60:17
Speaker A
I'll hit okay.
60:19
Speaker A
And presto.
60:21
Speaker A
I've done the Layer 3 VPN setup on PE2.
60:25
Speaker A
Let's do this on PE1.
60:28
Speaker A
And I'm just going to navigate to PE1 quickly.
60:31
Speaker A
So on PE1, very straightforward.
60:33
Speaker A
We're doing a routing BGP VPN.
60:37
Speaker A
We're adding a new one.
60:39
Speaker A
We're going to give this a name.
60:41
Speaker A
I don't really need to give it a name.
60:44
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
60:48
Speaker A
I'm going to set my route distinguisher as 111.1.
60:52
Speaker A
I'm going to set my label allocation policy as per VRF.
60:56
Speaker A
I'm going to set my import route targets as 111.1.
61:00
Speaker A
And my export route targets as 111.1.
61:04
Speaker A
And my redistribute is going to be connected and BGP.
61:08
Speaker A
I'll hit okay.
61:10
Speaker A
And presto.
61:12
Speaker A
I've done the Layer 3 VPN setup on PE2.
61:16
Speaker A
Let's do this on PE1.
61:19
Speaker A
And I'm just going to navigate to PE1 quickly.
61:22
Speaker A
So on PE1, very straightforward.
61:24
Speaker A
We're doing a routing BGP VPN.
61:28
Speaker A
We're adding a new one.
61:30
Speaker A
We're going to give this a name.
61:32
Speaker A
I don't really need to give it a name.
61:35
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
61:39
Speaker A
I'm going to set my route distinguisher as 111.1.
61:43
Speaker A
I'm going to set my label allocation policy as per VRF.
61:47
Speaker A
I'm going to set my import route targets as 111.1.
61:51
Speaker A
And my export route targets as 111.1.
61:55
Speaker A
And my redistribute is going to be connected and BGP.
61:59
Speaker A
I'll hit okay.
62:01
Speaker A
And presto.
62:03
Speaker A
I've done the Layer 3 VPN setup on PE2.
62:07
Speaker A
Let's do this on PE1.
62:10
Speaker A
And I'm just going to navigate to PE1 quickly.
62:13
Speaker A
So on PE1, very straightforward.
62:15
Speaker A
We're doing a routing BGP VPN.
62:19
Speaker A
We're adding a new one.
62:21
Speaker A
We're going to give this a name.
62:23
Speaker A
I don't really need to give it a name.
62:26
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
62:30
Speaker A
I'm going to set my route distinguisher as 111.1.
62:34
Speaker A
I'm going to set my label allocation policy as per VRF.
62:38
Speaker A
I'm going to set my import route targets as 111.1.
62:42
Speaker A
And my export route targets as 111.1.
62:46
Speaker A
And my redistribute is going to be connected and BGP.
62:50
Speaker A
I'll hit okay.
62:52
Speaker A
And presto.
62:54
Speaker A
I've done the Layer 3 VPN setup on PE2.
62:58
Speaker A
Let's do this on PE1.
63:01
Speaker A
And I'm just going to navigate to PE1 quickly.
63:04
Speaker A
So on PE1, very straightforward.
63:06
Speaker A
We're doing a routing BGP VPN.
63:10
Speaker A
We're adding a new one.
63:12
Speaker A
We're going to give this a name.
63:14
Speaker A
I don't really need to give it a name.
63:17
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
63:21
Speaker A
I'm going to set my route distinguisher as 111.1.
63:25
Speaker A
I'm going to set my label allocation policy as per VRF.
63:29
Speaker A
I'm going to set my import route targets as 111.1.
63:33
Speaker A
And my export route targets as 111.1.
63:37
Speaker A
And my redistribute is going to be connected and BGP.
63:41
Speaker A
I'll hit okay.
63:43
Speaker A
And presto.
63:45
Speaker A
I've done the Layer 3 VPN setup on PE2.
63:49
Speaker A
Let's do this on PE1.
63:52
Speaker A
And I'm just going to navigate to PE1 quickly.
63:55
Speaker A
So on PE1, very straightforward.
63:57
Speaker A
We're doing a routing BGP VPN.
64:01
Speaker A
We're adding a new one.
64:03
Speaker A
We're going to give this a name.
64:05
Speaker A
I don't really need to give it a name.
64:08
Speaker A
What I'm going to do though is set my VRF as the Cust 1.
64:12
Speaker A
I'm going to set my route distinguisher as 111.1.
64:16
Speaker A
I'm going to set my label allocation policy as per VRF.
64:20
Speaker A
I'm going to set my import route targets as 111.1.
64:24
Speaker A
And my export route targets as 111.1.
64:28
Speaker A
And my redistribute is going to be connected and BGP.
64:32
Speaker A
I'll hit okay.
64:34
Speaker A
And presto.
64:36
Speaker A
I've done the Layer 3 VPN setup on PE2.
64:40
Speaker A
Let's do this on PE1.
64:43
Speaker A
And I'm just going to navigate to PE1 quickly.
64:46
Speaker A
So on PE1, very straightforward.
64:48
Speaker A
We're doing a routing BGP VPN.
64:52
Speaker A
We're adding a new one.
64:54
Speaker A
We're going to give this a name.
Topics:MikroTikMP-BGPL3VPNRoute ReflectorsRouterOS 7.9MPLSOSPFBGPEVE-NGNetwork Lab

Frequently Asked Questions

Does MikroTik RouterOS version 7.9 support multiprotocol BGP with route reflectors?

Yes, the video confirms that RouterOS v7.9, including release candidate and stable builds, supports multiprotocol BGP with route reflectors, resolving a major issue present in earlier versions.

What routing protocols are configured in this L3VPN lab?

The lab configures MPLS LDP for label distribution, OSPF for dynamic routing and neighbor discovery, and multiprotocol BGP for VPN route exchange using route reflectors.

Are lab files available to replicate this MikroTik MP-BGP L3VPN setup?

Yes, the video creator shares lab files compatible with EVE-NG that allow viewers to replicate the full lab environment and configurations demonstrated.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →