From 10267ff9e8794fb5158d64634e913dac15f3a40f Mon Sep 17 00:00:00 2001 From: Damien A Date: Fri, 19 Jan 2024 20:17:34 +0100 Subject: [PATCH] Lab: Update cEOS image version --- .devcontainer/devcontainer.json | 2 +- lab_vxlan.yml | 6 +++--- network_images/network-images.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f3fede1..44ae1ce 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ "workspaceFolder": "/workspace", // 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. "customizations": { diff --git a/lab_vxlan.yml b/lab_vxlan.yml index a6b7641..8bc3531 100644 --- a/lab_vxlan.yml +++ b/lab_vxlan.yml @@ -3,15 +3,15 @@ topology: nodes: spine1: kind: ceos - image: ceos:4.30.3M + image: ceos:4.31.1F mgmt-ipv4: 172.20.20.101 leaf1: kind: ceos - image: ceos:4.30.3M + image: ceos:4.31.1F mgmt-ipv4: 172.20.20.11 leaf2: kind: ceos - image: ceos:4.30.3M + image: ceos:4.31.1F mgmt-ipv4: 172.20.20.12 host1: kind: linux diff --git a/network_images/network-images.md b/network_images/network-images.md index 1fc038a..ebb852e 100644 --- a/network_images/network-images.md +++ b/network_images/network-images.md @@ -1,4 +1,4 @@ # Network images Arista cEOS image can be downlaoded at : arista.com -`ceos-lab-4.30.3M.tar.xz` +`cEOS64-lab-4.31.1F.tar.xz`