Cisco Viptela SD-WAN Adding vEdge

This post is to briefly go over the adding of a new vEdge to a GNS3 Lab. I have created a lab as shown in the screenshot below using the guide from this website. I am not going to repeat all of it, as it is very detailed and very clear already.
However, I have changed the lab to suit my own needs, and therefore I would like to add this information in.

The main difference is that I am going to be configuring devices that are not on the same LAN as the vManage, vBond and vSmart.
Every vEdge must connect to the vBond in order to initialise and get the configuration from the vManage.

To do this I have used DNS on the Core router.

Setup A New vEdge

As the vManage should already be setup by this point, there will be a root CA cert named ROOTCA.pem that is found on the vManage. Copy the contents of this file and paste it in a notepad.

Boot up the vEdge router and enter the vshell, create a new file named ROOTCA.pem and then paste in the certificate text.

Back in the vEdge Cisco shell, install the certificate

Navigate to the vManage web interface, https://172.16.1.10 in my lab.
From here, navigate to Configuration >>> Devices >>> WAN Edge List >>> ... >>> Generate Bootstrap Configuration

Select Cloud-init

Copy the uuid and the otp to a notepad, close this dialogue box, it is no longer required.

Back in the vEdge router terminal, paste in the following command using the uuid and the otp

Paste in the configuration to the vEdge, change the parameters such as IPs etc as required. The key point here is that the vbond is now the hostname vbond.networkinglab.xyz. This will be resolved by the Core router to the IP address 172.16.1.11

Testing vEDGE

Leave a Comment

Your email address will not be published. Required fields are marked *