Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


https://github.com/jerearista/vagrant-veos/

download the virtoal.bax vEOS from Arista website  ( https://www.arista.com/en/support/software-download  )

vagrant box add --name vEOS-lab-4.15.0F ../builds/vEOS-lab-4.15.0F-virtualbox.box vagrant box list

cd ./Document/vagrant

mkdir vEOS1
cd vEOS1
vagrant init
vagrant up
vagrant ssh

Multi-VM Environments

https://friendsofvagrant.github.io/v1/docs/multivm.html

...