Cisco SDWAN: Certificate installation on SDWAN Controllers - Part 2

Опубликовано: 13 Октябрь 2024
на канале: Vadivelan NetLAB
425
10

This video introduces you to setting up SDWAN Controllers and certificate installation in Home LAB using Eve-NG

Join us on this educational journey as we unravel the complexities and possibilities of Cisco SD-WAN. Don't forget to like, comment, and subscribe to stay updated with the latest in networking technology. If you're ready to elevate your understanding of SD-WAN, you're in the right place!

Organisation name#LAB

Generate Certs on vManage
vshell

#Root Key
openssl genrsa -out ROOTCA.key 2048

#RootCA Crtificate
openssl req -x509 -new -nodes -key ROOTCA.key -sha256 -days 2000 -subj "/C=IN/ST=TN/L=CHN/O=LAB/CN=RootCA" -out ROOTCA.pem

#Sign the vManage.csrRootCA.key and ROOTCA.pem to generate vmanage.crt
openssl x509 -req -in vmanage_csr -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial -out vmanage.crt -days 2000 -sha256

#Sign the vBond.csr with the ROOTCA.key and ROOTCA.pem to generate vbond.crt
openssl x509 -req -in vbond_csr -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial -out vbond.crt -days 2000 -sha256

#Sign the vSmart.csr with the ROOTCA.key and ROOTCA.pem to generate vsmare.crt
openssl x509 -req -in vsmart_csr -CA ROOTCA.pem -CAkey ROOTCA.key -CAcreateserial -out vsmart.crt -days 2000 -sha256

0:00 Intro
1:20 RootCA Certificate Generate on vManage
2:00 Installation of ROOTCA on each Controller
3:00 vManage GUI Administration Setting Change
4:30 vManage GUI ROOTCA Cert Add
5:40 vManage CSR generate from GUI
6:30 vManage CSR Sign by RootCA Cert
7:10 vManage Signed CSR upload
8:30 vBond add and CSR Generate on vManage GUI
11:00 vBond CSR Sign by ROOTCA
12:20 vSmart Add in Vmanage GUI and vSmart CSR Generate
14:20 vSmart CSR Sign by ROOTCA
16:00 Certificate Verification pushed by vManage

Thanks for watching Click here to Subscribe us:
   / @vadivelannetlab8744  

EVE-NG Play List:
   • EVE-NG  
Docker Play List:
   / playlistlist=pl3ctevnmaybr8zfpgwmuffkgpz_z...  

#cisco #sdwan #ciscosdwan
#ccielab
#sdwan
#homelab
#ccieent
#vmange
#vbond
#vsmart
#RootCA