Watch the entire series from the beginning - Cisco SD WAN Lab Build on EVE-NG - ruclips.net/video/6En0ECiOwk4/видео.html Also at the end of the video I just had to wait another 5 minutes and all the controllers synced up!
Helpful video. In my case I got an error message while adding the vBond controller from the browser, as "failed to add device /failed to get SSH session". do you have any suggestion ?
Very informative video. thanks for all this hard work. I have same issue while creating certificate for vbond or vsmart. When i copy CSR for vbond and vsmart certificate adding/deleting some lines at beginning. I don't know how to edit by opening file with vim command. I try to edit file but don't work. This don't let me delete/edit file contents. Can you advise what is best way to edit file for certificate
Hello Fayyaz Ahmed, when creating a cert file with vim use: vim filename, to be able to insert cert into the file, you have to press letter "i" (as insert) then you can paste your certificate, then press "esc", then ":" and finally "wq" all without quotes. Another way is to use cat command: cat > filename, then paste the cert in and press "ctrl+d" to save and quit Kind Regards
Hello all, I have figured out what to do to add vBond to vManage: Adding vBond to vManage: 1) vManage VPN0 interface needs to have "tunnel-interface". (Enable control pane) 2) vBond VPN0 interface needs to have "no tunnel-interface". (Disable control pane) Kind Regards
hello all, I managed to add vSmart to vManage gui, but strugling to add vBond, getting an error: "Failed to add device: Cannot add vEdge as a controller". any ideas? searched on Google but no sulution found yet. Also full configs feom devices would help, to either copy and paste the config or as a reference for checking. Thank you
Hi @RogerPerkin. I managed to install all the certificates succesfully but after i got to the part where i needed to install them for the vEdges I realized i had to change the organization name, so i had to reset everything even for vManage, vSmart, vBond with the new organization name. Now when i try to install the certificates it is succesfull for the vManage, but for the vBond and vSmart when I try to install the certificates ( ex: vbond.crt , vsmart.crt ) , I get the following error when I try to install via vManage(Browser): [30-Jun-2023 13:11:06 UTC] Failed to process device request - Error type : application Error tag : operation-failed Error Message : log : Error: root-ca-chain unable to validate the certificate... Aborting ! If I try from the CLI: Public key of CSR and the cert varies ... Not installing the certificate Failed to install the certificate !! I tried reinstalling everything a few times now , but everytime the same error. Any ideas or guidance please?
Please sosmeone helps me I am trying to apply this commande on vmanager : openssl x509 -req -in vmanage_csr -CA ROOT-CA.pem -CAkey ROOT-CA.key -CAcreateserial -out vmanage1.crt -days 1826 -sha256. there is an issue this is the message I receive: no such file or directory. please help me
Watch the entire series from the beginning - Cisco SD WAN Lab Build on EVE-NG - ruclips.net/video/6En0ECiOwk4/видео.html
Also at the end of the video I just had to wait another 5 minutes and all the controllers synced up!
Awesome video, so helpful! Appreciate it Roger!
thanks mr perkin, really appreciated. helped me alot in a lab building solely
awesome course, thank your for share your knowledge with us
Nice work fella
for vsmart and bond to show in vmanage add tunnel-interface in vpn 0 of vmanage device.
Great Job Did you figure out why vsmart got connected
Helpful video. In my case I got an error message while adding the vBond controller from the browser, as "failed to add device /failed to get SSH session". do you have any suggestion ?
so i don't understand what is the problem of not syncing vBond and vSmart? can you tell me please what did you do!
Very informative video. thanks for all this hard work. I have same issue while creating certificate for vbond or vsmart. When i copy CSR for vbond and vsmart certificate adding/deleting some lines at beginning. I don't know how to edit by opening file with vim command. I try to edit file but don't work. This don't let me delete/edit file contents. Can you advise what is best way to edit file for certificate
Hello Fayyaz Ahmed, when creating a cert file with vim use: vim filename, to be able to insert cert into the file, you have to press letter "i" (as insert) then you can paste your certificate, then press "esc", then ":" and finally "wq" all without quotes.
Another way is to use cat command: cat > filename, then paste the cert in and press "ctrl+d" to save and quit
Kind Regards
@@TheMartinG13 thanks this resolve issue. Thanks for explaining.
Hello all,
I have figured out what to do to add vBond to vManage:
Adding vBond to vManage:
1) vManage VPN0 interface needs to have "tunnel-interface". (Enable control pane)
2) vBond VPN0 interface needs to have "no tunnel-interface". (Disable control pane)
Kind Regards
hello all, I managed to add vSmart to vManage gui, but strugling to add vBond, getting an error: "Failed to add device: Cannot add vEdge as a controller". any ideas? searched on Google but no sulution found yet.
Also full configs feom devices would help, to either copy and paste the config or as a reference for checking. Thank you
Well I did every config just like you did and could not get the vBond & vSmart to sync up
Hi @RogerPerkin. I managed to install all the certificates succesfully but after i got to the part where i needed to install them for the vEdges I realized i had to change the organization name, so i had to reset everything even for vManage, vSmart, vBond with the new organization name. Now when i try to install the certificates it is succesfull for the vManage, but for the vBond and vSmart when I try to install the certificates ( ex: vbond.crt , vsmart.crt ) , I get the following error when I try to install via vManage(Browser):
[30-Jun-2023 13:11:06 UTC] Failed to process device request -
Error type : application
Error tag : operation-failed
Error Message : log : Error: root-ca-chain unable to validate the certificate... Aborting !
If I try from the CLI:
Public key of CSR and the cert varies ... Not installing the certificate
Failed to install the certificate !!
I tried reinstalling everything a few times now , but everytime the same error. Any ideas or guidance please?
I figured out the problem not being synced on vsmart.
SOLUTION: add Tunner-interface on eth1 at vSmart and "allow-service sshd".
i tried eth1 as well but didnt work still same issue
@@shayannasir8803 me too
thanks bro , it worked for meee yeyy
Hi Roger
how did u make it work i am facing same issue Please share
I keep getting an error when generating CSR from UI, is there a CLI equivalent to generate CSR?
where is video part 4 and 4 for this tutorial ?
where is video part 4 and 6 for this tutorial ?
in vBond
* Configure organisation name
* vbond ip address
*remove tunnel-interface from vpn 0
I would like to have knowledge on making bill of quantity. Would you please advice which cisco tool is best for making BoQ?
apps.cisco.com/Commerce/guest
Please sosmeone helps me I am trying to apply this commande on vmanager : openssl x509 -req -in vmanage_csr -CA ROOT-CA.pem -CAkey ROOT-CA.key -CAcreateserial -out vmanage1.crt -days 1826 -sha256.
there is an issue this is the message I receive: no such file or directory.
please help me