KB Implementing SD-WAN Workbook

Download as pdf or txt
Download as pdf or txt
You are on page 1of 150
At a glance
Powered by AI
The document outlines the steps to configure the network infrastructure and SD-WAN policies to implement a hub-and-spoke topology with the HQ site in Dubai directing traffic between the London and Los Angeles sites.

The steps are to configure the IP addresses on interfaces E0/0 through E0/3 based on the logical diagram, and enable the interfaces.

The steps are to configure the IP addresses on interfaces Ethernet0/0 through Ethernet1/0 based on the logical diagram, and configure OSPF on these interfaces.

Implementing SD-WAN

Authored By:

Khawar Butt
CCIE # 12353
Hepta CCIE#12353 Preparing the Network for SD-WAN
CCDE # 20110020

Netmetric Solutions
(c) KBITS Live | https://kbits.live
Http://www.Netmetric-Solutions.com 1 of 150
Lab 1 – Configuring the WAN
Components

Interface Configuration

HQ

Interface IP Address Subnet Mask


E 0/0 199.1.1.14 255.255.255.240
E 0/1 199.1.1.30 255.255.255.240
E 0/2 192.168.101.1 255.255.255.0
E 0/3 192.1.101.1 255.255.255.0

MPLS Cloud

Interface IP Address Subnet Mask


E 0/0 192.168.101.254 255.255.255.0
E 0/1 192.168.102.254 255.255.255.0
E 0/2 192.168.103.254 255.255.255.0
E 0/3 192.168.104.254 255.255.255.0
E 1/0 192.168.105.254 255.255.255.0

(c) KBITS Live | https://kbits.live


2 of 150
Internet Cloud

Interface IP Address Subnet Mask


E 0/0 192.1.101.254 255.255.255.0
E 0/1 192.1.102.254 255.255.255.0
E 0/2 192.1.103.254 255.255.255.0
E 0/3 192.1.104.254 255.255.255.0
E 1/0 192.1.105.254 255.255.255.0

(c) KBITS Live | https://kbits.live


3 of 150
Task 1 – HQ Router Configuration

o Configure the Interfaces based on the Logical Diagram


o Configure OSPF as the IGP to communicate with the MPLS Cloud.
Enable all the interfaces.
o Make sure OSPF only sends and receives OSPF packets on the link
towards the MPLS Cloud using the Passive-interface command.
o Configure a default route on the router towards the Internet. The
IP Address of the Internet Router is 192.1.101.254
o Configure BGP between vEdge1(199.1.1.17) in 65001 and HQ
router. Redistrubute OPSF into BGP.

HQ Router

Hostname HQ
!
Interface E 0/0
ip address 199.1.1.14 255.255.255.240
no shut
!
Interface E 0/1
ip address 199.1.1.30 255.255.255.240
no shut
!
Interface E 0/2
ip address 192.168.101.1 255.255.255.0
no shut
!
Interface E 0/3
ip address 192.1.101.1 255.255.255.0
no shut
!
router ospf 1
network 192.168.101.0 0.0.0.255 area 0
network 199.1.1.0 0.0.0.255 area 0
passive-interface default
no passive-interface E0/2
!
Router bgp 65001
Neighbor 192.1.1.17 remote-as 65001
Redistribute ospf 1
!
ip route 0.0.0.0 0.0.0.0 192.1.101.254

(c) KBITS Live | https://kbits.live


4 of 150
Task 2 – MPLS Cloud Router Configuration

o Configure the Interfaces based on the Logical Diagram.


o Configure OSPF as the IGP on all the interfaces.

MPLS Cloud Router

no ip domain-lookup
!
line con 0
exec-timeout 0 0
logging synchronous
!
hostname MPLS
!
interface Ethernet0/0
ip address 192.168.101.254 255.255.255.0
no shut
!
interface Ethernet0/1
ip address 192.168.102.254 255.255.255.0
no shut
!
interface Ethernet0/2
ip address 192.168.103.254 255.255.255.0
no shut
!
interface Ethernet0/3
ip address 192.168.104.254 255.255.255.0
no shut
!
interface Ethernet1/0
ip address 192.168.105.254 255.255.255.0
no shut
!
router ospf 1
network 192.168.101.0 0.0.0.255 area 0
network 192.168.102.0 0.0.0.255 area 0
network 192.168.103.0 0.0.0.255 area 0
network 192.168.104.0 0.0.0.255 area 0
network 192.168.105.0 0.0.0.255 area 0

(c) KBITS Live | https://kbits.live


5 of 150
Task 3 – Internet Cloud Router Configuration

o Configure the Interfaces based on the Logical Diagram


o Configure a Static Route on the Router for the 199.1.1.0/24
network. The Next Hop should point towards the Internet IP of the
HQ Router.

Internet Cloud Router

no ip domain lookup
!
line con 0
exec-timeout 0 0
logging synchronous
!
hostname Internet
!
interface Ethernet0/0
ip address 192.1.101.254 255.255.255.0
no shut
!
interface Ethernet0/1
ip address 192.1.102.254 255.255.255.0
no shut
!
interface Ethernet0/2
ip address 192.1.103.254 255.255.255.0
no shut
!
interface Ethernet0/3
ip address 192.1.104.254 255.255.255.0
no shut
!
interface Ethernet1/0
ip address 192.1.105.254 255.255.255.0
no shut
!
ip route 199.1.1.0 255.255.255.0 192.1.101.1

(c) KBITS Live | https://kbits.live


6 of 150
Lab 2 - Installing the Enterprise
Certificate Server

Note: It builds on the topology created in the previous lab.

Task 1 – Configure the Interfaces

First Ethernet Interface:

IP Address: 192.168.1.5
Subnet Mask: 255.255.255.0

Third Ethernet Interface:

IP Address: 199.1.1.5
Subnet Mask: 255.255.255.240
Default Gateway: 199.1.1.14

Task 2 – Configure the Timezone and Time

Configure the appropiate Timezone and Time on the Windows Server.

Task 3 – Installing the Enterprise Root Certificate Server

➢ Open Server Manager


➢ Click Roles
➢ Click Add Roles
➢ Click Next
➢ Select the "Active Directory Certificate Services" and click Next
➢ Click Next
➢ Select "Certification Authority Web Enrollment" and click Next
➢ Leave it as Standalone and click Next
➢ Leave it as Root CA and click Next
➢ Leave "Create a new private key" and click Next
➢ Leave the default for the Cryptography for CA and click Next
➢ Set the Common name as KBITS-CA and click Next
➢ Leave the default for the Validity Period and click Next
➢ Click Next
➢ Click Install

(c) KBITS Live | https://kbits.live


7 of 150
Task 4 – Install WinSCP

➢ Double-click the WinSCP Installation file.


➢ Do a Default Installation.

(c) KBITS Live | https://kbits.live


8 of 150
Implementing SD-WAN

Authored By:

Khawar Butt
CCIE # 12353
Hepta CCIE#12353
CCDE # 20110020 Initializing the Controllers

(c) KBITS Live | https://kbits.live


Netmetric Solutions 9 of 150
Http://www.Netmetric-Solutions.com
Lab 3 – Initializing vManage – CLI

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vManage1
▪ Organization: KBITS
▪ System-IP: 10.1.1.101
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vManage

config
!
system
host-name vManage1
system-ip 10.1.1.101
site-id 1
organization-name KBITS

(c) KBITS Live | https://kbits.live


10 of 150
clock timezone Asia/Muscat
vbond 199.1.1.3
!
commit

Task 2 – Configured the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface eth1
- IP Address: 199.1.1.1/28
- Tunnel Interface
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 199.1.1.14

▪ vpn 512
- Interface eth0
- IP Address: 192.168.1.1/24

vManage

config
!
vpn 0
no interface eth0
interface eth1
ip address 199.1.1.1/28
tunnel-interface
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.14
!
vpn 512
interface eth0
ip address 192.168.1.1/24
no shut
!
commit

(c) KBITS Live | https://kbits.live


11 of 150
Lab 4 – Initializing vManage - GUI

Task 1 – Organization name & vBond Address

➢ Log into the vManage from the Server by browsing to


https://192.168.1.1:8443 using a username of admin and a
password of admin.

➢ Navigate to Administration -> Settings

➢ Click Edit on the Organization name and set it to KBITS. Confirm


the Organization name. Click OK.

➢ Click Edit on the vBond address and change it to 199.1.1.3.


Confirm and click OK.

Task 2 – Configure Controller Authorization as Enterprise Root and


Download the Root Certificate.

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Download Root Certificate”.

➢ Select “Base 64”.

➢ Click “Download CA Certificate”.

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “RootCert”.

➢ Open the “RootCert.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

➢ In vManage, Navigate to Administration -> Settings -> Controller


Certiticate Authorization.

➢ Change the “Certificate Signing by:” to “Enterprise Root


Certificate”.

➢ Paste the RootCert.cer that you had copied by using CTRL-V.

(c) KBITS Live | https://kbits.live


12 of 150
➢ Set the CSR Parameters with the Organization name, City, State,
Country. Set the Time to 3 Years and save.

Task 3 – Generate a CSR for vManage

➢ Navigate to Configuration -> Certificates -> Controllers ->


vManage -> Generate CSR.

➢ It will open a window with the CSR. Copy by using CTRL-A and
CTRL-C.

Task 4 – Request a Certificate from the CA Server

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Request a Certificate”.

➢ Select “Advanced”.

➢ Paste the CSR in the box by using CTRL-V and click Submit.

Task 5 – Issue the Certificate from the CA Server

➢ Open Server Manager and navigate to Active Directory


Certificate Server -> KBITS-CA -> Pending Requests.

➢ Right-Click the request and click “Issue”.

Task 6 – Downloading the Issued Certificate

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Check on Pending request”.

➢ The issued certificate link will show up. Click on the link.

➢ Select “Base 64” and click “Download”

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “vManage”.

➢ Open the “vManage.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.


(c) KBITS Live | https://kbits.live
13 of 150
Task 6 – Installing the Identity Certificate for vManage

➢ In vManage, Navigate to Configuration -> Certificates ->


Controllers

➢ Click on the “Install” button at the top right corner

➢ Paste the Certificate (CTRL-V).

➢ The Identity certificate should be installed on vManage.

(c) KBITS Live | https://kbits.live


14 of 150
Lab 5 – Initializing vBond – CLI

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vBond1
▪ Organization: KBITS
▪ System-IP: 10.1.1.103
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vBond

config
!
system
host-name vBond1
system-ip 10.1.1.103
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3 local
!

(c) KBITS Live | https://kbits.live


15 of 150
Commit

Task 2 – Configured the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 199.1.1.3/28
- Tunnel Interface
- Tunnel Services (All, NetConf, SSHD)
- Encapsulation: IPSec
- Default Route: 199.1.1.14

▪ vpn 512
- Interface eth0
- IP Address: 192.168.1.3/24

vBond

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 199.1.1.3/28
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.14
!
vpn 512
interface eth0
ip address 192.168.1.3/24
no shut
!
commit

(c) KBITS Live | https://kbits.live


16 of 150
Lab 6 – Initializing vBond - GUI

Task 1 – Add vBond to vManage

➢ Navigate to Configuration -> Devices -> Controllers -> Add


Controllers -> vBond and specify the following to add the vBond
in vManage.

o IP Address: 199.1.1.3
o Username: Admin
o Password: Admin
o Check Generate CSR
o Click OK

Task 2 – View the generated CSR for vBond and Copy it

➢ Navigate to Configuration -> Certificates -> Controllers -> vBond


-> View CSR.

➢ It will open a window with the CSR. Copy by using CTRL-A and
CTRL-C.

Task 3 – Request a Certificate from the CA Server

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Request a Certificate”.

➢ Select “Advanced”.

➢ Paste the CSR in the box by using CTRL-V and click Submit.

Task 4 – Issue the Certificate from the CA Server

➢ Open Server Manager and navigate to Active Directory


Certificate Server -> KBITS-CA -> Pending Requests.

➢ Right-Click the request and click “Issue”.

Task 6 – Downloading the Issued Certificate

➢ Browse to http://192.168.1.5/certsrv

(c) KBITS Live | https://kbits.live


17 of 150
➢ Click “Check on Pending request”.

➢ The issued certificate link will show up. Click on the link.

➢ Select “Base 64” and click “Download”

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “vBond”.

➢ Open the “vBond.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

Task 6 – Installing the Identity Certificate for vManage

➢ In vManage, Navigate to Configuration -> Certificates ->


Controllers

➢ Click on the “Install” button at the top right corner

➢ Paste the Certificate (CTRL-V).

➢ The Identity certificate should be installed for vBond and pushed


to it.

(c) KBITS Live | https://kbits.live


18 of 150
Lab 7 – Initializing vSmart – CLI

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vSmart1
▪ Organization: KBITS
▪ System-IP: 10.1.1.102
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vSmart

config
!
system
host-name vSmart1
system-ip 10.1.1.102
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!

(c) KBITS Live | https://kbits.live


19 of 150
Commit

Task 2 – Configured the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface Eth1
- IP Address: 199.1.1.2/28
- Tunnel Interface
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 199.1.1.14

▪ vpn 512
- Interface eth0
- IP Address: 192.168.1.2/24

vSmart

config
!
vpn 0
no interface eth0
interface eth1
ip address 199.1.1.2/28
tunnel-interface
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.14
!
vpn 512
interface eth0
ip address 192.168.1.2/24
no shut
!
Commit

(c) KBITS Live | https://kbits.live


20 of 150
Lab 8 – Initializing vSmart - GUI

Task 1 – Add vSmart to vManage

➢ Navigate to Configuration -> Devices -> Controllers -> Add


Controllers -> vSmart and specify the following to add the vBond
in vManage.

o IP Address: 199.1.1.2
o Username: Admin
o Password: Admin
o Check Generate CSR
o Click OK

Task 2 – View the generated CSR for vSmart and Copy it

➢ Navigate to Configuration -> Certificates -> Controllers ->


vSmart -> View CSR.

➢ It will open a window with the CSR. Copy by using CTRL-A and
CTRL-C.

Task 3 – Request a Certificate from the CA Server

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Request a Certificate”.

➢ Select “Advanced”.

➢ Paste the CSR in the box by using CTRL-V and click Submit.

Task 4 – Issue the Certificate from the CA Server

➢ Open Server Manager and navigate to Active Directory


Certificate Server -> KBITS-CA -> Pending Requests.

➢ Right-Click the request and click “Issue”.

Task 6 – Downloading the Issued Certificate

➢ Browse to http://192.168.1.5/certsrv

(c) KBITS Live | https://kbits.live


21 of 150
➢ Click “Check on Pending request”.

➢ The issued certificate link will show up. Click on the link.

➢ Select “Base 64” and click “Download”

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “vSmart”.

➢ Open the “vSmart.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

Task 6 – Installing the Identity Certificate for vManage

➢ In vManage, Navigate to Configuration -> Certificates ->


Controllers

➢ Click on the “Install” button at the top right corner

➢ Paste the Certificate (CTRL-V).

➢ The Identity certificate should be installed for vSmart and pushed


to it.

(c) KBITS Live | https://kbits.live


22 of 150
Implementing SD-WAN

Authored By:

Khawar Butt
CCIE # 12353
Hepta CCIE#12353
CCDE # 20110020 Initializing the WAN Edges

(c) KBITS Live | https://kbits.live


Netmetric Solutions 23 of 150
Http://www.Netmetric-Solutions.com
Lab 9 – Initializing vEdge – CLI

Task 1 – Upload the WAN Edge List

➢ On the vManage Main windows, Naviagte to Configuration ->


Devices. Click on “Upload WAN Edge List”.

➢ Select the file you downloaded from the PNP Portal. Upload it and
check the Validate option.

vEDGE-1

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge1
▪ Organization: KBITS
▪ System-IP: 10.2.2.201
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

(c) KBITS Live | https://kbits.live


24 of 150
Note: Default username: admin Default password: admin

vEdge1

config
!
system
host-name vEdge1
system-ip 10.2.2.201
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 199.1.1.17/28
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 199.1.1.30

▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge1

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 199.1.1.17/28
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf

(c) KBITS Live | https://kbits.live


25 of 150
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.30
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
commit

vEDGE-2

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge2
▪ Organization: KBITS
▪ System-IP: 10.2.2.202
▪ Site ID: 2
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-2

config
!
system
host-name vEdge2
system-ip 10.2.2.202
site-id 2
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0

(c) KBITS Live | https://kbits.live


26 of 150
- Interface ge0/0
- IP Address: 192.168.102.2/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.102.254

▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge2

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.102.2/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.102.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!
commit

vEDGE-3

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge3
▪ Organization: KBITS
▪ System-IP: 10.2.2.203
▪ Site ID: 3

(c) KBITS Live | https://kbits.live


27 of 150
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-3

config
!
system
host-name vEdge3
system-ip 10.2.2.203
site-id 3
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 192.168.103.3/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.103.254
▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge3

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.103.3/24
tunnel-interface
encapsulation ipsec
allow-service all

(c) KBITS Live | https://kbits.live


28 of 150
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.103.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!
Commit

vEDGE-4

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge4
▪ Organization: KBITS
▪ System-IP: 10.2.2.204
▪ Site ID: 4
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-4

config
!
system
host-name vEdge4
system-ip 10.2.2.204
site-id 4
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

(c) KBITS Live | https://kbits.live


29 of 150
▪ vpn 0
- Interface ge0/0
- IP Address: 192.168.104.4/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.104.254

▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge4

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.104.4/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.104.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!
Commit

(c) KBITS Live | https://kbits.live


30 of 150
Lab 10 – Registering vEdges in vManage

vEDGE-1
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 199.1.1.17
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge1

Task 2 – Install the Root Certificate on vEdge1

➢ Connect to the console of vEdge1 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 1st
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge1 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


31 of 150
vEDGE-2
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.168.102.2
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge2

Task 2 – Install the Root Certificate on vEdge2

➢ Connect to the console of vEdge2 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 2nd
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge2 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


32 of 150
vEDGE-3
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.168.103.3
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge3

Task 2 – Install the Root Certificate on vEdge3

➢ Connect to the console of vEdge3 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 3rd
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge3 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


33 of 150
vEDGE-4
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.168.104.4
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge4

Task 2 – Install the Root Certificate on vEdge4

➢ Connect to the console of vEdge4 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 4th
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge4 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


34 of 150
Lab 11 – Initializing cEdge – CLI

cEDGE-1
Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : cEdge5
▪ Organization: KBITS
▪ System-IP: 10.2.2.205
▪ Site ID: 5
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

cEdge1

config-transaction
!
hostname cEdge1
!
system
system-ip 10.2.2.205
site-id 5
organization-name KBITS

(c) KBITS Live | https://kbits.live


35 of 150
vbond 199.1.1.3
exit
!
clock timezone GST 4
commit

Task 2 – Configure the Interface and Tunnel Parameters

o Configure the Interface parameters based on the following:

▪ GigabitEthernet1 Parameters
o IP Address: 192.168.105.5/24
o Default Route: 192.168.105.254
▪ Tunnel Parameters Parameters
o Tunnel Interface: Tunnel1
o Tunnel Source: GigabitEthernet1
o Tunnel Mode: SDWAN
▪ SDWAN Interface Parameters
o Interface: GigabitEthernet1
o Encapsulation: IPSec
o Color: default
o Tunnel Services (All, NetConf, SSHD)

cEdge1

config-transaction
!
interface GigabitEthernet1
no shutdown
ip address 192.168.105.5 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.105.254
!
interface Tunnel1
no shutdown
ip unnumbered GigabitEthernet1
tunnel source GigabitEthernet1
tunnel mode sdwan
exit
!
sdwan
interface GigabitEthernet1
tunnel-interface
encapsulation ipsec
color default

(c) KBITS Live | https://kbits.live


36 of 150
allow-service all
allow-service sshd
allow-service netconf
exit
exit
commit

(c) KBITS Live | https://kbits.live


37 of 150
Lab 12 – Registering cEdges in vManage

cEDGE-1
Task 1 – Upload the Root Certificate to the cEdge

➢ Open the TFTP Application on the Windows Server.

➢ Configure the Default Folder as the Downloads Folder and using


the 199.1.1.5 as the TFTP Interface.

➢ Connect to the console of cEdge1 and copy the RootCert.cer file to


flash: using the following command:

copy tftp://199.1.1.5/RootCert.cer flash:

Task 2 – Install the Root Certificate on cEdge1

➢ Connect to the console of cEdge1 and issue the following


command:

request platform software sdwan root-cert-chain install


bootflash:Root.cer

Task 3 - Activate cEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 1st
CSR Device from vManage.

➢ Use the information from the previous step in the following


command on the cEdge1 console.

request platform software sdwan vedge_cloud activate chassis-


number CSR-XXXXXXXX-XXXX-XXXX-XXXX-
XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


38 of 150
Implementing SD-WAN

Authored By:

Khawar Butt
CCIE # 12353
Hepta CCIE#12353
CCDE # 20110020 Configuring Templates

(c) KBITS Live | https://kbits.live


Netmetric Solutions 39 of 150
Http://www.Netmetric-Solutions.com
Lab 13 – Configuring Feature Template –
System

Task 1 – Configure the System Template to be used by all vEdge-


Cloud Devices

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Basic Information -> System

➢ Configure the System parameters based on the following:

o Template Name : VE-System


o Description : VE-System
o Site ID -> Device Specific
o System IP ->Device Specific
o Hostname -> Device Specific
o Timezone -> Global : Asia/Muscat
o Console Baud Rate -> Default

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


40 of 150
Task 2 – Configure the System Template to be used by all cEdge-
Cloud Devices

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR Cloud -> Basic Information -> System

➢ Configure the System parameters based on the following:

o Template Name : CE-System


o Description : CE-System
o Site ID -> Device Specific
o System IP ->Device Specific
o Hostname -> Device Specific
o Timezone -> Global : Asia/Muscat
o Console Baud Rate -> Default

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


41 of 150
Lab 14 – Configuring Feature Template –
Banner

Task 1 – Configure the Banner Template to be used by all vEdge-


Cloud Devices

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Basic Information -> Banner

➢ Configure the Banner parameters based on the following:

o Template Name : VE-Banner


o Description : VE-Banner
o Banner: KBITS Authorized Users Only !!!!!!!!!!!
o MOTD: Welcome of SD-WAB !!!!!!!!!!!!!

➢ Click Save to save the Template.

Task 2 – Configure the Banner Template to be used by all cEdge-


Cloud Devices

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR Cloud -> Basic Information -> Banner

➢ Configure the Banner parameters based on the following:

o Template Name : CE-Banner


o Description : CE-Banner
o Banner: KBITS Authorized Users Only !!!!!!!!!!!
o MOTD: Welcome of SD-WAB !!!!!!!!!!!!!

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


42 of 150
Lab 15 - Configuring Feature Templates -
VPN & VPN Interfaces for VPN 0 & 512 ––
Branch Site(vEdges)

Task 1 – Configure a VPN Template to be used by all Branch vEdge-


Cloud Devices for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPN-VPN0


o Description : BR-VE-VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Device Specific

➢ Click Save to save the Template.

Task 2 – Configure a VPN Template to be used by all Branch vEdge-


Cloud Devices for VPN 512

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPN-VPN512


o Description : BR-VE-VPN-VPN512

Basic Configuration
o VPN -> Global : 512
o Name -> Global : MGMT VPN

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


43 of 150
Task 3 – Configure a VPN Interface Template to be used by all
Branch vEdge-Cloud Devices for VPN 0 for Interface G0/0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPNINT-VPN0-G0


o Description : BR-VE-VPNINT-VPN0-G0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/0
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> Global : MPLS
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 4 – Configure a VPN Interface Template to be used by all


Branch vEdge-Cloud Devices for VPN 0 for Interface G0/1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPNINT-VPN0-G1


o Description : BR-VE-VPNINT-VPN0-G1

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/1
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> Global : BIZ-Internet
Allow Service
(c) KBITS Live | https://kbits.live
44 of 150
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

Click Save to save the Template.

Task 5 – Configure a VPN Interface Template to be used by all


Branch vEdge-Cloud Devices for VPN 512 for Interface Eth0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPNINT-VPN512-E0


o Description : BR-VE-VPNINT-VPN512-E0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth0
o IPv4 Address -> Dynamic

➢ Click Save to save the Template

(c) KBITS Live | https://kbits.live


45 of 150
Lab 16 - Configuring Feature Templates –
External Routing - OSPF for VPN 0 –
Branch Site(vEdges)

Task 1 – Configure a OSPF Template to be used by all Branch vEdge-


Cloud Devices for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR-VE-OSPF-VPN0


o Description : BR-VE-OSPF-VPN0

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/0
Advanced
o OSPF Network Type: Point-to-Point

➢ Click Add to add the Interface and Click Add to add OSPF.

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


46 of 150
Lab 17 - Configuring and Deploying
Device Templates for vEdge – Branch
Site(vEdge2)

Task 1 – Configure a Device Template for Branch vEdge Devices.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vEdge Cloud

➢ Configure the Device Template based on the following:

o Template Name : BR-VE-TEMP


o Description : BR-VE-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : BR-VE-VPN-VPN0
o VPN Interface : BR-VE-VPNINT-VPN0-G0
o VPN Interface : BR-VE-VPNINT-VPN0-G1
o OSPF : BR-VE-OSPF-VPN0

o VPN 512 : BR-VE-VPN-VPN512


o VPN Interface : BR-VE-VPNINT-VPN512-E0

➢ Click Save to save the Template.

Task 2 – Attach vEdge2 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device -> BR-


VE-TEMP.

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vEdge2 and click the “ -> “ button.

➢ Click Attach.

(c) KBITS Live | https://kbits.live


47 of 150
Task 3 – Configure the Variable Parameters for the Feature
Templates

➢ vEdge2 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Default Gateway for VPN0 : 192.1.102.254


o Interface IP for ge0/1 :192.1.102.2/24
o Interface IP for ge0/0 :192.168.102.2/24
o Hostname : vEdge-2
o System IP : 10.2.2.202
o Site ID : 2

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

➢ Verify the configuration on vEdge2. You can do that by verify OSPF


Neighbor relationship with the MPLS Router by issuing the Show ospf
neighbor command on vEdge2.

➢ Type Show Ip route on vEdge2 to verify that you are receiving OSPF
routes from the MPLS Router.

(c) KBITS Live | https://kbits.live


48 of 150
Lab 18 - Configuring Internal Routing
Protocols on the Internal Routing
Devices – HQ & All Branches

Interface Configuration

Site-1

Interface IP Address Subnet Mask


E 0/0 192.168.11.11 255.255.255.0
Loopback1 172.16.11.1 255.255.255.0
Loopback2 172.16.12.1 255.255.255.0
Loopback3 172.16.13.1 255.255.255.0

Site-2

Interface IP Address Subnet Mask


E 0/0 192.168.20.22 255.255.255.0
Loopback1 172.16.21.1 255.255.255.0
Loopback2 172.16.22.1 255.255.255.0
Loopback3 172.16.23.1 255.255.255.0
Loopback4 172.16.234.2 255.255.255.255

(c) KBITS Live | https://kbits.live


49 of 150
Site-3

Interface IP Address Subnet Mask


E 0/0 192.168.30.33 255.255.255.0
Loopback1 172.16.31.1 255.255.255.0
Loopback2 172.16.32.1 255.255.255.0
Loopback3 172.16.33.1 255.255.255.0
Loopback4 172.16.234.3 255.255.255.255

Site-4

Interface IP Address Subnet Mask


E 0/0 192.168.40.44 255.255.255.0
Loopback1 172.16.41.1 255.255.255.0
Loopback2 172.16.42.1 255.255.255.0
Loopback3 172.16.43.1 255.255.255.0
Loopback4 172.16.234.4 255.255.255.255

Site-5

Interface IP Address Subnet Mask


E 0/0 192.168.50.55 255.255.255.0
Loopback1 172.16.51.1 255.255.255.0
Loopback2 172.16.52.1 255.255.255.0
Loopback3 172.16.53.1 255.255.255.0

Task 1 – Internal Site Router Configurations

o Configure the Interfaces based on the Logical Diagram


o Configure OSPF as the IGP to communicate with the vEdge/cEdge
devices. Enable all the interfaces under OSPF.
o Configure the Loopback Interfaces as OSPF Network Point-to-point
Interfaces.

(c) KBITS Live | https://kbits.live


50 of 150
Site-1

no ip domain-loo
line con 0
logg sync
no exec-timeout
!
Hostname Site-1
!
Interface E 0/0
ip address 192.168.11.11 255.255.255.0
no shut
!
Interface Loopback1
ip address 172.16.11.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback2
ip address 172.16.12.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback3
ip address 172.16.13.1 255.255.255.0
ip ospf network point-to-point
!
router ospf 1
network 192.168.11.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0

(c) KBITS Live | https://kbits.live


51 of 150
Site-2

no ip domain-loo
line con 0
logg sync
no exec-timeout
!
Hostname Site-2
!
Interface E 0/0
ip address 192.168.20.22 255.255.255.0
no shut
!
Interface Loopback1
ip address 172.16.21.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback2
ip address 172.16.22.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback3
ip address 172.16.23.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback4
ip address 172.16.234.2 255.255.255.255
ip ospf network point-to-point
!
router ospf 1
network 192.168.20.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0

(c) KBITS Live | https://kbits.live


52 of 150
Site-3

no ip domain-loo
line con 0
logg sync
no exec-timeout
!
Hostname Site-3
!
Interface E 0/0
ip address 192.168.30.33 255.255.255.0
no shut
!
Interface Loopback1
ip address 172.16.31.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback2
ip address 172.16.32.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback3
ip address 172.16.33.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback4
ip address 172.16.234.3 255.255.255.255
ip ospf network point-to-point
!
router ospf 1
network 192.168.30.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0

(c) KBITS Live | https://kbits.live


53 of 150
Site-4

no ip domain-loo
line con 0
logg sync
no exec-timeout
!
Hostname Site-4
!
Interface E 0/0
ip address 192.168.40.44 255.255.255.0
no shut
!
Interface Loopback1
ip address 172.16.41.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback2
ip address 172.16.42.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback3
ip address 172.16.43.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback4
ip address 172.16.234.4 255.255.255.255
ip ospf network point-to-point
!
router ospf 1
network 192.168.40.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0

(c) KBITS Live | https://kbits.live


54 of 150
Site-5

no ip domain-loo
line con 0
logg sync
no exec-timeout
!
Hostname Site-5
!
Interface E 0/0
ip address 192.168.50.55 255.255.255.0
no shut
!
Interface Loopback1
ip address 172.16.51.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback2
ip address 172.16.52.1 255.255.255.0
ip ospf network point-to-point
!
Interface Loopback3
ip address 172.16.53.1 255.255.255.0
ip ospf network point-to-point
!
router ospf 1
network 192.168.50.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0

(c) KBITS Live | https://kbits.live


55 of 150
Lab 19 - Configuring Feature Templates –
Service VPN – VPN, VPN Interface and
Internal Routing – Branch Site(vEdges)

Task 1 – Configure a VPN Template to be used by all Branch vEdge-


Cloud Devices for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPN-VPN1


o Description : BR-VE-VPN-VPN1

Basic Configuration
o VPN -> Global : 1
o Name -> Global : Data VPN

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by all


Branch vEdge-Cloud Devices for VPN 1 for Interface G0/2

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPNINT-VPN1-G2


o Description : BR-VE-VPNINT-VPN1-G2

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/2
o IPv4 Address -> Static -> Device Specific

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


56 of 150
Task 3 – Configure a OSPF Template to be used by all Branch vEdge-
Cloud Devices for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR-VE-OSPF-VPN1


o Description : BR-VE-OSPF-VPN1

Redistribution
o Protocol : OMP

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/2

➢ Click Add to add the Interface and Click Add to add OSPF.

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


57 of 150
Lab 20 - Implementing a Service VPN
using Templates – Branch Site(vEdge2)

Task 1 – Edit the BR-VE-TEMP Device Template for Brance vEdge


Devices.

➢ In vManage, Navigate to Configuration -> Templates -> Device -> BR-


VE-TEMP -> “…” -> Edit

➢ Edit the BR-VE-TEMP Device Template based on the following:

Service VPN
o VPN 1 : BR-VE-VPN-VPN1
o VPN Interface : BR-VE-VPNINT-VPN1-G2
o OSPF : BR-VE-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Configure the Variable Parameters for the Feature


Templates

➢ vEdge2 will appear in the window.

➢ Click on “…” towards the right-hand side & click Edit Device
Template.

➢ Configure the variables based on the following:

o Interface IP for ge0/2 :192.168.20.2/24

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

➢ Verify the configuration on vEdge2. You can do that by verify OSPF


Neighbor relationship with the Site-2 Router by issuing the Show ospf
neighbor command on vEdge2.

➢ Type Show Ip route on vEdge2 to verify that you are receiving OSPF
routes from the Internal Site Router.

(c) KBITS Live | https://kbits.live


58 of 150
Lab 21 - Pushing Template to configure
other Branch Sites - – Branch
Site(vEdge3 & vEdge4)

Task 1 – Attach the BR-VE-TEMP Device Template for Brance vEdge


Devices.

➢ In vManage, Navigate to Configuration -> Templates -> Device -> BR-


VE-TEMP -> “…” -> Attach Devices.

➢ Click Attach Devices.

➢ Select vEdge3 & vEdge4 and click the “ -> “ button.

➢ Click Attach.

➢ vEdge3 & vEdge4 will appear in the window.

➢ Click on “…” towards the right-hand side for both devices, one at a
time click Edit Device Template.

➢ Configure the variables based on the following:

vEdge-3

o Interface IP for ge0/2 :192.168.30.3/24


o Default Gateway for VPN0 : 192.1.103.254
o Interface IP for ge0/1 :192.1.103.3/24
o Interface IP for ge0/0 :192.168.103.3/24
o Hostname : vEdge-3
o System IP : 10.2.2.203
o Site ID : 3

➢ Click Update.

vEdge-4

o Interface IP for ge0/2 :192.168.40.4/24


o Default Gateway for VPN0 : 192.1.104.254
o Interface IP for ge0/1 :192.1.104.4/24
o Interface IP for ge0/0 :192.168.104.4/24
o Hostname : vEdge-4
o System IP : 10.2.2.204
(c) KBITS Live | https://kbits.live
59 of 150
o Site ID : 4

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

➢ Verify the configuration on vEdge3 & vEdge4. You can do that by


verify OSPF Neighbor relationship with the Internal Site Router by
issuing the Show ospf neighbor command on the vEdges.

➢ Type Show Ip route on Internal Site Routers to verify that you are
receiving OSPF routes from the other Sites.

➢ Verify reachability between the sites by Pinging the Internal Loopback


to Loopback networks.

(c) KBITS Live | https://kbits.live


60 of 150
Lab 22 – Configuring Feature Templates
for HQ-Site(vEdge1) – VPNs, VPN
Interfaces, External & Internal Routing

VPN 0
Task 1 – Configure a VPN Template for HQ vEdge-Cloud Devices for
VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : HQ-VE-VPN-VPN0


o Description : HQ-VE-VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Device Specific

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by HQ


vEdge-Cloud Devices for VPN 0 for Interface G0/0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : HQ-VE-VPNINT-VPN0-G0


o Description : HQ-VE-VPNINT-VPN0-G0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/0
o IPv4 Address -> Static -> Device Specific

(c) KBITS Live | https://kbits.live


61 of 150
Tunnel
o Tunnel Inteface -> Global : On
o Color -> Default
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 3 – Configure a BGP Template to be used by HQ vEdge-Cloud


Devices for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> BGP

➢ Configure the BGP parameters based on the following:

o Template Name : HQ-VE-BGP-VPN0


o Description : HQ-VE-BGP-VPN0

Basic Configuration
o Shutdown -> Global : No
o AS Number -> Global : 65001
Neighbor
o Adddress -> Global : 199.1.1.30
o Remote AS -> Global : 65001
o Address Family -> Global : On
o Address Family -> Global : IPv4-Unicast

➢ Click Add to add the Interface and Click Add to add BGP Neighbor.

➢ Click Save to save the Template.

VPN 512
Task 1 – Configure a VPN Template to be used by HQ vEdge-Cloud
Devices for VPN 512

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

(c) KBITS Live | https://kbits.live


62 of 150
o Template Name : HQ-VE-VPN-VPN512
o Description : HQ-VE-VPN-VPN512

Basic Configuration
o VPN -> Global : 512
o Name -> Global : MGMT VPN

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by HQ


vEdge-Cloud Devices for VPN 512 for Interface Eth0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : HQ-VE-VPNINT-VPN512-E0


o Description : HQ-VE-VPNINT-VPN512-E0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth0
o IPv4 Address -> Dynamic

➢ Click Save to save the Template

(c) KBITS Live | https://kbits.live


63 of 150
VPN 1
Task 1 – Configure a VPN Template for HQ vEdge-Cloud Devices for
VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : HQ-VE-VPN-VPN1


o Description : HQ-VE-VPN-VPN1

Basic Configuration
o VPN -> Global : 1
o Name -> Global : Data VPN

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by HQ


vEdge-Cloud Devices for VPN 1 for Interface G0/2

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : HQ-VE-VPNINT-VPN1-G2


o Description : HQ-VE-VPNINT-VPN1-G2

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/2
o IPv4 Address -> Static -> Device Specific

➢ Click Save to save the Template.

Task 3 – Configure a OSPF Template to be used by HQ vEdge-Cloud


Devices for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

(c) KBITS Live | https://kbits.live


64 of 150
o Template Name : HQ-VE-OSPF-VPN1
o Description : HQ-VE-OSPF-VPN1

Redistribution
o Protocol : OMP

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/2

➢ Click Add to add the Interface and Click Add to add OSPF.

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


65 of 150
Lab 23 - Configuring Device Templates
for HQ-Site(vEdge1) to deploy VPN 0, 1
and 512.

Task 1 – Configure a Device Template for HQ vEdge Devices.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vEdge Cloud

➢ Configure the Device Template based on the following:

o Template Name : HQ-VE-TEMP


o Description : HQ-VE-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : HQ-VE-VPN-VPN0
o VPN Interface : HQ-VE-VPNINT-VPN0-G0
o BGP : HQ-VE-BGP-VPN0

o VPN 512 : HQ-VE-VPN-VPN512


o VPN Interface : HQ-VE-VPNINT-VPN512-E0

Service VPN
o VPN 1 : HQ-VE-VPN-VPN1
o VPN Interface : HQ-VE-VPNINT-VPN1-G2
o OSPF : HQ-VE-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Attach vEdge1 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


HQ-VE-TEMP.

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vEdge1 and click the “ -> “ button.

(c) KBITS Live | https://kbits.live


66 of 150
➢ Click Attach.

Task 3 – Configure the Variable Parameters for the Feature


Templates

➢ vEdge1 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Interface IP for ge0/2 :192.168.11.1/24


o Default Gateway for VPN0 : 199.1.1.30
o Interface IP for ge0/0 :199.1.1.17/28
o Hostname : vEdge-1
o System IP : 10.2.2.201
o Site ID : 1

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

➢ Verify the configuration on vEdge1. You can do that by verify OSPF


Neighbor relationship with the Internal Router by issuing the Show
ospf neighbor command on vEdge1.

➢ Type Show Ip route on vEdge2 to verify that you are receiving OSPF
routes from the MPLS Router.

➢ Type Show Ip route on Internal Site Routers to verify that you are
receiving OSPF routes from the other Sites.

➢ Verify reachability between the sites by Pinging the Internal Loopback


to Loopback networks.

(c) KBITS Live | https://kbits.live


67 of 150
Lab 24 – Configuring Feature Templates
for CSR – VPNs, VPN Interfaces, External
& Internal Routing

VPN 0
Task 1 – Configure a VPN Template by CSR for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPN-VPN0


o Description : BR-CSR -VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Device Specific

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by CSR for


VPN 0 for Interface GigabitEthernet1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPNINT-VPN0-G1


o Description : BR-CSR-VPNINT-VPN0-G1

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : GigabitEthernet1
o IPv4 Address -> Static -> Device Specific

(c) KBITS Live | https://kbits.live


68 of 150
Tunnel
o Tunnel Inteface -> Global : On
o Color -> Default
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 3 – Configure a VPN Interface Template to be used by CSR for


VPN 0 for Interface GigabitEthernet2

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPNINT-VPN0-G2


o Description : BR-CSR-VPNINT-VPN0-G2

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : GigabitEthernet2
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> Default
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 4 – Configure a OSPF Template to be used by CSR for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR-CSR-OSPF-VPN0


o Description : BR-CSR-OSPF-VPN0

(c) KBITS Live | https://kbits.live


69 of 150
Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: GigabitEthernet1
o OSPF Network Type: Point-to-Point

➢ Click Add to add the Interface and Click Add to add OSPF.

➢ Click Save to save the Template.

VPN 512
Task 1 – Configure a VPN Template to be used by CSR for VPN 512

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPN-VPN512


o Description : BR-CSR-VPN-VPN512

Basic Configuration
o VPN -> Global : 512
o Name -> Global : MGMT VPN

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by CSR for


VPN 512 for Interface GigabitEthernet4

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPNINT-VPN512-G4


o Description : BR-CSR-VPNINT-VPN512-G4

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : GigabitEthernet4

(c) KBITS Live | https://kbits.live


70 of 150
o IPv4 Address -> Dynamic

➢ Click Save to save the Template

VPN 1
Task 1 – Configure a VPN Template for CSR for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR1000v -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPN-VPN1


o Description : BR-CSR-VPN-VPN1

Basic Configuration
o VPN -> Global : 1
o Name -> Global : Data VPN

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by CSR for


VPN 1 for Interface G3

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-CSR-VPNINT-VPN1-G3


o Description : BR-CSR-VPNINT-VPN1-G3

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : GigabitEthernet3
o IPv4 Address -> Static -> Device Specific

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


71 of 150
Task 3 – Configure a OSPF Template to be used by CSR for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


CSR -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR-CSR-OSPF-VPN1


o Description : BR-CSR-OSPF-VPN1

Redistribution
o Protocol : OMP

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: GigabitEthernet3

➢ Click Add to add the Interface and Click Add to add OSPF.

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


72 of 150
Lab 25 - Configuring Device Templates
for CSR to deploy VPN 0, 1 and 512

Task 1 – Configure a Device Template for CSR Branch Devices.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> CSR1000v

➢ Configure the Device Template based on the following:

o Template Name : BR-CSR-TEMP


o Description : BR-CSR-TEMP

Basic Information
o System -> CE-System

Transport & Management


o VPN 0 : BR-CSR-VPN-VPN0
o VPN Interface : BR-CSR-VPNINT-VPN0-G1
o VPN Interface : BR-CSR-VPNINT-VPN0-G2
o OSPF : BR-CSR-OSPF-VPN0

o VPN 512 : BR-CSR-VPN-VPN512


o VPN Interface : BR-CSR-VPNINT-VPN512-E0

Service VPN
o VPN 1 : BR-CSR-VPN-VPN1
o VPN Interface : BR-CSR-VPNINT-VPN1-G3
o OSPF : BR-CSR-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Attach cEdge1 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device -> BR-


CSR-TEMP.

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select cEdge1 and click the “ -> “ button.

➢ Click Attach.
(c) KBITS Live | https://kbits.live
73 of 150
Task 3 – Configure the Variable Parameters for the Feature
Templates

➢ cEdge1 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Interface IP for GigabitEthernet3 :192.168.50.5/24


o Default Gateway for VPN0 : 192.1.105.254
o Interface IP for GigabitEthernet2 :192.1.105.5/24
o Interface IP for GigabitEthernet1 :192.168.105.5/24
o Hostname : cEdge-1
o System IP : 10.2.2.205
o Site ID : 5

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

➢ Verify the configuration on cEdge1. You can do that by verify OSPF


Neighbor relationship with the Internal Router by issuing the Show ip
ospf neighbor command on cEdge1.

➢ Type Show Ip route on cEdge1 to verify that you are receiving OSPF
routes from the MPLS Router.

➢ Type Show Ip route on Internal Site Routers to verify that you are
receiving OSPF routes from the other Sites.

➢ Verify reachability between the sites by Pinging the Internal Loopback


to Loopback networks.

(c) KBITS Live | https://kbits.live


74 of 150
Lab 26 - Configuring and Deploying
Feature and Device Templates for vSmart
Controllers

Task 1 – Configure a VPN Template to be used by vSmart Controllers


for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPN-VPN0


o Description : vSmart-VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Global : 199.1.1.14

➢ Click Save to save the Template.

Task 2 – Configure a VPN Template to be used by vSmart Controllers


for VPN 512

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart -VPN-VPN512


o Description : vSmart -VPN-VPN512

Basic Configuration
o VPN -> Global : 512
o Name -> Global : MGMT VPN

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


75 of 150
Task 3 – Configure a VPN Interface Template to be used by vSmart
Controllers for VPN 0 for Interface Eth1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPNINT-VPN0-E1


o Description : vSmart-VPNINT-VPN0-E1

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth1
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> default
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 4 – Configure a VPN Interface Template to be used vSmart


Controllers for VPN 512 for Interface Eth0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPNINT-VPN512-E0


o Description : vSmart-VPNINT-VPN512-E0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth0
o IPv4 Address -> Static -> Device-Specific

➢ Click Save to save the Template

(c) KBITS Live | https://kbits.live


76 of 150
Task 5 – Configure a Device Template for vSmart Controllers.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vSmart

➢ Configure the Device Template based on the following:

o Template Name : vSmart-TEMP


o Description : vSmart-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : vSmart-VPN-VPN0
o VPN Interface : vSmart-VPNINT-VPN0-E1

o VPN 512 : vSmart-VPN-VPN512


o VPN Interface : vSmart-VPNINT-VPN512-E0

➢ Click Save to save the Template.

Task 6 – Attach vSmart to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


vSmart-TEMP

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vSmart and click the “ -> “ button.

➢ Click Attach.

(c) KBITS Live | https://kbits.live


77 of 150
Task 7 – Configure the Variable Parameters for the Feature
Templates

➢ vSmart will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Interface IP for Eth1 :199.1.1.2/28


o Interface IP for Eth0 :192.168.1.2/24
o Hostname : vSmart-1
o System IP : 10.1.1.102
o Site ID : 1

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

(c) KBITS Live | https://kbits.live


78 of 150
Lab 27 - Configuring Application Aware
Policies using Telnet and Web

Requirements:

➢ Los Angeles & London Sites should use the MPLS Transport for Telnet
Traffic and the Biz-Internet Transport for Web Traffic.
➢ Telnet Should have a SLA based on the following:
o Loss – 5%
o Latency – 200
o Jitter – 100ms
➢ Web Should have a SLA based on the following:
o Loss – 10%
o Latency – 500
o Jitter – 100ms
➢ Create the Sites for Los Angeles and London.
➢ Create the VPN for VPN ID 1.

(c) KBITS Live | https://kbits.live


79 of 150
Task 1 – Configure Groups of Interests/List that will be used for
Telnet & Web Application Aware Routing (AAR) Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Lists.

➢ Click SLA Class and select New SLA Class list. Create 2 policies
based on the following:

o Name : SLA-Telnet
o Loss : 5%
o Latency : 200
o Jitter : 100ms

o Name : SLA-Web
o Loss : 10%
o Latency : 500
o Jitter : 100ms

➢ Click VPN and select New VPN list. Create 1 policy based on the
following:

o Name : VPN1
o ID : 1

➢ Click Site and select New Site list. Create 2 policies based on the
following:

o Name : Los Angeles


o Site ID : 2

o Name : London
o Site ID : 3

(c) KBITS Live | https://kbits.live


80 of 150
Task 2 – Configure an AAR policy based on the Requirements

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Traffic Policy.

➢ Configure 2 App Routes based on the following:

o Policy Name : TELNET-WEB-Policy


o Description : TELNET-WEB-Policy

Telnet Sequence
Match Conditions:
o Protocol : 6
o Port : 23
Action
o SLA Class List: SLA-Telnet
o Color : mpls
o Backup Preferred Color: biz-internet

o Click Save Match and Actions to save the Sequence.

Web Sequence
Match Conditions:
o Protocol : 6
o Port : 80
Action
o SLA Class List: SLA-Web
o Color : biz-internet
o Backup Preferred Color: mpls

o Click Save Match and Actions to save the Sequence.

o Save the Policy.

Task 3 – Create a Centralized Policy and call the Traffic Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Add Centralized Policy

➢ Click Next on the “Group of Interests” page as we have already


created the required lists.

➢ Click Next on the “Topology and VPN Membership” page as we are


not using any Control Policies.

(c) KBITS Live | https://kbits.live


81 of 150
➢ Click Add Policy on the “Configure Traffic Rules” page.
➢ Click “Import Existing” and select the TELNET-WEB-POLICY from
the drop-down list and click Import.

➢ Click Next to move to the “Apply Policy to Sites and VPNs” Page.

➢ Click the “Appliacation-Aware Policy” tab.

➢ The TELNET-WEB-Policy will be there. Click “New Site List and VPN
List” button.

➢ Select Los Angeles and London in the Site List.

➢ Select VPN1 in the Site List.

➢ Click Add.

➢ Assign the Policy a name and Desription based on the following:

o Policy Name : Main-Central-Policy


o Description : Main-Central-Policy

➢ Click the Save Policy button towards the button.

➢ Activate the policy.

➢ Wait for it to push the policy to the reachable vSmart Controller(s).

➢ Verify the policy by using the Monitor -> Network -> vEdge2 ->
Troubleshooting -> Simulate Flows Tool.

➢ Telnet from Los Angeles or London should only use the mpls
transport.

➢ Web from Los Angeles or London should only use the biz-internet
transport.

➢ Normal Ping from Los Angeles or London should use both the
Transports.

(c) KBITS Live | https://kbits.live


82 of 150
Lab 28 - Configuring Application Aware
Policies using Chat Applications

Requirements:

➢ Rome should use the Internet Transport for AOL-Messenger, MSN


Messenger & Whatsapp Messenger application. It should not use the
MPLS Transport at all.
➢ The Chat applications should have a SLA based on the following:
o Loss – 10%
o Latency – 600
o Jitter – 100ms
➢ Create a Site for Rome

Task 1 – Configure Groups of Interests/List that will be used for


Chat-based Application Aware Routing (AAR) Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Lists.

➢ Click Applications and select New Application list. Create a policy


based on the following:

o Name : Chat-Apps
o Appls: Aol-Messenger, MSN-Messenger & WhatsApp Messenger

➢ Click SLA Class and select New SLA Class list. Create a policy based
on the following:

o Name : SLA-CHATS
o Loss : 25%
o Latency : 600
o Jitter : 100ms

➢ Click Site and select New Site list. Create a policy based on the
following:

o Name : Rome
o Site ID : 4

(c) KBITS Live | https://kbits.live


83 of 150
Task 2 – Configure an AAR policy based on the Requirements

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Traffic Policy.

➢ Configure 1 App Routes based on the following:

o Policy Name : CHAT-Policy


o Description : CHAT-Policy

Telnet Sequence
Match Conditions:
o Application List: Chat-Apps
Action
o SLA Class List: SLA-CHATS
o Color : mpls
o Backup Preferred Color: biz-internet

o Click Save Match and Actions to save the Sequence.

Web Sequence
Match Conditions:
o Protocol : 6
o Port : 80
Action
o SLA Class List: SLA-Web
o Color : biz-internet
o Strict: Checked

o Click Save Match and Actions to save the Sequence.

o Save the Policy.

Task 3 – Modify the existing Centralized Policy “Main-Central-


Policy” and call the Traffic Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Main-Central-Policy -> Click “…”
-> Edit.

➢ Click Traffic Rules on the Top of the page.

➢ Click Add Policy.

➢ Click “Import Existing” and select the CHAT-POLICY from the drop-
down list and click Import.
(c) KBITS Live | https://kbits.live
84 of 150
➢ Click Policy Application on the Top of the page.

➢ Click the “Appliacation-Aware Policy” tab.

➢ The CHAT-Policy will be there. Click “New Site List and VPN List”
button.

➢ Select Rome in the Site List.

➢ Select VPN1 in the Site List.

➢ Click Add.

➢ Click the Save Policy button towards the button.

➢ Activate the policy.

➢ Wait for it to push the policy to the reachable vSmart Controller(s).

➢ Verify the policy by using the Monitor -> Network -> vEdge3 ->
Troubleshooting -> Simulate Flows Tool.

➢ Normal Ping from Rome should use both the Transports.

➢ Use Aol-messenger as the appliacation and simulate from Rome. It


should only use the biz-internet transport.

➢ Use Aol-messenger as the appliacation and simulate from Los


Angeles or London. It should use both the Transports.

(c) KBITS Live | https://kbits.live


85 of 150
Lab 29 - Manipulating Traffic flow using
TLOCs

Requirements:

➢ Rome should only the MPLS TLOC as the preferred color while
communicating to Los Angeles. The Internet TLOC should be backup
TLOC.

Task 1 – Configure Groups of Interests/List that will be used for


Traffic Engineering Policy for Rome

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Lists.

➢ Click TLOCs and select New TLOC list. Create a policy based on the
following:

o Name : LA-TLOC-MPLS-INT
o TLOC#1:
• IP Address: 10.2.2.202
• Color: MPLS
• Encapsulation: IPSec
• Preference: 300
o TLOC#2:
• IP Address: 10.2.2.202
• Color: Biz-internet
• Encapsulation: IPSec
• Preference: 200

Task 2 – Configure Control/Topology policy based on the


Requirements

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Topology.

➢ Configure 1 Route Policy based on the following:

o Policy Name : LA-MPLS-INT


o Description : LA-MPLS-INT

Route Sequence
Match Conditions:
(c) KBITS Live | https://kbits.live
86 of 150
o Site List: LosAngeles
o VPN List: VPN1
Action
o TLOC/TLOC List: LA-MPLS-INT
o Click Save Match and Actions to save the Sequence.

Default Sequence
Action
o Accept

o Click Save Match and Actions to save the Sequence.

o Save the Policy

Task 3 – Modify the existing Centralized Policy “Main-Central-


Policy” and call the Topology Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Main-Central-Policy -> Click “…”
-> Edit.

➢ Click Topology on the Top of the page.

➢ Click Add Topology.

➢ Click “Import Existing” and select the LA-MPLS-INT from the drop-
down list and click Import.

➢ Click Policy Application on the Top of the page.

➢ Click the “Topology” tab.

➢ The LA-MPLS-INT-Policy will be there. Click “New Site” button.

➢ Select Rome in the Outbound Site List.

➢ Click Add.

➢ Click the Save Policy button towards the button.

➢ Activate the policy.

➢ Wait for it to push the policy to the reachable vSmart Controller(s).

➢ Verify by using the Show IP route vpn 1 command on the Rome


vEdge (vEdge4).
(c) KBITS Live | https://kbits.live
87 of 150
➢ It should only have 1 TLOC for Los Angeles routes (10.2.2.202 –
MPLS), whereas it will have 2 TLOCs for London (10.2.2.203-MPLS,
10.2.2.203-Biz-Internet).

(c) KBITS Live | https://kbits.live


88 of 150
Lab 30 - Configuring Route Filtering

Requirements:

➢ The 172.16.234.2/32, 172.16.234.3/24 & 172.16.234.4/24 should


not be propagated to the Dubai Site.

Task 1 – Configure Groups of Interests/List that will be used for


Route Filtering Policy for Dubai

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Lists.

➢ Click Prefix and select New Prefix list. Create a policy based on the
following:

o Name : PL-234
o Prefix List Entry: 172.16.234.0/24 le 32

➢ Click Site and select New Site list. Create a policy based on the
following:

o Name : Dubai
o Site ID : 1

Task 2 – Configure Control/Topology policy based on the


Requirements

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Topology.

➢ Configure 1 Route Policy based on the following:

o Policy Name : PREF-234-NOT-2-DXB


o Description : PREF-234-NOT-2-DXB

Route Sequence
Match Conditions:
o Prefix List: PL-234
Action: Reject

o Click Save Match and Actions to save the Sequence.

Default Sequence

(c) KBITS Live | https://kbits.live


89 of 150
Action
o Accept

o Click Save Match and Actions to save the Sequence.

o Save the Policy

Task 3 – Modify the existing Centralized Policy “Main-Central-


Policy” and call the Topology Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Main-Central-Policy -> Click “…”
-> Edit.

➢ Click Topology on the Top of the page.

➢ Click Add Topology.

➢ Click “Import Existing” and select the PREF-234-NOT-2-DXB from


the drop-down list and click Import.

➢ Click Policy Application on the Top of the page.

➢ Click the “Topology” tab.

➢ The PREF-234-NOT-2-DXB will be there. Click “New Site” button.

➢ Select Dubai in the Outbound Site List.

➢ Click Add.

➢ Click the Save Policy button towards the button.

➢ Activate the policy.

➢ Wait for it to push the policy to the reachable vSmart Controller(s).

➢ Verify by using the Show IP route vpn 1 command on the Dubai


vEdge (vEdge1).

➢ It should all the routes from the Branches except the


172.16.234.X/32 routes.

➢ These routes should be present in the vEdge2, vEdge3 and vEdge4


routers. You can use the Show IP route vpn 1 command to verify.

(c) KBITS Live | https://kbits.live


90 of 150
Lab 31 – Configuring the WAN
Components

Interface Configuration

Cloud Edge

Interface IP Address Subnet Mask


VLAN 199 199.1.1.14 255.255.255.240
E 1/0 192.1.100.1 255.255.255.0
E 1/1 192.168.100.1 255.255.255.0

MPLS Cloud

Interface IP Address Subnet Mask


E 0/0 192.168.100.254 255.255.255.0
E 0/1 192.168.11.254 255.255.255.0
E 0/2 192.168.12.254 255.255.255.0
E 0/3 192.168.21.254 255.255.255.0

(c) KBITS Live | https://kbits.live


91 of 150
Internet Cloud

Interface IP Address Subnet Mask


E 0/0 192.1.100.254 255.255.255.0
E 0/1 192.1.11.254 255.255.255.0
E 0/2 192.1.12.254 255.255.255.0
E 0/3 192.1.22.254 255.255.255.0
E 1/0 192.1.31.254 255.255.255.0

WAN Setup
Task 1 – Cloud Edge Router Configuration

o Configure the Interfaces based on the Logical Diagram


o Configure OSPF as the IGP to communicate with the MPLS Cloud.
Enable all the interfaces.
o Make sure OSPF only sends and receives OSPF packets on the link
towards the MPLS Cloud using the Passive-interface command.
o Configure a default route on the router towards the Internet. The
IP Address of the Internet Router is 192.1.100.254

(c) KBITS Live | https://kbits.live


92 of 150
Cloud Edge Router

no ip domain-loo
line con 0
logg sync
no exec-timeout
!
Hostname Cloud Edge
!
Vlan 199
!
Interface range E 0/0-3
Switchport mode access
Switchport access vlan 199
!
Interface VLAN 199
ip address 199.1.1.14 255.255.255.240
no shut
!
Interface E 1/0
ip address 192.1.100.1 255.255.255.240
no shut
!
Interface E 1/1
ip address 192.168.100.1 255.255.255.0
no shut
!
router ospf 1
network 192.168.100.0 0.0.0.255 area 0
network 199.1.1.0 0.0.0.255 area 0
passive-interface default
no passive-interface E 1/1
!
ip route 0.0.0.0 0.0.0.0 192.1.100.254

(c) KBITS Live | https://kbits.live


93 of 150
Task 2 – MPLS Cloud Router Configuration

o Configure the Interfaces based on the Logical Diagram.


o Configure OSPF as the IGP on all the interfaces.

MPLS Cloud Router

no ip domain-lookup
!
line con 0
exec-timeout 0 0
logging synchronous
!
hostname MPLS
!
interface Ethernet0/0
ip address 192.168.100.254 255.255.255.0
no shut
!
interface Ethernet0/1
ip address 192.168.11.254 255.255.255.0
no shut
!
interface Ethernet0/2
ip address 192.168.12.254 255.255.255.0
no shut
!
interface Ethernet0/3
ip address 192.168.21.254 255.255.255.0
no shut
!
router ospf 1
network 192.168.100.0 0.0.0.255 area 0
network 192.168.11.0 0.0.0.255 area 0
network 192.168.12.0 0.0.0.255 area 0
network 192.168.21.0 0.0.0.255 area 0

(c) KBITS Live | https://kbits.live


94 of 150
Task 3 – Internet Cloud Router Configuration

o Configure the Interfaces based on the Logical Diagram


o Configure a Static Route on the Router for the 199.1.1.0/24
network. The Next Hop should point towards the Internet IP of the
HQ Router.

Internet Cloud Router

no ip domain lookup
!
line con 0
exec-timeout 0 0
logging synchronous
!
hostname Internet
!
interface Ethernet0/0
ip address 192.1.100.254 255.255.255.0
no shut
!
interface Ethernet0/1
ip address 192.1.11.254 255.255.255.0
no shut
!
interface Ethernet0/2
ip address 192.1.12.254 255.255.255.0
no shut
!
interface Ethernet0/3
ip address 192.1.22.254 255.255.255.0
no shut
!
interface Ethernet1/0
ip address 192.1.31.254 255.255.255.0
no shut
!
ip route 199.1.1.0 255.255.255.0 192.1.100.1

(c) KBITS Live | https://kbits.live


95 of 150
Server Setup
Task 1 – Configure the Interfaces

First Ethernet Interface:

IP Address: 192.168.1.5
Subnet Mask: 255.255.255.0

Third Ethernet Interface:

IP Address: 199.1.1.5
Subnet Mask: 255.255.255.240
Default Gateway: 199.1.1.14

Task 2 – Configure the Timezone and Time

Configure the appropiate Timezone and Time on the Windows Server.

Task 3 – Installing the Enterprise Root Certificate Server

➢ Open Server Manager


➢ Click Roles
➢ Click Add Roles
➢ Click Next
➢ Select the "Active Directory Certificate Services" and click Next
➢ Click Next
➢ Select "Certification Authority Web Enrollment" and click Next
➢ Leave it as Standalone and click Next
➢ Leave it as Root CA and click Next
➢ Leave "Create a new private key" and click Next
➢ Leave the default for the Cryptography for CA and click Next
➢ Set the Common name as KBITS-CA and click Next
➢ Leave the default for the Validity Period and click Next
➢ Click Next
➢ Click Install

(c) KBITS Live | https://kbits.live


96 of 150
Task 4 – Install WinSCP

➢ Double-click the WinSCP Installation file.


➢ Do a Default Installation.

Controller Setup – vManage


Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vManage1
▪ Organization: KBITS
▪ System-IP: 10.1.1.101
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vManage

config
!
system
host-name vManage1
system-ip 10.1.1.101
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configured the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface eth1
- IP Address: 199.1.1.1/28
- Tunnel Interface
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 199.1.1.14

(c) KBITS Live | https://kbits.live


97 of 150
▪ vpn 512
- Interface eth0
- IP Address: 192.168.1.1/24

vManage

config
!
vpn 0
no interface eth0
interface eth1
ip address 199.1.1.1/28
tunnel-interface
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.14
!
vpn 512
interface eth0
ip address 192.168.1.1/24
no shut
!
commit

Task 3 – Organization name & vBond Address

➢ Log into the vManage from the Server by browsing to


https://192.168.1.1:8443 using a username of admin and a
password of admin.

➢ Navigate to Administration -> Settings

➢ Click Edit on the Organization name and set it to KBITS. Confirm


the Organization name. Click OK.

➢ Click Edit on the vBond address and change it to 199.1.1.3.


Confirm and click OK.

(c) KBITS Live | https://kbits.live


98 of 150
Task 4 – Configure Controller Authorization as Enterprise Root and
Download the Root Certificate.

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Download Root Certificate”.

➢ Select “Base 64”.

➢ Click “Download CA Certificate”.

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “RootCert”.

➢ Open the “RootCert.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

➢ In vManage, Navigate to Administration -> Settings -> Controller


Certiticate Authorization.

➢ Change the “Certificate Signing by:” to “Enterprise Root


Certificate”.

➢ Paste the RootCert.cer that you had copied by using CTRL-V.

➢ Set the CSR Parameters with the Organization name, City, State,
Country. Set the Time to 3 Years and save.

Task 5 – Generate a CSR for vManage

➢ Navigate to Configuration -> Certificates -> Controllers ->


vManage -> Generate CSR.

➢ It will open a window with the CSR. Copy by using CTRL-A and
CTRL-C.

Task 6 – Request a Certificate from the CA Server

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Request a Certificate”.

➢ Select “Advanced”.
(c) KBITS Live | https://kbits.live
99 of 150
➢ Paste the CSR in the box by using CTRL-V and click Submit.

Task 7 – Issue the Certificate from the CA Server

➢ Open Server Manager and navigate to Active Directory


Certificate Server -> KBITS-CA -> Pending Requests.

➢ Right-Click the request and click “Issue”.

Task 8 – Downloading the Issued Certificate

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Check on Pending request”.

➢ The issued certificate link will show up. Click on the link.

➢ Select “Base 64” and click “Download”

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “vManage”.

➢ Open the “vManage.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

Task 9 – Installing the Identity Certificate for vManage

➢ In vManage, Navigate to Configuration -> Certificates ->


Controllers

➢ Click on the “Install” button at the top right corner

➢ Paste the Certificate (CTRL-V).

➢ The Identity certificate should be installed on vManage.

(c) KBITS Live | https://kbits.live


100 of 150
Controller Setup – vBond
Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vBond1
▪ Organization: KBITS
▪ System-IP: 10.1.1.103
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vBond

config
!
system
host-name vBond1
system-ip 10.1.1.103
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3 local
!
Commit

Task 2 – Configured the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 199.1.1.3/28
- Tunnel Interface
- Tunnel Services (All, NetConf, SSHD)
- Encapsulation: IPSec
- Default Route: 199.1.1.14

▪ vpn 512
- Interface eth0
- IP Address: 192.168.1.3/24

(c) KBITS Live | https://kbits.live


101 of 150
vBond

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 199.1.1.3/28
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.14
!
vpn 512
interface eth0
ip address 192.168.1.3/24
no shut
!
Commit

Task 3 – Add vBond to vManage

➢ Navigate to Configuration -> Devices -> Controllers -> Add


Controllers -> vBond and specify the following to add the vBond
in vManage.

o IP Address: 199.1.1.3
o Username: Admin
o Password: Admin
o Check Generate CSR
o Click OK

Task 4 – View the generated CSR for vBond and Copy it

➢ Navigate to Configuration -> Certificates -> Controllers -> vBond


-> View CSR.

➢ It will open a window with the CSR. Copy by using CTRL-A and
CTRL-C.

(c) KBITS Live | https://kbits.live


102 of 150
Task 5 – Request a Certificate from the CA Server

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Request a Certificate”.

➢ Select “Advanced”.

➢ Paste the CSR in the box by using CTRL-V and click Submit.

Task 6 – Issue the Certificate from the CA Server

➢ Open Server Manager and navigate to Active Directory


Certificate Server -> KBITS-CA -> Pending Requests.

➢ Right-Click the request and click “Issue”.

Task 7 – Downloading the Issued Certificate

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Check on Pending request”.

➢ The issued certificate link will show up. Click on the link.

➢ Select “Base 64” and click “Download”

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “vBond”.

➢ Open the “vBond.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

Task 8 – Installing the Identity Certificate for vManage

➢ In vManage, Navigate to Configuration -> Certificates ->


Controllers

➢ Click on the “Install” button at the top right corner

➢ Paste the Certificate (CTRL-V).

(c) KBITS Live | https://kbits.live


103 of 150
➢ The Identity certificate should be installed for vBond and pushed
to it.

Controller Setup – vSmart


Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vSmart1
▪ Organization: KBITS
▪ System-IP: 10.1.1.102
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vSmart

config
!
system
host-name vSmart1
system-ip 10.1.1.102
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configured the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface Eth1
- IP Address: 199.1.1.2/28
- Tunnel Interface
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 199.1.1.14

▪ vpn 512
- Interface eth0

(c) KBITS Live | https://kbits.live


104 of 150
- IP Address: 192.168.1.2/24

vSmart

config
!
vpn 0
no interface eth0
interface eth1
ip address 199.1.1.2/28
tunnel-interface
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 199.1.1.14
!
vpn 512
interface eth0
ip address 192.168.1.2/24
no shut
!
Commit

Task 3 – Add vSmart to vManage

➢ Navigate to Configuration -> Devices -> Controllers -> Add


Controllers -> vSmart and specify the following to add the vBond
in vManage.

o IP Address: 199.1.1.2
o Username: Admin
o Password: Admin
o Check Generate CSR
o Click OK

Task 4 – View the generated CSR for vBond and Copy it

➢ Navigate to Configuration -> Certificates -> Controllers ->


vSmart -> View CSR.

➢ It will open a window with the CSR. Copy by using CTRL-A and
CTRL-C.

Task 5 – Request a Certificate from the CA Server

(c) KBITS Live | https://kbits.live


105 of 150
➢ Browse to http://192.168.1.5/certsrv

➢ Click “Request a Certificate”.

➢ Select “Advanced”.

➢ Paste the CSR in the box by using CTRL-V and click Submit.

Task 6 – Issue the Certificate from the CA Server

➢ Open Server Manager and navigate to Active Directory


Certificate Server -> KBITS-CA -> Pending Requests.

➢ Right-Click the request and click “Issue”.

Task 7 – Downloading the Issued Certificate

➢ Browse to http://192.168.1.5/certsrv

➢ Click “Check on Pending request”.

➢ The issued certificate link will show up. Click on the link.

➢ Select “Base 64” and click “Download”

➢ Open Explorer and navigate to the downloads folder.

➢ Change the name of the Downloaded file “Certnew” to “vSmart”.

➢ Open the “vSmart.cer” file using Notepad.

➢ Copy using CTRL-A and CTRL-C.

Task 8 – Installing the Identity Certificate for vManage

➢ In vManage, Navigate to Configuration -> Certificates ->


Controllers

➢ Click on the “Install” button at the top right corner

➢ Paste the Certificate (CTRL-V).

➢ The Identity certificate should be installed for vSmart and pushed


to it.
(c) KBITS Live | https://kbits.live
106 of 150
WAN Edge Setup – (CLI)

Task 1 – Upload the WAN Edge List

➢ On the vManage Main windows, Naviagte to Configuration ->


Devices. Click on “Upload WAN Edge List”.

➢ Select the file you downloaded from the PNP Portal. Upload it and
check the Validate option.

vEDGE-1

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge1
▪ Organization: KBITS
▪ System-IP: 10.2.2.201
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge1

config
!
system
host-name vEdge1
system-ip 10.2.2.201
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
commit

Task 2 – Configure the vpn parameters

(c) KBITS Live | https://kbits.live


107 of 150
o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 192.168.11.1/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.11.254

▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge1

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.11.1/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.11.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
commit

(c) KBITS Live | https://kbits.live


108 of 150
vEDGE-2

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge2
▪ Organization: KBITS
▪ System-IP: 10.2.2.202
▪ Site ID: 1
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-2

config
!
system
host-name vEdge2
system-ip 10.2.2.202
site-id 1
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 192.168.12.2/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.12.254

▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

(c) KBITS Live | https://kbits.live


109 of 150
vEdge2

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.12.2/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.102.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!
commit

vEDGE-3

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge3
▪ Organization: KBITS
▪ System-IP: 10.2.2.203
▪ Site ID: 2
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-3

config
!
system

(c) KBITS Live | https://kbits.live


110 of 150
host-name vEdge3
system-ip 10.2.2.203
site-id 2
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 192.168.21.3/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.21.254
▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge3

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.21.3/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.21.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!

(c) KBITS Live | https://kbits.live


111 of 150
Commit

vEDGE-4

Task 1 – Configuring the System Component

o Configure the System parameters based on the following:

▪ Host-name : vEdge4
▪ Organization: KBITS
▪ System-IP: 10.2.2.204
▪ Site ID: 2
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-4

config
!
system
host-name vEdge4
system-ip 10.2.2.204
site-id 2
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configure the vpn parameters

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface Ge0/1
- IP Address: 192.1.22.4/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.22.254

▪ vpn 512

(c) KBITS Live | https://kbits.live


112 of 150
- Interface eth0
- IP Address: DHCP Client

vEdge4

config
!
vpn 0
no interface eth0
interface ge0/1
ip address 192.1.22.4/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.22.254
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!
Commit

(c) KBITS Live | https://kbits.live


113 of 150
WAN Edge Setup – vManage (GUI)
vEDGE-1
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.168.11.1
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge1

Task 2 – Install the Root Certificate on vEdge1

➢ Connect to the console of vEdge1 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 1st
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge1 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


114 of 150
vEDGE-2
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.168.12.2
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge2

Task 2 – Install the Root Certificate on vEdge2

➢ Connect to the console of vEdge2 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 2nd
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge2 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


115 of 150
vEDGE-3
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.168.21.3
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge3

Task 2 – Install the Root Certificate on vEdge3

➢ Connect to the console of vEdge3 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 3rd
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge3 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


116 of 150
vEDGE-4
Task 1 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge1 using the following information:

o IP Address : 192.1.22.4
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge4

Task 2 – Install the Root Certificate on vEdge4

➢ Connect to the console of vEdge4 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 3 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 4th
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge4 console.

request vedge-cloud activate chassis-number XXXXXXXX-XXXX-


XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

(c) KBITS Live | https://kbits.live


117 of 150
Lab 32 – Configuring Firewalls to
supports SD-WAN

Interface Configuration

ASAv1

Interface IP Address Subnet Mask


Gig 0/0 192.1.31.10 255.255.255.0
Gig 0/0 192.168.31.10 255.255.255.0

Firewall Configuration
Task 1 – Interface Configuration and Default Routing on ASA in Los
Angeles

o Configure the Interfaces based on the Logical Diagram.


o Configure Gig 0/0 with a Name of “Outside” using the default
Security Level.
o Configure Gig 0/1 with a Name of “Inside” using the default
Security Level.
o Configure a default route on the ASA pointing towards the Internet
Cloud thru the Outside Interface.

(c) KBITS Live | https://kbits.live


118 of 150
ASAv Firewall

Hostname ASAv1
!
Interface Gig 0/0
Nameif Outside
ip address 192.1.31.10 255.255.255.0
no shut
!
Interface Gig 0/1
Nameif Inside
ip address 192.168.31.10 255.255.255.240
no shut
!
Route Outside 0.0.0.0 0.0.0.0 192.1.31.254

Task 2 – Translate vEdge5 on the Outside.

o Statically Translate vEdge5 as 192.1.31.5 on the Outside.


o The Private address that will be assigned to vEdge5 is
192.168.31.5.

ASAv Firewall

Object network vEdge5


Host 192.168.31.5
Nat (Inside,Outside) static 192.1.31.5

(c) KBITS Live | https://kbits.live


119 of 150
Lab 33 – Configuring vEdges with NAT
thru Firewalls

vEDGE-5 Initialization – (CLI)


Task 1 – Configuring the System Component on vEdge5

o Configure the System parameters based on the following:

▪ Host-name : vEdge5
▪ Organization: KBITS
▪ System-IP: 10.2.2.205
▪ Site ID: 3
▪ vbond Address: 199.1.1.3
▪ Timezone: Based on the appropriate Timezone

Note: Default username: admin Default password: admin

vEdge-5

config
!
system
host-name vEdge5

(c) KBITS Live | https://kbits.live


120 of 150
system-ip 10.2.2.205
site-id 3
organization-name KBITS
clock timezone Asia/Muscat
vbond 199.1.1.3
!
Commit

Task 2 – Configure the vpn parameters on vEdge5

o Configure the VPN parameters based on the following:

▪ vpn 0
- Interface ge0/0
- IP Address: 192.168.31.5/24
- Tunnel Interface
- Encapsulation IPSec
- Tunnel Services (All, NetConf, SSHD)
- Default Route: 192.168.31.10
▪ vpn 512
- Interface eth0
- IP Address: DHCP Client

vEdge5

config
!
vpn 0
no interface eth0
interface ge0/0
ip address 192.168.31.5/24
tunnel-interface
encapsulation ipsec
allow-service all
allow-service netconf
allow-service sshd
no shut
ip route 0.0.0.0/0 192.168.31.10
!
vpn 512
interface eth0
ip dhcp-client
no shutdown
!
Commit

(c) KBITS Live | https://kbits.live


121 of 150
vEDGE-5 Initialization – vManage(GUI)
Task 1 – Configure an ACL on ASAv to allow the Certificate server to
SFTP to vEdge5 to upload the Root Certificate

ASAv

Access-list OUTSIDE permit tcp host 199.1.1.5 host 192.168.31.5 eq 22


!
Access-group OUTSIDE in interface Outside

Task 2 – Upload the Root Certificate to the vEdge

➢ On the Windows Server, open WINSCP application.

➢ Connect to vEdge5 using the following information:

o IP Address : 192.1.31.5
o Protocol - SFTP
o Username : admin
o Password : admin

➢ Copy the RootCert.cer file from the Downloads folder to the


/home/admin folder on the vEdge3

Task 3 – Install the Root Certificate on vEdge3

➢ Connect to the console of vEdge5 and issue the following


command:

request root-cert-chain install /home/admin/RootCert.cer

Task 4 - Activate vEdge on vManage

➢ Navigate to Configuration -> Devices

➢ Note and use the Chassis Number and Token number for the 5th
vEdge from vManage.

➢ Use the information from the previous step in the following


command on the vEdge5 console.

(c) KBITS Live | https://kbits.live


122 of 150
request vedge-cloud activate chassis-number XXXXXXXX-XXXX-
XXXX-XXXX-XXXXXXXXXXXX token
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

➢ You should see the vEdge in the vManage console with a Certificate
issued.

vEdge5 Templates Creation

System

Task 1 – Configure the System Template to be used by all vEdge-


Cloud Devices

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Basic Information -> System

➢ Configure the System parameters based on the following:

o Template Name : VE-System


o Description : VE-System
o Site ID -> Device Specific
o System IP ->Device Specific
o Hostname -> Device Specific
o Timezone -> Device Specific
o Console Baud Rate -> Default

➢ Click Save to save the Template.

VPN 0

Task 1 – Configure a VPN Template to be used by all BR3 vEdges


(vEdge5) for VPN0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR3-VE-VPN-VPN0


o Description : BR3-VE-VPN-VPN0

Basic Configuration
o VPN -> Global : 0

(c) KBITS Live | https://kbits.live


123 of 150
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Device Specific

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by all BR3


vEdge-Cloud Devices for VPN 0 for Interface G0/0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR3-VE-VPNINT-VPN0-G0


o Description : BR3-VE-VPNINT-VPN0-G0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/0
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> Global : Biz-internet
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

VPN512

Task 1 – Configure a VPN Template to be used by all Branch vEdge-


Cloud Devices for VPN 512

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPN-VPN512

(c) KBITS Live | https://kbits.live


124 of 150
o Description : BR-VE-VPN-VPN512

Basic Configuration
o VPN -> Global : 512
o Name -> Global : MGMT VPN

➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by all


Branch vEdge-Cloud Devices for VPN 512 for Interface Eth0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPNINT-VPN512-E0


o Description : BR-VE-VPNINT-VPN512-E0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth0
o IPv4 Address -> Dynamic

➢ Click Save to save the Template

VPN 1

Task 1 – Configure a VPN Template to be used by all Brance vEdge-


Cloud Devices for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPN-VPN1


o Description : BR-VE-VPN-VPN1

Basic Configuration
o VPN -> Global : 1
o Name -> Global : Data VPN

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


125 of 150
Task 2 – Configure a VPN Interface Template to be used by all
Branch vEdge-Cloud Devices for VPN 1 for Interface G0/2

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR-VE-VPNINT-VPN1-G2


o Description : BR-VE-VPNINT-VPN1-G2

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/2
o IPv4 Address -> Static -> Device Specific

➢ Click Save to save the Template.

Task 3 – Configure a OSPF Template to be used by all Branch vEdge-


Cloud Devices for VPN 1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR-VE-OSPF-VPN1


o Description : BR-VE-OSPF-VPN1

Redistribution
o Protocol : OMP

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/2

➢ Click Add to add the Interface and Click Add to add OSPF.

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


126 of 150
vEdge5 Templates Deployment
Task 1 – Configure a Device Template for BR3 vEdge Devices.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vEdge Cloud

➢ Configure the Device Template based on the following:

o Template Name : BR3-VE-TEMP


o Description : BR3-VE-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : BR3-VE-VPN-VPN0
o VPN Interface : BR3-VE-VPNINT-VPN0-G0

o VPN 512 : BR-VE-VPN-VPN512


o VPN Interface : BR-VE-VPNINT-VPN512-E0

Service VPN
o VPN 1 : BR-VE-VPN-VPN1
o VPN Interface : BR-VE-VPNINT-VPN1-G2
o OSPF: BR-VE-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Attach vEdge5 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


BR3-VE-TEMP.

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vEdge5 and click the “ -> “ button.

➢ Click Attach.

(c) KBITS Live | https://kbits.live


127 of 150
Task 3 – Configure the Variable Parameters for the Feature
Templates

➢ vEdge5 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Default Gateway for VPN0 : 192.168.31.10


o Interface IP for ge0/0 :192.168.31.5/24
o Interface IP for ge0/2 :172.16.30.5/24
o Timezone: America/Los_Angeles
o Hostname : vEdge-5
o System IP : 10.2.2.205
o Site ID : 3

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

Site-3 Internal Router Configuration


Site-3 Internal Router

No ip domain-lookup
!
Hostname R3
!
Interface E 0/0
Ip address 172.16.30.33 255.255.255.0
No shut
!
Interface loopback1
Ip address 172.16.31.1 255.255.255.0
Ip ospf network point-to-point
!
Interface loopback2
Ip address 172.16.32.1 255.255.255.0
Ip ospf network point-to-point

(c) KBITS Live | https://kbits.live


128 of 150
!
Interface loopback3
Ip address 172.16.33.1 255.255.255.0
Ip ospf network point-to-point
!
Router ospf 1
Network 172.16.0.0 0.0.255.255 area 0

Verification
➢ Verify the configuration on vEdge5. You can do that by verify OSPF
Neighbor relationship with the MPLS Router by issuing the Show ospf
neighbor command on vEdge5.

(c) KBITS Live | https://kbits.live


129 of 150
Lab 34 – Configuring TLOC Extensions

vEdge3 Templates Creation


VPN 0

Task 1 – Configure a VPN Template to be used by BR2 vEdges for


VPN0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR2-VE-VPN-VPN0


o Description : BR2-VE-VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Device Specific

(c) KBITS Live | https://kbits.live


130 of 150
➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by all BR2


vEdge-Cloud Devices for VPN 0 for Interface G0/0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR2-VE-VPNINT-VPN0-G0


o Description : BR2-VE-VPNINT-VPN0-G0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/0
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> Global : Mpls
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 3 – Configure a VPN Interface Template to be used by all BR2


vEdge-Cloud Devices for VPN 0 for Interface G0/1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR2-VE-VPNINT-VPN0-G1


o Description : BR2-VE-VPNINT-VPN0-G1

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/1
o IPv4 Address -> Static -> Device Specific

Tunnel
(c) KBITS Live | https://kbits.live
131 of 150
o Tunnel Inteface -> Global : On
o Color -> Global : Biz-Internet
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 4 – Configure a Template that will be used for TLOC-Extension


on BR2 vEdges

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR2-VE-VPNINT-VPN0-TLOC-G3


o Description : BR2-VE-VPNINT-VPN0-TLOC-G3

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/3
o IPv4 Address -> Static -> Device Specific

Advanced
o TLOC Extension: Device Specific

➢ Click Save to save the Template.

Task 5 – Configure a OSPF Template to be used by vEdge3 for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR2-VE-vEdge3-OSPF-VPN0


o Description : BR-VE-vEdge3-OSPF-VPN0

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/0
o Interface Name: ge0/3
(c) KBITS Live | https://kbits.live
132 of 150
➢ Click Save to save the Template.

vEdge3 Templates Deployment


Task 1 – Configure a Device Template for BR2 vEdge3.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vEdge Cloud

➢ Configure the Device Template based on the following:

o Template Name : BR2-VE-vEdge3-TEMP


o Description : BR2-VE-vEdge3-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : BR2-VE-VPN-VPN0
o VPN Interface : BR2-VE-VPNINT-VPN0-G0
o VPN Interface : BR2-VE-VPNINT-VPN0-G1
o VPN Interface : BR2-VE-VPNINT-VPN0-TLOC-G3
o OSPF: BR2-VE-vEdge3-OSPF-VPN0

o VPN 512 : BR-VE-VPN-VPN512


o VPN Interface : BR-VE-VPNINT-VPN512-E0

Service VPN
o VPN 1 : BR-VE-VPN-VPN1
o VPN Interface : BR-VE-VPNINT-VPN1-G2
o OSPF: BR-VE-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Attach vEdge3 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


BR2-VE-vEdge3-TEMP

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vEdge3 and click the “ -> “ button.

(c) KBITS Live | https://kbits.live


133 of 150
➢ Click Attach.

Task 3 – Configure the Variable Parameters for the Feature


Templates

➢ vEdge3 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Default Gateway for VPN0 : 192.1.21.4


o Interface IP for ge0/0 :192.168.21.3/24
o Interface IP for ge0/1 :192.1.21.3/24
o Interface IP for ge0/2 :172.16.20.3/24
o Interface IP for ge0/3 :192.168.22.3/24
o TLOC Extension: ge0/0
o Timezone: Europe/London
o Hostname : vEdge-3
o System IP : 10.2.2.203
o Site ID : 2

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

(c) KBITS Live | https://kbits.live


134 of 150
vEdge4 Templates Creation
VPN 0

Task 1 – Configure a OSPF Template to be used by vEdge4 for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR2-VE-vEdge4-OSPF-VPN0


o Description : BR-VE-vEdge4-OSPF-VPN0

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/0

➢ Click Save to save the Template.

vEdge4 Templates Deployment


Task 1 – Configure a Device Template for BR2 vEdge4.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vEdge Cloud

➢ Configure the Device Template based on the following:

o Template Name : BR2-VE-vEdge4-TEMP


o Description : BR2-VE-vEdge4-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : BR2-VE-VPN-VPN0
o VPN Interface : BR2-VE-VPNINT-VPN0-G0
o VPN Interface : BR2-VE-VPNINT-VPN0-G1
o VPN Interface : BR2-VE-VPNINT-VPN0-TLOC-G3
o OSPF: BR2-VE-vEdge4-OSPF-VPN0

(c) KBITS Live | https://kbits.live


135 of 150
o VPN 512 : BR-VE-VPN-VPN512
o VPN Interface : BR-VE-VPNINT-VPN512-E0

Service VPN
o VPN 1 : BR-VE-VPN-VPN1
o VPN Interface : BR-VE-VPNINT-VPN1-G2
o OSPF: BR-VE-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Attach vEdge4 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


BR2-VE-vEdge4-TEMP

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vEdge4 and click the “ -> “ button.

➢ Click Attach.

Task 3 – Configure the Variable Parameters for the Feature


Templates

➢ vEdge4 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Default Gateway for VPN0 : 192.1.22.254


o Interface IP for ge0/0 :192.168.22.4/24
o Interface IP for ge0/1 :192.1.22.4/24
o Interface IP for ge0/2 :172.16.20.4/24
o Interface IP for ge0/3 :192.1.21.4/24
o TLOC Extension: ge0/1
o Timezone: Europe/London
o Hostname : vEdge-4
o System IP : 10.2.2.204
o Site ID : 2

➢ Click Update.
(c) KBITS Live | https://kbits.live
136 of 150
➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

Site-2 Internal Router Configuration


Site-2 Internal Router

No ip domain-lookup
!
Hostname R2
!
Interface E 0/0
Ip address 172.16.20.22 255.255.255.0
No shut
!
Interface loopback1
Ip address 172.16.21.1 255.255.255.0
Ip ospf network point-to-point
!
Interface loopback2
Ip address 172.16.22.1 255.255.255.0
Ip ospf network point-to-point
!
Interface loopback3
Ip address 172.16.23.1 255.255.255.0
Ip ospf network point-to-point
!
Router ospf 1
Network 172.16.0.0 0.0.255.255 area 0

Verification
➢ Verify the configuration on vSmart. You can do that by making sure
that you are receiving 2 TLOCS for vEdge3 and 2 TLOCS for vEdge4.
The command to verify is show omp tlocs.

(c) KBITS Live | https://kbits.live


137 of 150
Lab 35 – Load Balancing using Multiple
vEdges

vEdge1 Templates Creation


VPN 0

Task 1 – Configure a VPN Template to be used by BR2 vEdges for


VPN0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : BR1-VE-VPN-VPN0


o Description : BR1-VE-VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Device Specific

(c) KBITS Live | https://kbits.live


138 of 150
➢ Click Save to save the Template.

Task 2 – Configure a VPN Interface Template to be used by all BR2


vEdge-Cloud Devices for VPN 0 for Interface G0/0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR1-VE-VPNINT-VPN0-G0


o Description : BR1-VE-VPNINT-VPN0-G0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/0
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> Global : Mpls
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 3 – Configure a VPN Interface Template to be used by all BR2


vEdge-Cloud Devices for VPN 0 for Interface G0/1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : BR1-VE-VPNINT-VPN0-G1


o Description : BR1-VE-VPNINT-VPN0-G1

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : ge0/1
o IPv4 Address -> Static -> Device Specific

Tunnel
(c) KBITS Live | https://kbits.live
139 of 150
o Tunnel Inteface -> Global : On
o Color -> Global : Biz-Internet
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 4 – Configure a OSPF Template to be used by all BR2 vEdge-


Cloud Devices for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vEdge Cloud -> Other Templates -> OSPF

➢ Configure the OSPF parameters based on the following:

o Template Name : BR1-VE-OSPF-VPN0


o Description : BR1-VE-OSPF-VPN0

Area Configuration
o Area Number -> Global : 0
o Area Type -> Default
Interface Configuration
o Interface Name: ge0/0

➢ Click Save to save the Template.

vEdge1&2 Templates Deployment


Task 1 – Configure a Device Template for BR2 vEdges.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vEdge Cloud

➢ Configure the Device Template based on the following:

o Template Name : BR1-VE-TEMP


o Description : BR1-VE-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : BR1-VE-VPN-VPN0

(c) KBITS Live | https://kbits.live


140 of 150
o VPN Interface : BR1-VE-VPNINT-VPN0-G0
o VPN Interface : BR1-VE-VPNINT-VPN0-G1
o OSPF: BR1-VE-OSPF-VPN0

o VPN 512 : BR-VE-VPN-VPN512


o VPN Interface : BR-VE-VPNINT-VPN512-E0

Service VPN
o VPN 1 : BR-VE-VPN-VPN1
o VPN Interface : BR-VE-VPNINT-VPN1-G2
o OSPF: BR-VE-OSPF-VPN1

➢ Click Save to save the Template.

Task 2 – Attach vEdge1 & 2 to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


BR2-VE-TEMP

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.

➢ Select vEdge1 & vEdge2 and click the “ -> “ button.

➢ Click Attach.

Task 3 – Configure the Variable Parameters for the Feature


Templates

➢ vEdge1 & vEdge2 will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

vEdge1
o Default Gateway for VPN0 : 192.1.11.254
o Interface IP for ge0/0 :192.168.11.1/24
o Interface IP for ge0/1 :192.1.11.1/24
o Interface IP for ge0/2 :172.16.10.1/24
o Timezone: Asia/Dubai

(c) KBITS Live | https://kbits.live


141 of 150
o Hostname : vEdge-1
o System IP : 10.2.2.201
o Site ID : 1

vEdge2
o Default Gateway for VPN0 : 192.1.12.254
o Interface IP for ge0/0 :192.168.12.2/24
o Interface IP for ge0/1 :192.1.12.2/24
o Interface IP for ge0/2 :172.16.10.2/24
o Timezone: Asia/Dubai
o Hostname : vEdge-2
o System IP : 10.2.2.202
o Site ID : 1

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

Site-1 Internal Router Configuration


Site-1 Internal Router

No ip domain-lookup
!
Hostname R1
!
Interface E 0/0
Ip address 172.16.10.11 255.255.255.0
No shut
!
Interface loopback1
Ip address 172.16.11.1 255.255.255.0
Ip ospf network point-to-point
!
Interface loopback2
Ip address 172.16.12.1 255.255.255.0
Ip ospf network point-to-point
!
Interface loopback3
Ip address 172.16.13.1 255.255.255.0

(c) KBITS Live | https://kbits.live


142 of 150
Ip ospf network point-to-point
!
Router ospf 1
Network 172.16.0.0 0.0.255.255 area 0

Verification
➢ Verify the configuration on vEdge1 & vEdge2. You can do that by
verify OSPF Neighbor relationship with the MPLS Router by issuing
the Show ospf neighbor command on vEdge1 & vEdge2.

(c) KBITS Live | https://kbits.live


143 of 150
Lab 36 – Configuring A Hub-n-Spoke
Topology using a TLOC

Task 1 – Configure a VPN Template to be used by vSmart Controllers


for VPN 0

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPN-VPN0


o Description : vSmart-VPN-VPN0

Basic Configuration
o VPN -> Global : 0
o Name -> Global : Transport VPN

IPv4 Route
o Prefix -> Global : 0.0.0.0/0
o Next Hop -> Global : 199.1.1.14

➢ Click Save to save the Template.

(c) KBITS Live | https://kbits.live


144 of 150
Task 2 – Configure a VPN Template to be used by vSmart Controllers
for VPN 512

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPN-VPN512


o Description : vSmart-VPN-VPN512

Basic Configuration
o VPN -> Global : 512
o Name -> Global : MGMT VPN

➢ Click Save to save the Template.

Task 3 – Configure a VPN Interface Template to be used by vSmart


Controllers for VPN 0 for Interface Eth1

➢ In vManage, Navigate to Configuration -> Templates -> Feature ->


vSmart -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPNINT-VPN0-E1


o Description : vSmart-VPNINT-VPN0-E1

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth1
o IPv4 Address -> Static -> Device Specific

Tunnel
o Tunnel Inteface -> Global : On
o Color -> default
Allow Service
o All -> Global : On
o NETCONF -> Global : On
o SSH -> Global : On

➢ Click Save to save the Template.

Task 4 – Configure a VPN Interface Template to be used vSmart


Controllers for VPN 512 for Interface Eth0
(c) KBITS Live | https://kbits.live
145 of 150
➢ In vManage, Navigate to Configuration -> Templates -> Feature ->
vSmart -> VPN -> VPN Interface Ethernet

➢ Configure the VPN parameters based on the following:

o Template Name : vSmart-VPNINT-VPN512-E0


o Description : vSmart-VPNINT-VPN512-E0

Basic Configuration
o Shutdown -> Global : No
o Interface Name -> Global : eth0
o IPv4 Address -> Static -> Device-Specific

➢ Click Save to save the Template

Task 5 – Configure a Device Template for vSmart Controllers.

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


Create Template -> vSmart

➢ Configure the Device Template based on the following:

o Template Name : vSmart-TEMP


o Description : vSmart-TEMP

Basic Information
o System -> VE-System

Transport & Management


o VPN 0 : vSmart-VPN-VPN0
o VPN Interface : vSmart-VPNINT-VPN0-E1

o VPN 512 : vSmart-VPN-VPN512


o VPN Interface : vSmart-VPNINT-VPN512-E0

➢ Click Save to save the Template.

Task 6 – Attach vSmart to the Device Template

➢ In vManage, Navigate to Configuration -> Templates -> Device ->


vSmart-TEMP

➢ Click on “…” towards the right-hand side.

➢ Click Attach Devices.


(c) KBITS Live | https://kbits.live
146 of 150
➢ Select vSmart and click the “ -> “ button.

➢ Click Attach.

Task 7 – Configure the Variable Parameters for the Feature


Templates

➢ vSmart will appear in the window.

➢ Click on “…” towards the right-hand side.

➢ Click Edit Device Template.

➢ Configure the variables based on the following:

o Interface IP for Eth1 :199.1.1.2/28


o Interface IP for Eth1 :192.168.1.2/24
o Hostname : vSmart-1
o System IP : 10.1.1.102
o Site ID : 1

➢ Click Update.

➢ Verify the Configuration & Click Configure Devices.

➢ Wait for it to update the device. It should come back with Status of
Success.

(c) KBITS Live | https://kbits.live


147 of 150
Policy Requirements:

➢ Los Angeles & London Sites are communicating to each other directly.
You can verify this by checking the routes. The routes should be
pointing directly at the TLOCs of the Branch Sites directly.

➢ All traffic between the sites should be forwarded via the HQ Site
Dubai. Use a TLOC list to accomplish this task.

Task 1 – Configure Groups of Interests/List that will be used for


Hub-n-Spoke

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Lists.

➢ Click VPN and select New VPN list. Create 1 policy based on the
following:

o Name : VPN1
o ID : 1

➢ Click Site and select New Site list. Create 2 policies based on the
following:

o Name : Dubai
o Site ID : 1

o Name : London
o Site ID : 2

o Name : Los Angeles


o Site ID : 3

➢ Click TLOC and select New TLOC list. Create 1 policies based on the
following:

o Name : TLOC-Dubai
o TLOCs
• 10.2.2.201 – mpls – IPSec – 500
• 10.2.2.202 – mpls – IPSec – 500
• 10.2.2.201 – biz-internet – IPSec – 400
• 10.2.2.202 – biz-internet – IPSec – 400

(c) KBITS Live | https://kbits.live


148 of 150
Task 2 – Configure a Topology based on the Requirements

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Topology -> Add Topology ->
Custom ->

➢ Configure the topology based on the following:

o Policy Name : Hub-n-Spoke


o Description : Hub-n-Spoke

Route Sequence- London


Match Conditions:
o Site: London
Action
o TLOC: TLOC-List = Dubai-TLOC

o Click Save Match and Actions to save the Sequence.

Route Sequence- Los Angeles


Match Conditions:
o Site: Los Angeles
Action
o TLOC: TLOC-List = Dubai-TLOC

o Click Save Match and Actions to save the Sequence.

Default
Action
o Accept

Click Save Match and Actions


o Click Save Match and Actions to save the Sequence.

o Save Control Policy.

Task 3 – Create a Centralized Policy and call the Traffic Policy

➢ In vManage, Navigate to Configuration -> Policies -> Custom


Options -> Centralized Policy -> Add Centralized Policy

➢ Click Next on the “Group of Interests” page as we have already


created the required lists.

➢ Click Add Policy on the “Topology and VPN Membership” page.


(c) KBITS Live | https://kbits.live
149 of 150
➢ Click “Import Existing”, Select Custom and select the Hub-n-Spoke
from the drop-down list and click Import. Click Next.

➢ Click Next on the “Configure Traffic Rules” page as we are not using
any Control Policies. You will move to the “Apply Policy to Sites and
VPNs” Page.

➢ The Hub-n-Spoke policy will be there. Click “New Site” button.

➢ Select Los Angeles and London in the Outbound Site List.

➢ Click Add.

➢ Assign the Policy a name and Desription based on the following:

o Policy Name : Main-Central-Policy


o Description : Main-Central-Policy

➢ Click the Save Policy button towards the button.

➢ Activate the policy.

➢ Wait for it to push the policy to the reachable vSmart Controller(s).

➢ You can verify this by doing checking the routes. The routes should
be pointing directly at the TLOCs of Dubai and all traffic will be
forwarded thru Dubai.

(c) KBITS Live | https://kbits.live


150 of 150

You might also like