Skip to content

Arista cEOS

Arista cEOS is a container based image.

Base Image

Base images can be downloaded from the Arista support portal.

Note

An account is required, which can be created without any support contract.

Look for the 64 bit cEOS Lab image.

Import image

The downloaded image must be imported with the docker image import command.

docker image import cEOS64-lab-4.35.1F.tar.xz arista/ceos:4.35.1F

Warning

Arista cEOS images must be imported with the repo set to: arista/ceos. This allows for the definition of arista_ceos as a node model in the manifest file.

Default Node Parameters

Property Value
Kind Container
CPU 2
RAM 4GB
ZTP Method Volume
Management Interface eth0
Interface Driver macvlan

Example Manifest

name = "arista-ceos"

nodes = [
  { name = "dev01", model = "arista_ceos", version = "4.35.1F" },
]

Node Access

sherpa ssh dev01
sherpa console dev01
docker exec -it dev01-<lab-id> sudo Cli

Notes

  • Approximate time for the system to be ready: 1 minutes