Skip to content

Instantly share code, notes, and snippets.

@KasperJak
Last active July 5, 2016 08:44
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/5ebfd523b55d0881796e69409ef90891 to your computer and use it in GitHub Desktop.
Save KasperJak/5ebfd523b55d0881796e69409ef90891 to your computer and use it in GitHub Desktop.
isp2-r2 - DMVPN OSPF
hostname isp2-r2
!
interface e1/0
description isp2-r1
ip address 30.0.0.2 255.255.255.252
no shut
!
interface e1/1
description isp2-r3
ip address 30.0.0.9 255.255.255.252
no shut
!
interface e3/0
description isp4-r1
ip address 30.0.0.13 255.255.255.252
no shut
!
router bgp 65001
bgp router-id 30.1.2.1
neighbor 30.0.0.1 remote-as 65001
neighbor 30.0.0.1 next-hop self
neighbor 30.0.0.10 next-hop self
neighbor 30.0.0.14 remote-as 65003
neighbor 30.0.0.10 remote-as 65001
!
router ospf 1
router-id 2.2.2.2
passive-interface default
no passive-interface e1/0
no passive-interface e1/1
network 30.0.0.0 0.0.0.255 area 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment