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/vagrantmkdir vEOS1
cd vEOS1
vagrant init
vagrant up
vagrant ssh
Multi-VM Environments
https://friendsofvagrant.github.io/v1/docs/multivm.html
...