Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
67 views2 pages

DMVP

Uploaded by

santhosh437
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views2 pages

DMVP

Uploaded by

santhosh437
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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>

You might also like