These are the steps i did.
1.Run vagrant up --version
Bringing machine ‘mongod-m103’ up with ‘hyperv’ provider…
==> mongod-m103: Verifying Hyper-V is enabled…
==> mongod-m103: Verifying Hyper-V is accessible…
==> mongod-m103: Box ‘ubuntu/trusty64’ could not be found. Attempting to find and install…
- mongod-m103: Box Provider: hyperv*
- mongod-m103: Box Version: >= 0*
==> mongod-m103: Loading metadata for box ‘ubuntu/trusty64’ - mongod-m103: URL: https://vagrantcloud.com/ubuntu/trusty64*
The box you’re attempting to add doesn’t support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn’t
simply misspell it.
If you’re adding a box from HashiCorp’s Vagrant Cloud, make sure the box is
released.
Name: ubuntu/trusty64
Address: https://vagrantcloud.com/ubuntu/trusty64
Requested provider: [:hyperv]
2.Run vagrant ssh
VM must be created before running this command. Run vagrant up
first.