Changes
Page history
Update Lab01
authored
Jan 25, 2024
by
Katharina Renk
Hide whitespace changes
Inline
Side-by-side
Labs/Lab01.md
View page @
7e8c92ac
...
...
@@ -93,11 +93,11 @@ 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
=
eth1]
--file
<path to Lab01>/switch0/s0-eth1.json
--force-push
mne path
set
<UUID of Switch0> interfaces/interface[name
=
eth1]
--file
<path to Lab01>/switch0/s0-eth1.json
--force-push
```
#### Modify interface eth2
```
bash
mne path
set
<UUID of Switch0> interfaces/interface[name
=
eth2]
--file
<path to Lab01>/switch0/s0-eth2.json
--force-push
mne path
set
<UUID of Switch0> interfaces/interface[name
=
eth2]
--file
<path to Lab01>/switch0/s0-eth2.json
--force-push
```
#### Insert the routes
```
bash
...
...
@@ -112,7 +112,7 @@ mne path set <UUID of Switch1> interfaces/interface[name=eth1] --file <path to L
```
### Modify interface eth2
```
bash
mne path
set
<UUID of Switch1> interfaces/interface[name
=
eth2]
--file
<path to Lab01>/switch1/s1-eth2.json
--force-push
mne path
set
<UUID of Switch1> interfaces/interface[name
=
eth2]
--file
<path to Lab01>/switch1/s1-eth2.json
--force-push
```
### Insert the routes
```
bash
...
...
...
...