The following builds a simple lab to learn network automation.
- runs on x86 (I used this on ubuntu 2cpus and 4gigs or ram)
- docker installed
- git
This is a simple process all you need to do is
git clone https://github.com/maniak-academy/ntw-contrainerlab.git
cd ntw-containerlab
Install docker on ubuntu 22.04
chmod +x install.sh
sudo ./install/sh
The following repo comes with 2 labs
- basic
- adv
If you want to deploy the basic arista environmnet cd into arista-lab
sudo containerlab deploy --debug --topo basic-env.yaml
sudo containerlab deploy --debug --topo basic-env.yaml --reconfigure
sudo containerlab destroy --debug --topo basic-env.yaml
sudo containerlab graph -t basic-env.yaml