You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/l2evpn/fabric.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,9 @@ Let's start with configuring the IP interfaces on the inter-switch links to ensu
24
24
25
25
On each leaf and spine we will bring up the relevant [interface](../../get-started/interface.md) and address its routed subinterface to achieve L3 connectivity.
26
26
27
-
We begin with connecting to the CLI of our nodes via SSH[^1]:
27
+
We begin with connecting to the CLI of our leaf1 node via SSH[^1]:
28
28
29
29
```bash
30
-
# connecting to leaf1
31
30
ssh clab-evpn01-leaf1
32
31
```
33
32
@@ -301,10 +300,10 @@ Here is a breakdown of the steps that are needed to configure EBGP on `leaf1` to
Ethernet Virtual Private Network (EVPN) is a standard technology in multi-tenant Data Centers (DCs) and provides a control plane framework for many functions.
21
21
In this tutorial we will configure a **VXLAN based Layer 2 EVPN service**[^3] in a tiny CLOS fabric and at the same get to know SR Linux better!
@@ -46,23 +46,27 @@ The [containerlab file][topofile] that describes the lab topology is referenced
46
46
Save[^2] the contents of this file under `evpn01.clab.yml` name and you are ready to deploy:
A few seconds later containerlab finishes the deployment with providing a summary table that outlines connection details of the deployed nodes. In the "Name" column we have the names of the deployed containers and those names can be used to reach the nodes, for example to connect to the SSH of `leaf1`:
78
83
79
84
```bash
80
-
# default credentials admin:NokiaSrl1!
81
-
ssh clab-evpn01-leaf1
85
+
ssh clab-evpn01-leaf1 #(1)!
82
86
```
83
87
88
+
1. Default credentials `admin:NokiaSrl1!`
89
+
84
90
With the lab deployed we are ready to embark on our learn-by-doing EVPN configuration journey!
85
91
86
92
/// note
87
93
We advise the newcomers not to skip the [Configuration Basics Guide][conf-basics-guide] as it provides just enough details to survive in the configuration waters we are about to get in.
0 commit comments