EMAIL SUPPORT

dclessons@dclessons.com

LOCATION

US

Routing Configuration Example

Routing Configuration Example

Routing Configuration Example

In this section we will learn how Viptela behaves while configuring Viptela Routing components. Let’s see how unicast routing is enabled on Cisco Viptela Network which consists of one vBond, one vSmart, and two vEdge router at two sites.

Topology:

IP address & Configuring Planning:


vSmart Controller Configuration

On the vSmart controller:

In first steps of Configure Viptela Routing , Configure the system properties of the vSmart controller:

vSmart1(config)# system system-ip 1.1.1.9
vSmart1(config-system)# domain-id 1
vSmart1(config-system)# site-id 50
vSmart1(config-system)# vbond 184.168.0.69

Configure the physical transport information:

Configure the IP address of the WAN-facing interface:

vSmart1(config)# vpn 0 interface eth4 ip address 10.0.16.19/24

Allow the interface to carry control-plane traffic:

vSmart1(config)# vpn 0 interface eth4 tunnel-interface

Enable the interface:

vSmart1(config)# vpn 0 interface eth4 no shutdown

Configure a default route to the WAN interface that connects to the transport cloud:

vSmart1(config)# vpn 0 ip route 0.0.0.0/0 10.0.16.19

Commit the configuration:

vSmart1(config)# commit

Full Configuration:

system
system-ip 1.1.1.9
domain-id 1
site-id 50
vbond 184.168.0.69
!
vpn 0
interface eth4
ip address 10.0.16.19/24
tunnel-interface
!
no shutdown
!
ip route 0.0.0.0/0 10.0.16.19
!

vEdge1 Router Configuration

On the vEdge1 router:

OMP is enabled by default on the vEdge router. This branch network is running BGP, and we want to advertise BGP learned routes to the vSmart controller:


Comment

  • RA

    This is by far the best study material available on configuring Viptela Routing components online. I could understand all the concepts in a single session and apparently had no doubts. This is awesome study material.


  • TH

    If anyone wants to learn routing configuration then they should try this course by DClesson. It has helped me a lot in my networking career. I am very happy with the simplicity of the course.


LEAVE A COMMENT

Please login here to comment.