dmvpn phase2 easy config example

Home » Blog » Routing » dmvpn » dmvpn phase2 easy config example

dmvpn phase2 easy config example

16.12 2019 | by massimiliano

Si riporta a titolo di esempio una configurazione DMVPN phase 2   ARCHITETTURA DI RIFERIMENTO:           […]


https://www.ingegnerianetworking.com/wp-content/uploads/2019/12/dmvpn-phase2-easy-config1-1a0.png

Si riporta a titolo di esempio una configurazione DMVPN phase 2

 

ARCHITETTURA DI RIFERIMENTO:

 

dmvpn phase2 easy config1

 

 

 

 

Config Tunnel di esempio:

 

dmvpn phase2 easy config2

 

 

 

Si riporta la configurazione per ciascun router:

 

 

Router HUB

 

interface loopback0

ip address 1.1.1.1 255.255.255.255

!

interface eth0/1  

description to-DMVPN 

ip address 10.10.10.1  255.255.255.0  

!  

interface tunnel1

description tunnel-DMVPN

ip address 172.16.123.1 255.255.255.0

ip nhrp map multicast dynamic

ip nhrp network-id 10

ip ospf network broadcast

ip ospf priority 255

tunnel source ethernet0/1

tunnel mode gre multipoint

!

router ospf 1

router-id 1.1.1.1

network 1.1.1.1 0.0.0.0 area 0

network 172.16.123.0 0.0.0.255 area 0

 

 

 

Router SPOKE-2

 

interface loopback0

ip address 2.2.2.2 255.255.255.255

!

interface eth0/1  

description to-DMVPN 

ip address 10.10.10.2  255.255.255.0  

!  

interface tunnel1

description tunnel-DMVPN

ip address 172.16.123.2 255.255.255.0

ip nhrp map 172.16.123.1 10.10.10.1

ip nhrp map multicast 10.10.10.1

ip nhrp network-id 10

ip nhrp nhs 172.16.123.1

ip ospf network broadcast

ip ospf priority 0

tunnel source ethernet0/1

tunnel mode gre multipoint

!

router ospf 1

router-id 2.2.2.2

network 2.2.2.2 0.0.0.0 area 0

network 172.16.123.0 0.0.0.255 area 0

 

 

 

Router SPOKE-3

 

interface loopback0

ip address 3.3.3.3 255.255.255.255

!

interface eth0/1  

description to-DMVPN 

ip address 10.10.10.3  255.255.255.0  

!  

interface tunnel1

description tunnel-DMVPN

ip address 172.16.123.3 255.255.255.0

ip nhrp map 172.16.123.1 10.10.10.1

ip nhrp map multicast 10.10.10.1

ip nhrp network-id 10

ip nhrp nhs 172.16.123.1

ip ospf network broadcast

ip ospf priority 0

tunnel source ethernet0/1

tunnel mode gre multipoint

!

router ospf 1

router-id 3.3.3.3

network 3.3.3.3 0.0.0.0 area 0

network 172.16.123.0 0.0.0.255 area 0

 

 

 

 

 

 

 

Torna in alto