Update Lab01 authored by Katharina Renk's avatar Katharina Renk
...@@ -124,6 +124,10 @@ mne path set <UUID of Switch1> interfaces/interface[name=eth2] --file <path to L ...@@ -124,6 +124,10 @@ mne path set <UUID of Switch1> interfaces/interface[name=eth2] --file <path to L
```bash ```bash
mne path set <UUID of Switch1> network-instances/network-instance[name=default]/protocols --file <path to Lab01>/s1-route.json --force-push mne path set <UUID of Switch1> network-instances/network-instance[name=default]/protocols --file <path to Lab01>/s1-route.json --force-push
``` ```
Now, we configured both switches and we can exit the goSDN CLI:
```bash
exit
```
## CLI and the controller ## CLI and the controller
... ...
......