... | @@ -68,15 +68,19 @@ In here, the UUID is also visible which we need for the next step: 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
|
|
```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:
|
|
Afterwards, unzip Lab01.zip:
|
|
```bash
|
|
```bash
|
|
unzip Lab01.zip
|
|
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
|
|
### 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:
|
|
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
|
|
```bash
|
... | | ... | |