Closed aowhite closed 5 years ago
Are you running the command from the OSPF folder? If not go to the OSPF folder and run vagrant reload
If by OSPF folder you mean the cldemo-vagrant folder then yes I tried running in that. I also tried vagrant reload
but that also gave me a time out error message as I posted above.
No, not the cldemo-vagrant folder. Please see the three steps in here.
Okay I see that I was following the topology instructions here when I wasnt' supposed to. I tried the vagrant reload
command in the OSPF folder but that gives me another error:
PS C:\470_Lab\networkinglab470\OSPF> vagrant reload DIR: C:/470_Lab/networkinglab470/OSPF DIR: C:/470_Lab/networkinglab470/OSPF DIR: C:/470_Lab/networkinglab470/OSPF DIR: C:/470_Lab/networkinglab470/OSPF DIR: C:/470_Lab/networkinglab470/OSPF ==> router01: Checking if box 'CumulusCommunity/cumulus-vx' is up to date... Vagrant cannot forward the specified ports on this VM, since they would collide with some other application that is already listening on these ports. The forwarded port to 2201 is already in use on the host machine.
To fix this, modify your current project's Vagrantfile to use another port. Example, where '1234' would be replaced by a unique host port:
config.vm.network :forwarded_port, guest: 22, host: 1234
Sometimes, Vagrant will attempt to auto-correct this for you. In this case, Vagrant was unable to. This is usually because the guest machine is in a state which doesn't allow modifying port forwarding. You could try 'vagrant reload' (equivalent of running a halt followed by an up) so vagrant can attempt to auto-correct this upon booting. Be warned that any unsaved work might be lost.
I've uninstalled and reinstalled Vagrant and that fixed the error I said above but now when I enter vagrant ssh router01
it asks for a password and I'm not sure what that is.
The password is vagrant
I was able to set up the rest of it. Thank you.
When entering "vagrant up server01 leaf01 leaf02 spine01 spine02" I get the folllowing:
I tried to find the config.vm.boot_timeout file it mentions but haven't been able to find it in my folders. Otherwise I'm not sure what else to try.