- Clone this repository to a device that has container lab installed
- Ensure the containerlab host has Arista cEOS-lab 4.31.3M or later imported
- Launch the lab via
sudo clab deploy -t lab.yml
If the containerlab host does not have cEOS-lab 4.31.3M or later imported:
- Download cEOS-lab from Arista Software Downloads. This will require an arista.com login.
- Navigate to cEOS-lab --> [version] --> cEOS64-lab-[version].tar.xz
- Once the
tar.xz
file is on the containerlab host, import it into docker viasudo docker import
.
The following example demonstrates this command with a cEOS-lab version of 4.31.3M: sudo docker import cEOS64-lab-4.31.3M.tar.xz ceos:latest