Тёмный

Cisco SD-WAN 003 - SD-WAN VPNs Overview and SD-WAN Controllers Setup 

Rob Riker's Tech Channel
Подписаться 36 тыс.
Просмотров 28 тыс.
50% 1

In this video, we go over the VPNs (VRFs) that are used in the SD-WAN solution. We will also bring up the SD-WAN controllers, vManage, vBond and vSmart setup.
IOS CA configuration
hostname IOS-CA
crypto key generate rsa label PKI modulus 2048
crypto pki server PKI
database url flash:
database level complete
issuer-name CN=rootca.lab.local
hash sha256
database archive pkcs12 password cisco123
grant auto
no shut
crypto pki export PKI pem url flash:
tftp-server flash:PKI.ca

Наука

Опубликовано:

 

26 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 175   
@ZE-ds9uk
@ZE-ds9uk 3 года назад
The best SD-WAN training so far on youtube, thanks Rob
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
Thank you! And your welcome!
@127bits7
@127bits7 2 года назад
This is excellent. Thank you for taking the time to put this together Rob.
@floriancokl3142
@floriancokl3142 3 года назад
Thank you very much Rob for this wonderful series - fantastic job
@zakwan3169
@zakwan3169 3 года назад
TQ sir for the tutorial. Hostname 00:52 RSA Key 01:04 Enable Web Server For SCEP 01:31 Create CA Server 01:47 Export Certificate 03:12 TFTF Server to Certificate 03:36 View CA Certificate 04:03 vManage Configuration 06:19 vManage: tftp CA Certificate 10:47 vManage: CSR 11:54
@chiz91403
@chiz91403 3 года назад
I'm 4 videos down and I have to say, best demo I've seen so far.
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
Thank you!
@rpratt7990
@rpratt7990 5 месяцев назад
Excellent training Rob!
@sanjaymehta3980
@sanjaymehta3980 3 года назад
great person Rob, great videos. Big Thanks from India.
@otley2006
@otley2006 3 года назад
this is really informative....cheers Rob
@reynaldosilva1323
@reynaldosilva1323 3 года назад
Rob, this is amazing!! Thanks for sharing. If you can, please share the images. Thanks again, this the best course on youtube.
@cyprix9841
@cyprix9841 3 месяца назад
Very well explained
@retro_escape2969
@retro_escape2969 3 года назад
FYI, I'm running 20.3.3.1 on my vControllers and when I question mark out the request download command set, I do not see an option for tftp, but the parser still seems to accept if you try using tftp as the copy method. I have a feeling that Cisco took out the tftp transfer option because it's insecure. This is probably what's making everyone struggle with this part of the process. So I used the http copy method outlined below by @Tim Kerr from 3 months ago and that seemed to work for me. Thanks Rob and Tim!
@xXV1ralXx
@xXV1ralXx 3 года назад
Really good , thank you
@Lee-qp2et
@Lee-qp2et 3 года назад
Loving your channel. You added a default-route 10.255.10.0/24 10.255.1.1 but there was no explanation as to why. I do not see the 10.255.10.0/24 subnet in the topology diagram. I'm guessing it's a subnet in your home network but as I'm trying to follow along it was like a brick wall...lol
@TheKida2293
@TheKida2293 2 месяца назад
thats his local network, where his server is hosted, this is the exit point to the real world
@borisavezov2989
@borisavezov2989 3 года назад
completed Lab 4 good Lab!!!
@tahaadel8999
@tahaadel8999 3 года назад
Your explanation is really clear and to the point, and I really happy to find your amazing channel. I have got some questions, hope you answer them to get a better understanding of SD-WAN. What's the purpose of the 10.255.1.0/24 static route? I mean, why vpn0 should know about this management network? You have mentioned that vpn0 is a transport VPN. So, is that mean if we have host A reside behind vEdge1 and host B reside behind vEdge2, the outer IP header will be the (underlay) IPs of the two vEdges and the inner IP will be for host A and B? Why we assigned a block of public IP address space for the controller's zone? Why did you expose it to the public? Why we have a broadband internet connection for each site? traditionally, only the HQ has internet access and all sites should go to the internet via HQ. Is SD-WAN architecture has proposed a new mechanism to filter and control the traffic from each site rather than backhaul it to the HQ? Thanks and appreciate your work.
@rpratt7990
@rpratt7990 5 месяцев назад
It's to have management for the vManage via web. Use your local segment of your home internet.
@ALIALMHDI
@ALIALMHDI 3 года назад
if there's no effect when issuing the command in vManger # request download tftp://223.1.1.13/PKI.ca the easiest way to import the certificate with the following steps : 1- copy the output certificate after issue this command #crypto pki export PKI pem terminal 2- go to vManager and issue # vshell then # vi /home/admin/PKI.ca then past the certificate 3- continue the remaining steps in vManager #request root-cert-chain install /home/admin/PKI.ca
@anilanilkumar7495
@anilanilkumar7495 3 года назад
Hi Ali,, while i am downloading Root certificate i am getting below error. can you please help us vManage# request root-cert-chain install home/admin/223.1.1.13 Uploading root-ca-cert-chain via VPN 0 Copying ... /home/admin/223.1.1.13 via VPN 0 cp: cannot stat '/home/admin/223.1.1.13': No such file or directory Failed to install the root certificate chain !! vManage#
@anilanilkumar7495
@anilanilkumar7495 3 года назад
we tried as per you recommend but still getting same error
@anilanilkumar7495
@anilanilkumar7495 3 года назад
hi its working after we paste the certificate in Vsheel we need to save like this ESC.. Shift:x.. so it will save and then run this request root-cert-chain install /home/admin/PKI.ca
@ZE-ds9uk
@ZE-ds9uk 3 года назад
Thanks for the insight Almhdi, very helpful
@ALIALMHDI
@ALIALMHDI 3 года назад
@@anilanilkumar7495 the whole idea it’s just creating the file with the certificate copying from CA so many different ways to create the file in Linux
@chaimaamouhcine3811
@chaimaamouhcine3811 2 года назад
For those who were not able to load up the GUI, i had the same problem and i fixed it by tapping the following command in the interface eth1 : "ip dhcp-client", in order to have a compatible ip address with ur eve-ng VM. --------------------------- int eth1 ip dhcp-client no shut commit -------------------------
@shayannasir8803
@shayannasir8803 3 года назад
Hi Rob, I really like they way you explain things, I have managed to setup my lab for sdwan, i have imported ca on vManage and vSmart but i am not able to add on vEdge and vbond, from vBond and vEdge i can ping CA router but when i do tftp i cannot see any activity on CA router Although i dont get any error on vBond when i issue tftp command, I have tried 2 versions 16.2 and 18.4 but no luck Any thoughts ???
@uzumakinaruto1532
@uzumakinaruto1532 2 года назад
Hi Rob, first of all thanks a lot for this wonderful SDWAN course. I've one query, you downloaded and installed the root certificate of the CA on vManage CLI then again you copied the root CA certificate in vManage GUI and installed the same.. I'm wondering if both are the same things you're doing here..!!
@fayyazahmed2507
@fayyazahmed2507 3 года назад
Hi, Above commands only work on specific IOS version. I am using C3725-ADVENTERPRISEK9-M), Version 12.4(15)T14, in EVE -NG. Before doing configuration correct date and time of router else you will get errors when type command "crypto pki export PKI pem url flash:" like authentication error which have issue with wrong data and time on router.
@rohanahmed9523
@rohanahmed9523 3 года назад
BESTTTT
@zalachenko9373
@zalachenko9373 Год назад
Hi Rob. Excellent video out there. I was wondering how can i access the GUI. I am stucked in that part i had configured everyhing according to the video. can you help thank you
@ezrasam7
@ezrasam7 3 года назад
With vManage version 20.3.3.1, I was able to progress up to 12:09, that is installing the certificate... eth1 IP is configured in the same subnet as the VM and it is reachable on ICMP... However, I am not able to load up the GUI... Any tips?
@alexisleopoldie8203
@alexisleopoldie8203 3 года назад
Thank you very much for this video that's very helpfull ! I have a question regarding the vBond IP address, does it have to be a public IP ? Because in Cisco documentation they say this is mandatory... but here you're using a Class C IP
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
In my testing, no. In reality, it probably would be since the vBond is where all the vEdges point to to authenticate. In most cases, from what I've seen, what your referencing is for a public deployment. I demo'd how to deploy SD-WAN on prem, so even though the doc's say public IP mandatory, not so much from experience.
@alexisleopoldie8203
@alexisleopoldie8203 3 года назад
@@RobRikerTechChannel Thanks for your quick answer ! Indeed I was thinking that was not mandatory but I wanted to be sure :)
@stevenwilliams7774
@stevenwilliams7774 Год назад
I am getting a failed to generate CSR error now, no matter the image set version I use.
@paulruiz3172
@paulruiz3172 3 года назад
Hello Rob, thanks for the training. At time 34:12 you went back to the IOS-CA router to import the certificate from the vManager. The command you typed was "crypto pki server PKI request pkcs10 terminal" so you can import the cert. The router I'm using I can only type "crypto pki server PKI" the request is not there. The IOS version is 15.6. what verison of code you are using for the IOS-CA router?
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
VIRL IOSv 15.6
@fayyazahmed2507
@fayyazahmed2507 3 года назад
Below version will work in EV-NG C3725-ADVENTERPRISEK9-M), Version 12.4(15)T14,
@alexmiranda2636
@alexmiranda2636 5 месяцев назад
Does anyone is getting the error "Failed to find device with uuid null" when installing the certificate on vManage?
@aliattashsaify5400
@aliattashsaify5400 3 года назад
Hey Rob i can not download Root cert chain from CA server what is the probelm?
@joshuawang6953
@joshuawang6953 3 года назад
Hi Rob, thanks for the video. I just loaded the lab diagram, turns out it shows a little bit different connection than yours, example, I got Gi0/9 --- to INET cloud, your video the port would be Gi0/7, did you made any changes? This is matters because the INET router Gi0/9 got no IP assigned yet it connected to cloud, is the router configuration really match the diagram, can help to explain that? Another quick question is, Mgmt cloud and Inet cloud all bond to EVE cloud0, I can see the settings but just make sure because use different name for the cloud but attached to same EVE cloud port.
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
make whatever changes on the topology needed to mimic my lab. I used EVE community to build it, maybe your using EVE Pro?
@joshuawang6953
@joshuawang6953 3 года назад
@@RobRikerTechChannel That's correct, I am using PRO. I make few changes, and now I got controllers and vEdges onboarding, sweet and useful video, thank you Rob.
@justj2384
@justj2384 3 года назад
Hi, i was having a problem with TFTP but it turned out i needed a synch'd NTP server. One question i have is what is the need to put the root certificate on the box via cli and then again via the GUI when doing the CSR?
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
You don't, for the controllers, you just need to add it to vManage via the GUI, as the vSmart and vBond get added, the root cert get's pushed to them.
@patriciakramp3811
@patriciakramp3811 2 года назад
Hi together, i tried to get the certificates installing , but there is no way always get error Jan-2022 16:48:30 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 ! Error info : install vmanage did work with http methode an did accept certificate but vbond isn´t, but used same methode connectivity is okay csr used via paste at ca certificate was granted but so far if i try to implement via install with vbond highligted get this error? Anyone an idea for that?
@MohdRashid-qk3te
@MohdRashid-qk3te 3 года назад
Hello Rob, thanks for uploading wonderful videos, need your small help as I am not able to install the PKI.ca in vManage and when tried to debug then no activity found on CA router even I tried to configure twice and following the same process, using same IOSv image for router and using vManage 18.4.4
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
export the CA cert via the terminal on the CA, copy it, then go to the vManage GUI and install it.
@MohdRashid-qk3te
@MohdRashid-qk3te 3 года назад
@@RobRikerTechChannel thankyou Rob, I'll try this option
@MohdRashid-qk3te
@MohdRashid-qk3te 3 года назад
@@RobRikerTechChannel , is it possible to share the config for INET and MPLS router or config files,
@Newbility2010
@Newbility2010 3 года назад
My question is do we really need to request download the ca public cert from CA server on devices other than vManage ? when adding the controller under Configuration - Devices, the CSR should have been generated no matter you have uploaded and installed CA cert into the vBond and vSmart or not.
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
Try it and find out. You see how I did it.
@Newbility2010
@Newbility2010 3 года назад
@@RobRikerTechChannel I tried and I can confirm no need to load the CA public cert to the devices, CSR and certs generated without issue, devices are added and in sync. My guess is the during the CSR generation process, vmanage had passed the CA cert to device so it can generate CSR.
@user-jb5nz9yh6e
@user-jb5nz9yh6e 3 года назад
Hello, first of all thanks for your videos. Could you please share your DC-Switch configuration? Because, I did everything like you, but I cant ping from vBond any other devices.
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
if you become a member of the channel, clicking join, you get access to the Inet, MPLS and DC-SW config files, EVE-NG topology files.
@MMLAB442
@MMLAB442 3 года назад
Because you connected from eth0. Need to connect from ge0/0. I had the same issue.
@khoi2280
@khoi2280 3 года назад
what specs are you running on your pc? i would like to build a home lab
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
24 vCPUs and 48 GB RAM
@jacobkupres2910
@jacobkupres2910 3 года назад
Hi Rob, I have been trying to use vmanage and access the GUI. I've tried to use five different versions of code with vManage but at login I can authenicate successfully but it will redrect my to login. I can upload vManage by importing the OVF to VMware workstation and login to access the GUI. I can't use my computer due to constrant in resources. I've uploaded it to my server but vmanage runs into a boot loop issue. I've posted this on cisco communities but so far nothing.
@jacobkupres2910
@jacobkupres2910 3 года назад
The cisco community thread is titles as "new install of vManage login but redirect back to login" if your interested. This has been pain. I've tried to change the admin user password. Create a new account but there is no difference. I'm not sure if its a configuration issue or not.
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
I have a video on how to get SD WAN working in EVE NG that may help you out. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-do_Tcdyw6vo.html
@delix1992
@delix1992 2 года назад
Hi, thank you so much for video, Is helping me get through a job interview. How is possible replicate your lab?? thank you so much
@kenmusk9017
@kenmusk9017 3 года назад
I am confused how you are able to hit the vManage web gui? My EVE-NG is a VM, and I can ssh to EVE-NG and see my pnet0 is tied to Eth1, but not seeing how to get the Gui to load...? I tried adding another nic to my VM on a different subnet and tied that nic to pnet2 and gave it an IP. Again I can't see any of this info outside of the VM to my local machine. How are you or anyone getting to the management cloud IP 10.255.1.110..?
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
That "mgmt" cloud connected to vManage, is tied to Eth1 in VPN512 with an IP of 10.255.1.110. I have a static route setup on it to point to 10.255.10.0/24 with a next hop of 10.255.1.1 so that my home network can reach the vManage GUI.
@knowledgeforfree941
@knowledgeforfree941 3 года назад
I was struggling with that as well. The easy solution I found is what you stated in your reply. Spin up a Linux box in eve-ng to replace the Mgmt and setup 10.255.1.0/24 network on the NIC. That did the trick for me.
@alexandrubarbu5366
@alexandrubarbu5366 3 года назад
If you are running on a ESXi, change the VM Network or whatever the name is of the one you are on to promiscuous mode enabled.
@johnmoff9324
@johnmoff9324 3 года назад
Hello Rob I'm having a challenge getting controllers added on vManage. I have added vBond and vSmart but the hostname, system IP and site ID columns shows - also show control connection shows nothing
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
make sure the certificate is good/valid, that was the only issue I had.
@johnmoff9324
@johnmoff9324 3 года назад
@@RobRikerTechChannel the issue was fixed by configuring tunnel-interface on all controllers and vEdges
@wilsonogletree8023
@wilsonogletree8023 3 года назад
Rob, this command isn't working for my eve. database url flash: (On IOS-CA router) using ver: i86bi_LinuxL3-AdvEnterpriseK9-M2_15 Do you have any suggestions?
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
That's IOL I think, I use IOSv from VIRL.
@fayyazahmed2507
@fayyazahmed2507 3 года назад
This also work in C3725-ADVENTERPRISEK9-M), Version 12.4(15)T14,
@willo7380
@willo7380 3 года назад
@@fayyazahmed2507 thanks. I guess I need to retry this lab now.
@msizimthembu4332
@msizimthembu4332 2 года назад
Hi Rob, not sure if you would be able to advise me on the below error I got when I was unshutting the CA server. I followed the exact steps as you stipulated. border-router(cs-server)#no shut %Some server settings cannot be changed after CA certificate generation. % There was a problem writing 'PKI.ser' to certificate storage. % Please verify storage accessibility % and enable the server again. border-router(cs-server)# *Jan 7 05:27:19.564: %PKI-3-CS_CRIT_STORAGE: Critical certificate server storage, flash0:PKI.ser, is inaccessible, server disabled. border-router(cs-server)# IOS version: border-router(cs-server)#do show ver | i IOS Cisco IOS Software, IOSv Software (VIOS-ADVENTERPRISEK9-M), Version 15.6(1)T, RELEASE SOFTWARE (fc1) ROM: Bootstrap program is IOSv Cisco IOSv (revision 1.0) with with 984313K/62464K bytes of memory. border-router(cs-server)# Thanks.
@msizimthembu4332
@msizimthembu4332 2 года назад
border-router#sh crypto pki server Certificate Server PKI: Status: disabled, Storage not accessible State: check failed Server's configuration is locked (enter "shut" to unlock it) Issuer name: cn=rootca.lab.local CA cert fingerprint: -Not found- Granting mode is: auto Last certificate issued serial number (hex): 0 CA certificate expiration timer: 00:00:00 UTC Jan 1 1970 CRL not present. Current primary storage dir: flash: Database Level: Complete - all issued certs written as .cer border-router#
@shahidsouad
@shahidsouad Год назад
which software you use for presentation?
@RobRikerTechChannel
@RobRikerTechChannel Год назад
Ink2go
@iqbaldotme
@iqbaldotme 3 года назад
I have managed to bring up vBond, vSmart, and vManager but I am stuck to onboard the vEdge due missing .viptela file. I hope I could get .viptela file just for the lab sake :(
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
Don't need a viptela file. vEdge needs a cert and then you can onboard
@iqbaldotme
@iqbaldotme 3 года назад
@@RobRikerTechChannel I have been following your Cisco SD-WAN series from 001 until 004 after your replyied above and I managed to onboard the vEdge.. I really appreciate your video. the best!
@jimjam6624
@jimjam6624 3 года назад
I keep getting this error when installing the cert on vMange Failed to retrieve device data Failed to find device with uuid null Any ideas? Have built lab again same issue thanks
@anilanilkumar7495
@anilanilkumar7495 3 года назад
hi its working after we paste the certificate in Vsheel we need to save like this ESC.. Shift:x.. so it will save and then run this request root-cert-chain install /home/admin/PKI.ca
@jimjam6624
@jimjam6624 3 года назад
@@anilanilkumar7495 I mean I am getting the error at the last part of the vManage process. Installing the cert after getting the new cert from the CA
@bassman87
@bassman87 3 года назад
@@anilanilkumar7495 do you have the commands used to do this. I remember someone commented the steps a few months ago on this video and now when i need to do this again its gone.
@fayyazahmed2507
@fayyazahmed2507 3 года назад
Hi Rob when i try to generate certificate for vbond and vsmart and i copy CSR to CA ROUTER , and when press quit and this dont generate certificate which is already done for vManage. Any idea what is fix for this issue. Vsmart and Vbond already appear to vmanage but not showing system ip and site id for both but showing for vmanage.
@joshbest9294
@joshbest9294 2 года назад
I'm having this problem as well, did you get it sorted ?
@joshbest9294
@joshbest9294 2 года назад
nvm, i got it
@durale1789
@durale1789 2 года назад
@@joshbest9294 How did you solve it ? not getting vbon and vsmart system-ip and site-id although Certificates well installed
@joshbest9294
@joshbest9294 2 года назад
@@durale1789 In my case, the crypto server was shutdown. Once I no shut the server it was able to sign the certificate. Use 'show crypto pki server' to check the status.
@durale1789
@durale1789 2 года назад
@@joshbest9294 I forgot to configure tunnel interface on controllers ! Non it s ok of cours with the right configuration in
@jitendrajain4470
@jitendrajain4470 3 года назад
Could u help understand how to configure IOS router as CA server for root certificate and CSR request to fullfill for vmanage ??
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
continue watching the series, I walk you through each step.
@jitendrajain4470
@jitendrajain4470 3 года назад
@@RobRikerTechChannel I understood the configuration for CA Router now thank you...One more question..How did the vmanage mgmt iP address was made reachable from your laptop ..As i could see you were able to open the gui from ur laptop which is outside of eve-ng
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
@@jitendrajain4470 configured vpn 512 with an IP address on my local LAN, set static route to reach my pc.
@jitendrajain4470
@jitendrajain4470 3 года назад
@@RobRikerTechChannel I understood that rob..But my doubt is how does the traffic from mgmt interface vmanage gets leaked on the local subnet which is outside of eve-ng ..I am not sure if i am able to explain u my concern correctly..
@jitendrajain4470
@jitendrajain4470 3 года назад
Its working for me now...Thank you
@siddharthzala8586
@siddharthzala8586 3 года назад
I am facing this Error : "Error: Not a valid certificate Failed to install the root certificate chain "
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
seen this to, either cert isn't in the directory you're calling or your using the wrong certificate install command.
@siddharthzala8586
@siddharthzala8586 3 года назад
@@RobRikerTechChannel I was not able to download through tftp so i manually created PKI,ca file using vim at /home/admin directory and still not able to install root certificate
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
if this is on the vManage, I didn't add the root cert via TFTP, I copied it out of the CLI and then pasted into the GUI.
@martinfiala4038
@martinfiala4038 3 года назад
Hi Rob, can you advise why I am failing when installing CSR for vBond and also vSmart on the vManage? I spend many hours with repeating and trying to solve this :( Error type : application Error tag : operation-failed Error Message : log : Error: root-ca-chain unable to validate the certificate... Aborting ! ;;; I previously successfully installed the root certificate on all the controllers, I could see it in debugging on the IOS-CA ....
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
I'd make sure that the certificate is valid, that's the only thing I can remember that would cause it to fail.
@aliattashsaify5400
@aliattashsaify5400 3 года назад
Hey rob why you do not reply our comments this is the third time that i want you ask a question that i can not download the root-cert-chain via tftp from my Root CA and you dont even care about our comments
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
I care, but your just expecting me to know how to fix it. I have no idea how your lab is setup. Have you tried to troubleshoot it? If so, what did you do?
@aliattashsaify5400
@aliattashsaify5400 3 года назад
@@RobRikerTechChannel I checked my Root CA the root-cert-chain locates in flash/pki.ca, first i thought i have no connectivity with root ca but i have i can ping it properly but i can't download that particular file, i dont expect you to solve this rob i just asked as a follower of you in the field of IT what is your thoughts related to it. What do you think i am using version 20 does the image version have problem? Or the image of Root CA has problem i am using vios-adventerprisek9-m.vmdk.SPA.156-1.T as my Root CA
@RobRikerTechChannel
@RobRikerTechChannel 3 года назад
@@aliattashsaify5400 I had issues with that as well. I'm using 18.4 in the videos.
@aliattashsaify5400
@aliattashsaify5400 3 года назад
@@RobRikerTechChannel Rob adding controllers in vManage without installing root-cer-chain from Root CA makes any problem? Cause i added all my controllers to vManage without installing root-cert-chain
@joyantadebnath8603
@joyantadebnath8603 2 года назад
hi there, i faced the same problem and one of my colleague have solved the issue. Got to shell mode vmanage# vshell vmanage:~$tftp -g -r PKI.ca 223.1.1.13 // PKI.ca is the filename and 223.1.113 is the ca router ip address vmanage:~$exit and do the next steps.. that works fine for me......
@formanite373
@formanite373 Год назад
I dont see any explanation for static routes added, just ruined the video
@TheKida2293
@TheKida2293 2 месяца назад
Do you guys receive these messages constantly on the CLI? vManage# Memory cgroup out of memory: Kill process 24918 (java) score 1054 or sacrifice child Killed process 25284 (controller) total-vm:63952kB, anon-rss:632kB, file-rss:7436kB, shmem-rss:0kB Memory cgroup out of memory: Kill process 24918 (java) score 1055 or sacrifice child Killed process 24918 (java) total-vm:3039196kB, anon-rss:520068kB, file-rss:31880kB, shmem-rss:0kB Memory cgroup out of memory: Kill process 26743 (java) score 1054 or sacrifice child Killed process 27103 (controller) total-vm:63952kB, anon-rss:632kB, file-rss:7436kB, shmem-rss:0kB Memory cgroup out of memory: Kill process 26743 (java) score 1055 or sacrifice child Killed process 26743 (java) total-vm:3039196kB, anon-rss:520084kB, file-rss:31856kB, shmem-rss:0kB
@goharali9397
@goharali9397 2 года назад
Hello Sir, How are you, I like you channel and recomend for every one its a very best channel for SDWAN learning, Sir if you don't mind could you shere this topology with me. thank you very much. CCIE # 47481 HCIE # 9339
Далее
Cisco SD-WAN 005 - Bringing up MPLS Transport
28:35
Просмотров 13 тыс.
OSI and TCP IP Models - Best Explanation
19:20
Просмотров 311 тыс.
SDN, SD-WAN, & SD-Access Simplified... Seriously!
21:38
Cisco SD WAN 001 - Welcome To Next Gen Networking!
20:30
Prices & Poco M4 Pro 5G
1:00
Просмотров 274 тыс.