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  )

1- download the box image from Arista website


vagrant box add --name vEOS-lab-4.1520.0F ../builds/1F .\vEOS-lab-4.1520.0F1F-virtualbox.box

Image Added


vagrant box list

Image RemovedImage Added

cd ./Document/vagrant

mkdir vEOS1
cd vEOS1
vagrant init
vagrant up
vagrant ssh

...