Lab: Update cEOS image version
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user