In order to keep the initial demands on the host machine low, only one vSRX will be spun up; the second and third vSRX's are commented out in the relevant Vagrant control file.
In order to keep the initial demands on the host machine low, only one vSRX will be spun up; the second and third vSRX's are commented out in the relevant Vagrant control file (imaginatively called `Vagrantfile`).
## What's in this repository?
...
...
@@ -66,9 +65,12 @@ This is the framework which allows users to run virtual devices on Windows, Linu
Download and install VirtualBox from:
https://www.virtualbox.org/wiki/Downloads
|| DISCLAIMER <p> VirtualBox does not work on M1 Macs. |
### Vagrant
Vagrant uses node and connectivity definitions in a `Vagrantfile` to orchestrate the creation - using Virtualbox - of the test network.
Vagrant uses node and connectivity definitions in a control file (by default called `Vagrantfile`) to orchestrate the creation of multi-device virtual environments. It can use several such environments - we are going to use VirtualBox.