Update Lab01 authored by Katharina Renk's avatar Katharina Renk
...@@ -146,3 +146,9 @@ docker exec -ti clab-gosdn_csbi_arista_base-centos0 ping 192.168.0.100 ...@@ -146,3 +146,9 @@ docker exec -ti clab-gosdn_csbi_arista_base-centos0 ping 192.168.0.100
```bash ```bash
docker exec -ti clab-gosdn_csbi_arista_base-centos1 ping 10.0.0.100 docker exec -ti clab-gosdn_csbi_arista_base-centos1 ping 10.0.0.100
``` ```
## Shut down the containerlab
Go to the directory of gosdn and use following command:
```bash
make containerlab-slim-stop
```
\ No newline at end of file