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/93656e736ad98ea40df6ff6f9c1e77e0 to your computer and use it in GitHub Desktop.
Save KasperJak/93656e736ad98ea40df6ff6f9c1e77e0 to your computer and use it in GitHub Desktop.
isp1-r1 - DMVPN OSPF
hostname isp1-r1
!
interface e2/0
description dc1-r1
ip address 100.0.0.1 255.255.255.252
no shut
!
interface e3/0
description isp2-r1
ip address 20.0.0.1 255.255.255.252
no shut
!
interface e3/1
description isp2-r3
ip address 20.0.0.5 255.255.255.252
no shut
!
interface e3/3
description isp3-r1
ip address 20.0.0.9 255.255.255.252
no shut
!
router bgp 65000
bgp router-id 20.1.1.1
neighbor 20.0.0.2 remote-as 65001
neighbor 20.0.0.10 remote-as 65002
neighbor 20.0.0.6 remote-as 65001
network 100.0.0.0 mask 255.255.255.252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment