ROOT-CA configuration for SD-WAN lab.
In part-1, we generated the root-certificate which we use to create CSR for the sd-wan controllers.
Using the root certificate, we need to generate CSR requests from SD-WAN controllers, starting first with vManage.
Once the vManage is up, set it up with the Bootstrap config
#Bootstrap configuration for vManage
!
conf t
system
host-name vmanage
system-ip 1.1.1.1
site-id 100
organization-name lab
vbond 222.0.0.12
!
vpn 0
interface eth0
ip address 222.0.0.10/24
ipv6 dhcp-client
tunnel-interface
allow-service all
no shutdown
exit
ip route 0.0.0.0/0 222.0.0.13
exit
!
vpn 512
interface eth1
ip dhcp-client
no shutdown
exit
!
commit and-quit
!
Once the vManage is committed with the bootstrap config, we will be able to get the GUI access of vManage.
GUI will be accessible through the IP on the eth1 interface(vpn512).
No comments:
Post a Comment