PHASE 3 DYNAMIC MAPPING - DMVPN #8

 

PHASE 3 DYNAMIC MAPPING - DMVPN

Alat dan Bahan :

  • Laptop / PC
  • EVE NG
          DMVPN PHASE 1
DMVPN (Dynamic Multipoint Virtual Private Network), secara gampang bisa dibilang sama dengan tunnel, bedanya, dia tidak menggunakan Remote & Local Address. DMVPN juga menggunakan media bernama HUB yang berfungsi sebagai media perputaran paket, sehingga lebih terenskripsi dibandingkan Tunnel biasa, di mana media perputarannya ialah ISP.

DMVPN memiliki 3 phase, pada lab kali ini saya akan melakukan phase 3.

perhatikan topologi berikut :


pertama yang harus dilakukan adalah pembuatan IP Address beserta IP Address, dan membuat default route menuju router internet,

HUB
R-4(config)#interface tunnel 1
R-4(config-if)#ip add 192.168.10.1 255.255.255.0
R-4(config-if)#tunnel mode gre multipoint
R-4(config-if)#tunnel source 30.30.30.2
R-4(config-if)#ip nhrp network-id 1
R-4(config-if)#ip nhrp authentication IDN
R-4(config-if)#ip nhrp map multicast dynamic

Spoke - 1
R-1(config)#int tunnel 1
R-1(config-if)#ip add 192.168.10.2 255.255.255.0
R-1(config-if)#tunnel mode gre multipoint
R-1(config-if)#tunnel source 10.10.10.1
R-1(config-if)#ip nhrp network-id 1
R-1(config-if)#ip nhrp authentication IDN
R-1(config-if)#ip nhrp map 192.168.10.1 30.30.30.2
R-1(config-if)#ip nhrp nhs 192.168.10.1
R-1(config-if)#ip nhrp map multicast 30.30.30.2

Spoke - 2
R-1(config)#int tunnel 1
R-1(config-if)#ip add 192.168.10.3 255.255.255.0
R-1(config-if)#tunnel mode gre multipoint
R-1(config-if)#tunnel source 20.20.20.1
R-1(config-if)#ip nhrp network-id 1
R-1(config-if)#ip nhrp authentication IDN
R-1(config-if)#ip nhrp map 192.168.10.1 30.30.30.2
R-1(config-if)#ip nhrp nhs 192.168.10.1
R-1(config-if)#ip nhrp map multicast 30.30.30.2


HUB
R-4(config)#interface tunnel 1
R-4(config-if)#ip nhrp redirect


Spoke - 1
R-1(config)#int tunnel 1
R-1(config)#ip nhrp shortcut

Spoke - 2
R-2(config)#int tunnel 1
R-2(config)#ip nhrp shortcut


Komentar

Postingan populer dari blog ini

EIGRP WITH DISTRIBUTE LIST - EIGRP #1

NAMED ACCESS LIST - ACESS LIST #5

WALLED GARDEN IP LIST - NETWORK MANAGEMENT MIKROTIK #11