Update Lab01 authored by Katharina Renk's avatar Katharina Renk
...@@ -90,7 +90,7 @@ In here, the UUID is also visible which we need for the next step:![Lab00_mne_li ...@@ -90,7 +90,7 @@ In here, the UUID is also visible which we need for the next step:![Lab00_mne_li
## Configuration of the switches(the UUID have to be changed according to the output from the devices) ## Configuration of the switches(the UUID have to be changed according to the output from the devices)
### Switch 1 ### Switch 0
```bash ```bash
mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[name=default]/config --file ./lab00/enable-routing.json --force-push mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[name=default]/config --file ./lab00/enable-routing.json --force-push
...@@ -100,7 +100,23 @@ mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[ ...@@ -100,7 +100,23 @@ mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[
mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[name=default]/tables --file ./lab00/tables.json --force-push mne set 401982c5-fb98-4402-b98f-1b6d30915fc4 network-instances/network-instance[name=default]/tables --file ./lab00/tables.json --force-push
``` ```
### Switch 2 ### Modify interface eth1
```bash
mne path set <UUID of Switch0> interfaces/interface[name=Ethernet1] --file ./lab00/s01-ethernet01.json --force-push
mne path set <UUID of Switch0> interfaces/interface[name=Ethernet2] --file ./lab00/s01-ethernet02.json --force-push
mne path set <UUID of Switch0> network-instances/network-instance[name=default]/protocols --file ./lab00/s01-route.json --force-push
mne set <UUID of Switch0> network-instances/network-instance[name=default]/tables --file ./lab00/tables.json --force-push
```
### Modify interface eth2
```bash
mne path set <UUID of Switch0> interfaces/interface[name=Ethernet2] --file ./lab00/s01-ethernet02.json --force-push
```
### Insert the routes
```bash
mne path set <UUID of Switch0> network-instances/network-instance[name=default]/protocols --file ./lab00/s01-route.json --force-push
```
### Switch 1
```bash ```bash
mne set c724b95b-c751-4728-9f19-376e0d570104 network-instances/network-instance[name=default]/config --file ./lab00/enable-routing.json --force-push mne set c724b95b-c751-4728-9f19-376e0d570104 network-instances/network-instance[name=default]/config --file ./lab00/enable-routing.json --force-push
... ...
......