... | ... | @@ -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:
|
|
|

|
|
|
|
|
|
## 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
|
|
|
Go to the directory of gosdn and use following command:
|
|
|
```bash
|
... | ... | |