DMVPN:
-----------
Dynamic multipoint VPN
(mGre) multipoint gemeric routing encapsulation
Whenever we have new site deployed, we need to do configuratiom change
on all the sites
hub and spoke technology
pre requisite:
one branch public + static
another branch
public + dynamic
nhrp (next hop resolution protocol)
hub configuration:
#interface tunnel 0
#ip address <>
#tunnel source f0/0
#tunnel mode gre multipoint
#ip nhrp network-id 100
#ip nhrp map multicast dynamic
#no ip slit-horizon eigrp 100 (phase1)
#no ip next-hop-self eigrp 100 (phase2)
#ip nhrp redirect (phase3) both phase 2 and phase will not be active at a time
ospf:
# ip ospf network broadcast
spoke configuration:
# interface tunnel 0
# ip address <>
# tunnel source f0/0
#tunnel mode gre multipoint
#ip nhrp network-id 100
#ip nhrp nhs <hub tunnel ip>1
#ip nhrp map <hub tunnel ip> 1.1.1.1
#ip nhrp map multicast 1.1.1.1
#ip nhrp short-cut
ospf:
#ip ospf network broadcast
R2# int tunnel 0
#ip ospf priority 0
Router eigrp 100
network 10.0.0.0
netwrok <tunnelnetwork>