06-11-2020 08:25 PM
Hi gentlemen,
What's the difference between DMVPN phases 1 & 2 in all terms including EIGRP & OSPF dynamic routing protocols.
Thanks
Solved! Go to Solution.
06-11-2020 10:04 PM
HI,
Phase 1:- Communication between Spoke to Spoke via hub only. the means routing protocol will advertise next-hope self as Hub interface IP address to spokes.
Phase2: Communication between spoke to spoke directly and the only first packet will transmit through the hub. We will disable "Next Hope Self" (if using EIGRP) for routing protocol on the Hub router.
as
interface Tunnel0
ip address 172.16.1.1 255.255.255.0
no ip redirects
no ip next-hop-self eigrp 111
no ip split-horizon eigrp 111
For the OSPF: To Enable Phase 2 with OSPF, Use broadcast network type on all routers.
06-11-2020 11:41 PM
Hello miracle_david@yahoo.com ,
as clearly explained by @Deepak Kumar the configuration of routing protocol is different in DMVPN Phase 1 from DMVPN phase 2.
More specifically in Phase 1 there cannot be any dynamic spoke to spoke direct tunnel so there is no need to disable next-hop self in EIGRP and also the hub may send a summary route to spoke like a default route because there is no advantage in knowing the details of remote subnets of other spokes because traffic has to go trough the HUB anyway.
In DMVPN Phase 2 the HUB needs to :
disable the use of its own next-hop and to keep the original other spoke next-hop
the HUB cannot perform any type of route summarization on routes originated by other spokes to avoid to prevent the setup of dynamic spoke to spoke tunnels.
The HUB can still summarize all routes coming from the backbone = routes that would point to itself in any case.
For OSPF there are less parameters / features to play with in DMVPN just the choice of network type between broacast and point to multipoint.
Hope to help
Giuseppe
06-11-2020 10:04 PM
HI,
Phase 1:- Communication between Spoke to Spoke via hub only. the means routing protocol will advertise next-hope self as Hub interface IP address to spokes.
Phase2: Communication between spoke to spoke directly and the only first packet will transmit through the hub. We will disable "Next Hope Self" (if using EIGRP) for routing protocol on the Hub router.
as
interface Tunnel0
ip address 172.16.1.1 255.255.255.0
no ip redirects
no ip next-hop-self eigrp 111
no ip split-horizon eigrp 111
For the OSPF: To Enable Phase 2 with OSPF, Use broadcast network type on all routers.
06-11-2020 11:05 PM
06-11-2020 11:41 PM
Hello miracle_david@yahoo.com ,
as clearly explained by @Deepak Kumar the configuration of routing protocol is different in DMVPN Phase 1 from DMVPN phase 2.
More specifically in Phase 1 there cannot be any dynamic spoke to spoke direct tunnel so there is no need to disable next-hop self in EIGRP and also the hub may send a summary route to spoke like a default route because there is no advantage in knowing the details of remote subnets of other spokes because traffic has to go trough the HUB anyway.
In DMVPN Phase 2 the HUB needs to :
disable the use of its own next-hop and to keep the original other spoke next-hop
the HUB cannot perform any type of route summarization on routes originated by other spokes to avoid to prevent the setup of dynamic spoke to spoke tunnels.
The HUB can still summarize all routes coming from the backbone = routes that would point to itself in any case.
For OSPF there are less parameters / features to play with in DMVPN just the choice of network type between broacast and point to multipoint.
Hope to help
Giuseppe
06-12-2020 01:39 AM
06-12-2020 01:58 AM
Hello miracle_david@yahoo.com ,
I would recommend you the following design guide
see pag 43 for recommendations on dual HUB dual DMVPN clouds.
You have two design options: using a single DMVPN with two HUBs or using two distinct DMVPN clouds each of them with a single HUB.
This second choice allows for example to use two different ISPs for interconnection of branch routers to the hub routers. In this case each spoke will have two different mGRE tunnels protected by IPsec profile shared.
One DMVPN will be carried over ISP1 and the second DMVPN will be carried over ISP2.
Hope to help
Giuseppe
06-12-2020 09:44 PM
06-13-2020 07:36 AM
06-11-2020 11:43 PM
Hello,
here is a pretty good link to a site with sample configs for all phases and routing protocols...
https://www.grandmetric.com/knowledge-base/design_and_configure/1305/
06-12-2020 01:41 AM
06-12-2020 02:52 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide