Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KasperJak/11a3d3eaa0e8cbd5c662f96298b93947 to your computer and use it in GitHub Desktop.
Save KasperJak/11a3d3eaa0e8cbd5c662f96298b93947 to your computer and use it in GitHub Desktop.
isp4-r1 - DMVPN OSPF
hostname isp4-r1
!
interface e3/0
description isp2-r2
ip address 30.0.0.14 255.255.255.252
no shut
!
interface e2/0
description dc2-r1
ip address 100.0.0.25 255.255.255.252
no shut
!
interface e2/1
description dc2-r2
ip address 100.0.0.29 255.255.255.252
no shut
!
router bgp 65003
bgp router-id 30.1.4.1
neighbor 30.0.0.13 remote-as 65001
network 100.0.0.28 mask 255.255.255.252
network 100.0.0.24 mask 255.255.255.252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment