User Tools

Site Tools


virtualization:do_clab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
virtualization:do_clab [2022/07/12 12:49] – created jotasandokuvirtualization:do_clab [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
-  sudo apt install python3-pip - +__1.VIA UI (OR TF) START INSTANCE AND ATTACH STORAGE__ 
-  sudo python3 -m pip install netsim-tools +\\ 
-  netlab install ubuntu ansible+__2. AND 3. IN PARALLEL__ 
 +\\ 
 +2.Install docker and move it to external storage 
 +  sudo apt install docker.io
   service docker stop   service docker stop
   cat >  /etc/docker/daemon.json   cat >  /etc/docker/daemon.json
Line 8: Line 11:
   }   }
   service docker start   service docker start
 +  docker import /root/mnt/....cEOS dsfsd
  
 +3.- Install rest of packages:
 +  apt remove needrestart -y 
 +  # apt-get update -y 
 +  sudo apt install python3-pip -y 
 +  sudo python3 -m pip install netsim-tools
 +  netlab install ubuntu ansible
   git clone https://github.com/jotasantos/netsim-labs.git   git clone https://github.com/jotasantos/netsim-labs.git
 +
 +__4.- jump into the folder and all ready__
   containerlab deploy -t clab.yml   containerlab deploy -t clab.yml
  
virtualization/do_clab.1657630191.txt.gz · Last modified: (external edit)