Update Lab01 authored by Katharina Renk's avatar Katharina Renk
......@@ -68,15 +68,19 @@ In here, the UUID is also visible which we need for the next step:![Lab00_mne_li
## Configuration of the switches
In this step, the network interfaces and routing configuration for each switch will be set up. With the goSDN CLI, the configuration can also be changed by specifying the path to a .json file which contains the new values.
### Download the folder below and place it into the artifacts folder of your gosdn folder [Lab01.zip](uploads/b59afb6e62ff078c425d669c9607b752/Lab01.zip) or get it with wget if you are using Linux:
### Download Lab01.zip
To execute this commands, you can either exit the goSDN CLI with `exit` or open a new terminal or SSH connection (depends if you are using the lab locally or in a VM).
Now, download [Lab01.zip](uploads/14a354b543ecdc0658313bf19084b967/Lab01.zip) or get it with wget if you are using Linux:
```bash
wget https://code.fbi.h-da.de/danet/gosdn/-/wikis/uploads/b59afb6e62ff078c425d669c9607b752/Lab01.zip
wget https://code.fbi.h-da.de/danet/gosdn/-/wikis/uploads/14a354b543ecdc0658313bf19084b967/Lab01.zip
```
Afterwards, unzip Lab01.zip:
```bash
unzip Lab01.zip
```
Best practice: Place it afterwards into the artifacts folder of your gosdn directory.
### Optional: Use the script in Lab01 to copy-paste configuration commands
The directory Lab01 contains different files for the switch interfaces and routing configurations. For each of this, a command on the SDN controller CLI has to be set up that specifies the path to the file and the path on the switch that has to be modified. To simplify the process and avoid typos, the script delivered with Lab01.zip can be used. To set it up, it has to be built:
```bash
......
......