
You can do Vagrant packaging and importing the virtual machine with the following methods.
Package Your Vagrant Virtual Machine
vagrant package --output new.box
Importing Your Vagrant Virtual Machine
vagrant box add newbox new.box
vagrant destroy
rm Vagrantfile
vagrant init newbox
vagrant up