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

Published by

on

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.


Discover more from Network Wizkid

Subscribe to get the latest posts to your email.

Leave a Reply

Discover more from Network Wizkid

Subscribe now to keep reading and get access to the full archive.

Continue reading

0
YOUR CART
  • No products in the cart.