Update Lab01 authored by Katharina Renk's avatar Katharina Renk
...@@ -179,6 +179,8 @@ docker exec -ti clab-gosdn_csbi_arista_base-centos0 ping 192.168.0.100 ...@@ -179,6 +179,8 @@ 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
``` ```
If both pings work, congrats! You set up Lab01 successfully! :tada:
## Shut down the containerlab ## Shut down the containerlab
Go to the directory of gosdn and use following command: Go to the directory of gosdn and use following command:
... ...
......