Changes
Page history
Update Lab01
authored
Jan 25, 2024
by
Katharina Renk
Show whitespace changes
Inline
Side-by-side
Labs/Lab01.md
View page @
daa62f2a
...
...
@@ -93,30 +93,30 @@ In here, the UUID is also visible which we need for the next step:![Lab00_mne_li
#### Modify interface eth1
```
bash
mne path
set
<UUID of Switch0> interfaces/interface[name
=
E
th
ernet
1]
--file
./lab0
0/s0
1
-eth
ernet0
1.json
--force-push
mne path
set
<UUID of Switch0> interfaces/interface[name
=
e
th1]
--file
<path to Lab01>/switch
0/s0-eth1.json
--force-push
```
#### Modify interface eth2
```
bash
mne path
set
<UUID of Switch0> interfaces/interface[name
=
E
th
ernet
2]
--file
./lab0
0/s0
1
-eth
ernet0
2.json
--force-push
mne path
set
<UUID of Switch0> interfaces/interface[name
=
e
th2]
--file
<path to Lab01>/switch
0/s0-eth2.json
--force-push
```
#### Insert the routes
```
bash
mne path
set
<UUID of Switch0> network-instances/network-instance[name
=
default]/protocols
--file
./lab0
0/s0
1
-route.json
--force-push
mne path
set
<UUID of Switch0> network-instances/network-instance[name
=
default]/protocols
--file
<path to Lab01>/switch
0/s0-route.json
--force-push
```
### Switch 1
### Modify interface eth1
```
bash
mne path
set
<UUID of Switch1> interfaces/interface[name
=
Ethern
et1]
--file
./lab00
/s
0
1-eth
ernet0
1.json
--force-push
mne path
set
<UUID of Switch1> interfaces/interface[name
=
et
h
1]
--file
<path to Lab01>/switch1
/s1-eth1.json
--force-push
```
### Modify interface eth2
```
bash
mne path
set
<UUID of Switch1> interfaces/interface[name
=
E
th
ernet
2]
--file
./lab00
/s
0
1-eth
ernet0
2.json
--force-push
mne path
set
<UUID of Switch1> interfaces/interface[name
=
e
th2]
--file
<path to Lab01>/switch1
/s1-eth2.json
--force-push
```
### Insert the routes
```
bash
mne path
set
<UUID of Switch1> network-instances/network-instance[name
=
default]/protocols
--file
./lab00/s0
1-route.json
--force-push
mne path
set
<UUID of Switch1> network-instances/network-instance[name
=
default]/protocols
--file
<path to Lab01>/switch1/s
1-route.json
--force-push
```
## CLI and the controller
...
...
...
...