You are currently viewing Configuring D-VTI and S-VTI for Hub & Spoke Deployments with Dynamic Routing

Configuring D-VTI and S-VTI for Hub & Spoke Deployments with Dynamic Routing

In this article, we configure Dynamic Virtual Tunnel Interfaces (D-VTI) and Static Virtual Tunnel Interfaces (S-VTI) for a hub and spoke deployment. In the video demonstration, we use Cisco IOS devices complete with routing protocols BGP and EIGRP.

Video Walkthrough

Presentation and Topology

Lab Device Configuration

CSR Configuration

interface GigabitEthernet1
 ip address 209.209.209.1 255.255.255.252
!
interface GigabitEthernet2
 ip address 209.209.209.5 255.255.255.252
!
interface GigabitEthernet3
 ip address 209.209.209.9 255.255.255.252
!
interface GigabitEthernet4
 ip address 209.209.209.13 255.255.255.252
!
router bgp 8555
 bgp log-neighbor-changes
 neighbor 209.209.209.6 remote-as 8557
 neighbor 209.209.209.10 remote-as 8556
 neighbor 209.209.209.14 remote-as 8554
 !
 address-family ipv4
  network 209.209.209.4 mask 255.255.255.252
  network 209.209.209.8 mask 255.255.255.252
  network 209.209.209.12 mask 255.255.255.252
  neighbor 209.209.209.6 activate
  neighbor 209.209.209.10 activate
  neighbor 209.209.209.14 activate
 exit-address-family
!

Subscribe once and access all our premium content

Read more of this content when you subscribe today.

iwiizkiid

Kelvin is a Cyber Security professional with years and experience working with organisations in different verticals, both large and small. He enjoys contributing to the Network Wizkid knowledge base and he also creates technical content. Kelvin enjoys learning new things and often does this by working on achieving new technical certifications. He holds many professional certifications and academically, he has achieved a Bachelors and Master's degree in both Computer Networks and Cyber Security.

Leave a Reply