{"id":1750,"date":"2019-03-03T01:23:00","date_gmt":"2019-03-03T01:23:00","guid":{"rendered":"https:\/\/www.balajibandi.com\/?p=1750"},"modified":"2022-10-28T01:29:02","modified_gmt":"2022-10-28T00:29:02","slug":"dmvpn-phas1-lab","status":"publish","type":"post","link":"https:\/\/www.balajibandi.com\/?p=1750","title":{"rendered":"DMVPN Phas1 Lab"},"content":{"rendered":"\n<p>Part of CCIE Lab Learning&#8230; testing DMVPN Phase1<\/p>\n\n\n\n<p>Simple Lab Topology<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"243\" height=\"347\" src=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-5.png\" alt=\"\" class=\"wp-image-1751\" srcset=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-5.png 243w, https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-5-210x300.png 210w\" sizes=\"auto, (max-width: 243px) 100vw, 243px\" \/><\/figure>\n\n\n\n<p>For SP and other devices underlay reachability I used OSPF, and over GRE I used Eigrp.<\/p>\n\n\n\n<p>Here is the config :<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">SP Config :<\/h1>\n\n\n\n<p>interface Ethernet0\/0<br>ip address 192.168.0.1 255.255.255.252<br>ip ospf network point-to-point<br>!<br>interface Ethernet0\/1<br>ip address 192.168.1.1 255.255.255.252<br>ip ospf network point-to-point<br>!<br>interface Ethernet0\/2<br>ip address 192.168.2.1 255.255.255.252<br>ip ospf network point-to-point<br>!<br>!<br>router ospf 1<br>passive-interface default<br>no passive-interface Ethernet0\/0<br>no passive-interface Ethernet0\/1<br>no passive-interface Ethernet0\/2<br>network 192.168.0.1 0.0.0.0 area 0<br>network 192.168.1.1 0.0.0.0 area 0<br>network 192.168.2.1 0.0.0.0 area 0<br>!<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">HUB<\/h1>\n\n\n\n<p>router ospf 1<br>network 192.168.2.2 0.0.0.0 area 0<br>!<br>router eigrp 100<br>no auto-summary<br>network 10.10.2.0 0.0.0.255<br>network 172.16.1.0 0.0.0.255<br>!<br>interface Loopback0<br>ip address 10.10.2.1 255.255.255.0<br>!<br>! mGRE tunnel<br>!<br>interface Tunnel0<br>ip address 172.16.1.1 255.255.255.0<br>no ip redirects<br>ip nhrp map multicast dynamic<br>ip nhrp network-id 100<br>no ip split-horizon eigrp 100<br>ip summary-address eigrp 100 10.10.0.0 255.0.0.0<br>tunnel source eth0\/2<br>tunnel mode gre multipoint<br>tunnel key 100<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">SPOKE 1<\/h1>\n\n\n\n<p>router ospf 1<br>network 192.168.1.2 0.0.0.0 area 0<br>!<br>router eigrp 100<br>no auto-summary<br>network 172.16.1.0 0.0.0.255<br>network 10.10.1.0 0.0.0.255<br>eigrp stub connected<br>!<br>interface Loopback0<br>ip address 10.10.1.1 255.255.255.0<br>!<br>! GRE tunnel<br>!<br>interface Tunnel0<br>ip address 172.16.1.2 255.255.255.0<br>ip nhrp map 172.16.1.1 192.168.2.2<br>ip nhrp map multicast 192.168.2.2<br>ip nhrp nhs 172.16.1.1<br>ip nhrp network-id 100<br>ip nhrp holdtime 60<br>ip nhrp registration timeout 30<br>tunnel source eth0\/1<br>tunnel destination 192.168.2.2<br>tunnel key 100<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">SPOKE 2<\/h1>\n\n\n\n<p>router ospf 1<br>network 192.168.0.2 0.0.0.0 area 0<br>!<br>router eigrp 100<br>no auto-summary<br>network 172.16.1.0 0.0.0.255<br>network 10.10.0.0 0.0.0.255<br>eigrp stub connected<br>!<br>interface Loopback0<br>ip address 10.10.0.1 255.255.255.0<br>!<br>! GRE tunnel<br>!<br>interface Tunnel0<br>ip address 172.16.1.3 255.255.255.0<br>ip nhrp map 172.16.1.1 192.168.2.2<br>ip nhrp map multicast 192.168.2.2<br>ip nhrp nhs 172.16.1.1<br>ip nhrp network-id 100<br>ip nhrp holdtime 60<br>ip nhrp registration timeout 30<br>tunnel source eth0\/0<br>tunnel destination 192.168.2.2<br>tunnel key 100<\/p>\n\n\n\n<p>Verifications : <\/p>\n\n\n\n<p>HUB <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"637\" height=\"250\" src=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-6.png\" alt=\"\" class=\"wp-image-1752\" srcset=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-6.png 637w, https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-6-300x118.png 300w\" sizes=\"auto, (max-width: 637px) 100vw, 637px\" \/><\/figure>\n\n\n\n<p>SPOKE <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"651\" height=\"232\" src=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-7.png\" alt=\"\" class=\"wp-image-1753\" srcset=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-7.png 651w, https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-7-300x107.png 300w\" sizes=\"auto, (max-width: 651px) 100vw, 651px\" \/><\/figure>\n\n\n\n<p>EIGRP and Routes :<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"743\" height=\"598\" src=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-9.png\" alt=\"\" class=\"wp-image-1755\" srcset=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-9.png 743w, https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-9-300x241.png 300w, https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-9-705x567.png 705w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><\/figure>\n\n\n\n<p>Reachability from Spoke2 :<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"339\" src=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-8.png\" alt=\"\" class=\"wp-image-1754\" srcset=\"https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-8.png 577w, https:\/\/www.balajibandi.com\/wp-content\/uploads\/2022\/10\/image-8-300x176.png 300w\" sizes=\"auto, (max-width: 577px) 100vw, 577px\" \/><\/figure>\n\n\n\n<p>Happy Labbing &#8230;!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Part of CCIE Lab Learning&#8230; testing DMVPN Phase1 Simple Lab Topology For SP and other devices underlay reachability I used OSPF, and over GRE I used Eigrp. Here is the config : SP Config : interface Ethernet0\/0ip address 192.168.0.1 255.255.255.252ip ospf network point-to-point!interface Ethernet0\/1ip address 192.168.1.1 255.255.255.252ip ospf network point-to-point!interface Ethernet0\/2ip address 192.168.2.1 255.255.255.252ip ospf [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1750","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=\/wp\/v2\/posts\/1750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1750"}],"version-history":[{"count":1,"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=\/wp\/v2\/posts\/1750\/revisions"}],"predecessor-version":[{"id":1756,"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=\/wp\/v2\/posts\/1750\/revisions\/1756"}],"wp:attachment":[{"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.balajibandi.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}