Update Lab01 authored by Katharina Renk's avatar Katharina Renk
......@@ -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
......
......