Update Lab and README

This commit is contained in:
Damien A
2023-10-20 19:13:06 +00:00
parent 4d6a1b73a6
commit e98212d551
2 changed files with 7 additions and 8 deletions

View File

@@ -52,13 +52,13 @@ topology:
links: links:
- endpoints: ["leaf1:eth1", "spine1:eth1"] - endpoints: ["leaf1:eth1", "spine1:eth1"]
- endpoints: ["leaf1:eth2", "spine2:eth1"] - endpoints: ["leaf1:eth2", "spine2:eth1"]
- endpoints: ["leaf2:eth1", "spine1:eth2"] - endpoints: ["leaf2:e1-1", "spine1:eth2"]
- endpoints: ["leaf2:eth2", "spine2:eth2"] - endpoints: ["leaf2:e1-2", "spine2:eth2"]
- endpoints: ["leaf3:eth1", "spine1:eth3"] - endpoints: ["leaf3:e1-1", "spine1:eth3"]
- endpoints: ["leaf3:eth2", "spine2:eth3"] - endpoints: ["leaf3:e1-2", "spine2:eth3"]
- endpoints: ["leaf4:eth1", "spine1:eth4"] - endpoints: ["leaf4:eth1", "spine1:eth4"]
- endpoints: ["leaf4:eth2", "spine2:eth4"] - endpoints: ["leaf4:eth2", "spine2:eth4"]
- endpoints: ["leaf1:eth3", "host1:eth1"] - endpoints: ["leaf1:eth3", "host1:eth1"]
- endpoints: ["leaf2:eth3", "host2:eth1"] - endpoints: ["leaf2:e1-3", "host2:eth1"]
- endpoints: ["leaf3:eth3", "host3:eth1"] - endpoints: ["leaf3:e1-3", "host3:eth1"]
- endpoints: ["leaf4:eth3", "host4:eth1"] - endpoints: ["leaf4:eth3", "host4:eth1"]

View File

@@ -53,7 +53,7 @@ Once you created an account, please logged in and down the cEOS docker images.
To add this new image to docker, please use the docker CLI command : To add this new image to docker, please use the docker CLI command :
```bash ```bash
docker import cEOS-lab-4.30.3M.tar ceos:4.30.3M docker import cEOS64-lab-4.30.3M.tar.xz ceos:4.30.3M
``` ```
### Nokia SR Linux ### Nokia SR Linux
@@ -62,7 +62,6 @@ docker import cEOS-lab-4.30.3M.tar ceos:4.30.3M
docker pull ghcr.io/nokia/srlinux docker pull ghcr.io/nokia/srlinux
``` ```
Now you should see images available to use : Now you should see images available to use :
```bash ```bash
➜ projet-vxlan-automation git:(main) ✗ docker images ➜ projet-vxlan-automation git:(main) ✗ docker images