Lab: Update cEOS image version

This commit is contained in:
Damien A
2024-01-19 20:17:34 +01:00
parent 7cd599af36
commit 10267ff9e8
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",
// Import ceos images // Import ceos images
"postCreateCommand": "docker import network_images/ceos-lab-4.30.3M.tar.xz ceos:4.30.3M", "postCreateCommand": "docker import network_images/cEOS64-lab-4.31.1F.tar.xz ceos:4.31.1F",
// Configure properties specific to VS Code. // Configure properties specific to VS Code.
"customizations": { "customizations": {

View File

@@ -3,15 +3,15 @@ topology:
nodes: nodes:
spine1: spine1:
kind: ceos kind: ceos
image: ceos:4.30.3M image: ceos:4.31.1F
mgmt-ipv4: 172.20.20.101 mgmt-ipv4: 172.20.20.101
leaf1: leaf1:
kind: ceos kind: ceos
image: ceos:4.30.3M image: ceos:4.31.1F
mgmt-ipv4: 172.20.20.11 mgmt-ipv4: 172.20.20.11
leaf2: leaf2:
kind: ceos kind: ceos
image: ceos:4.30.3M image: ceos:4.31.1F
mgmt-ipv4: 172.20.20.12 mgmt-ipv4: 172.20.20.12
host1: host1:
kind: linux kind: linux

View File

@@ -1,4 +1,4 @@
# Network images # Network images
Arista cEOS image can be downlaoded at : arista.com Arista cEOS image can be downlaoded at : arista.com
`ceos-lab-4.30.3M.tar.xz` `cEOS64-lab-4.31.1F.tar.xz`