IOS-XRv6.1.2 Vagrant Quick Start Guide
You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Install vagrant on fedora 30/31/32
[rothakur@localhost ~]$ sudo dnf install vagrant
Create a directory
[rothakur@localhost ~]$ mkdir ios-xrv9k
Go to the directory
[rothakur@localhost ~]$ cd ios-xrv9k
Copy this to current location
[rothakur@localhost ios-xrv9k]$ mv~/Downloads/iosxrv-fullk9-x64.box .
Initialize VagrantFile
[rothakur@localhost ios-xrv9k]$ vagrant init ios-xrv612
Add the box with command
[rothakur@localhost ios-xrv9k]$ vagrant box add --name ios-xrv612 iosxrv-fullk9-x64.box
Confirm the added box with command
[rothakur@localhost ios-xrv9k]$ vagrant box list
XRv9k-612 (virtualbox, 0)
Run the vagrant up
[rothakur@localhost ios-xrv9k]$ vagrant up