Changes
Page history
Update Lab01
authored
Jan 29, 2024
by
Katharina Renk
Show whitespace changes
Inline
Side-by-side
Labs/Lab01.md
View page @
6780801a
...
@@ -7,19 +7,6 @@ In this lab, we will set up a simple topology with [containerlab](https://contai
...
@@ -7,19 +7,6 @@ In this lab, we will set up a simple topology with [containerlab](https://contai
The figure below shows what we want to set up using the goSDN-Controller, goSDN-CLI and gNMI:
The figure below shows what we want to set up using the goSDN-Controller, goSDN-CLI and gNMI:


## Run command to build the docker image for the gNMI target
First, go to your local gnmi-target repository:
```
bash
cd
gnmi-target
```
Next, build the image:
```
bash
git checkout develop
make container
```
## Run the containerlab
## Run the containerlab
Go to the directory of gosdn and use following command:
Go to the directory of gosdn and use following command:
```
bash
```
bash
...
...
...
...