Cedge Onboarding Aman
Cedge Onboarding Aman
On all devices:
For cedge few commands are different thn vedge, in vedge sdwan
tunnel is enabled by default but in cedge we have to enable it
manually
System
Site-id 1002
System-ip 22.22.22.1
vbond 172.18.64.3
Commit
Cisco Confidential
================> uptill now same config as vbond or vsmart
In vedge when we enable the vpn0 and the interface, and enable tunnel, THE
sdwan tunnel comes up, but in cedge we have to enable it manually, and
provide interface details and provide mode as sdwan
#show ip vrf
Router#show ip vrf
Note: vrf 0 will be dere but any other vrf/vpn we need to create so we need
to create vpn 1 vrf on the cedge and also on the vedge
#vrf definition 1
Rd 1:1
Address-family ipv4
commit
### if we are using the template and enable vpn1, this config is done by the
vmanage, but if using the cli, we need to do manually
Cisco Confidential
#config t
#interface Tunnel2
#commit
#sdwan
#interface gigabit 2
# tunnel-interface
#color mpls
#encapsulation ipsec
#commit
============ (if we are using 1 interface only for ssh and same
interface for sdwan tunnel, ssh might get disable )
# config
#sdwan
#interface gigabit1
#tunnel-interface
#allow-service ssh
Cisco Confidential
#commit
=====
------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
!to see control connection local properties, and also see if certificate is
installed
Cisco Confidential
Example:
Vmanage
Cisco Confidential
Note:
When the vedge/cedge will form a control connection with the vbond, it will
check the token number and the subject serial number, if it is valid it will
check the organization name,
if that is valid, it will try to authenticate and form control connection and
then provide the vmanage IP
===
The control connection/ tunnel interface will be down, until we install token
and certificate
==
Vmanage => configuration => devices => upload wan edge list
Note: also dere will be an option asking if you want to push the edge list to
the controllers, if you will do yes, it will validate and it will send to other
controllers
Cisco Confidential
================
Step:
Once validated, from top left send it to the controllers, below is the command
to see if the edge device is successfully validated and is send successfully to
the controllers
Possible completions:
HARDWARE
INSTALLED SUBJECT
SERIAL
SERIAL
Cisco Confidential
CHASSIS NUMBER SERIAL NUMBER VALIDITY
ORG NUMBER NUMBER
------------------------------------------------------------------------------------------------------------
----------------------
C8K-2C356C8F-2591-3A28-DF55-CCF7A28CDDB1
08c6f1cc5dc2460eb83b88958ecab6e6 valid vTAC-India - 22201 N/A
C8K-2C356C8
Config => Devices => select the chassis number you want to use => click
on action and on Generate Bootstrap configuration (cloud-int option)
Post that you will get the chassis number and the token number, now we
need to install this on the edge router
Cisco Confidential
Command:
Now under the local properties it will show the token and chassis number
that we installed:
Cisco Confidential
And once the token is installed the interface will also be up, under sdwan and
it will try to build the control connection
It will try to build control connection but will fail saying, certification
verification failed, we can check using show sdwan control connection-history
And the vbond have a certificate but on the router we do not have a root CA
who can validate the certificate and approve the certificate of the vBond,
also currently there is no certificate on the edge router also,
We have on the vbond but a root CA is also needed on edge router which can
validate and approve the certificate
Cisco Confidential
Note:
..go to vmanage and copy the ROOT CA files () using scp or other file transfer
mechanism
On vmanage
Once file is copied on the edge, verifiy it by checking the directory, and we
will install it using below command:
After that if you check the control connection will be up with vbond
Cisco Confidential
Another method is to manually install the certificate on the edge device,
we also need to change the certification method for edge devices, from
automatic to manual
Configure => certificates => the edge device => view CSR and copy
the CSR
And go to configurations => certifications => install certificate and copy the
content
Cisco Confidential
Cisco Confidential