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/44621ed912d35bf50bbdae2bd6bd6b49 to your computer and use it in GitHub Desktop.
Save KasperJak/44621ed912d35bf50bbdae2bd6bd6b49 to your computer and use it in GitHub Desktop.
isp3-r1 - DMVPN OSPF
hostname isp3-r1
!
interface e3/0
description isp2-r3
ip address 20.0.0.14 255.255.255.252
no shut
!
interface e3/3
description isp1-r1
ip address 20.0.0.10 255.255.255.252
no shut
!
interface e2/1
description spoke2
ip address 100.0.0.17 255.255.255.252
no shut
!
interface e2/0
description spoke3
ip address 100.0.0.13 255.255.255.252
no shut
!
router bgp 65002
bgp router-id 20.1.2.1
neighbor 20.0.0.13 remote-as 65001
neighbor 20.0.0.9 remote-as 65000
network 100.0.0.12 mask 255.255.255.252
network 100.0.0.16 mask 255.255.255.252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment