DMVPN Lab 8 : Phase 3 Dynamic Mapping

 LAB 8


Nah Pada phase 2 & phase 3 ini command nya tidak jauh berbeda. hanya saja pada phase 3 kita hanya, perlu menambahkan 2 command saja yaitu “Redirect & Shorcut” .

HUB

HUB(config)#int tun0 
HUB(config-if)#ip nhrp redirect 
HUB(config-if)#exit 

Spoke-1

Spoke-1(config)#int tun0 
Spoke-1(config-if)#ip nhrp redirect 
Spoke-1(config-if)#exit 

Sekarang kita akan lakukan verifikasi DMVPN nya,.

HUB

HUB#show dmvpn 
Legend: Attrb --> S - Static, D - Dynamic, I - Incomplete 
  N - NATed, L - Local, X - No Socket 
  # Ent --> Number of NHRP entries with same NBMA peer 
NHS Status: E --> Expecting Replies, R --> Responding, W --> Waiting 
============================================================== 
Interface: Tunnel0, IPv4 NHRP Details 
Type:Hub, NHRP Peers:2, 
 # Ent Peer NBMA Addr Peer Tunnel Add State UpDn Tm Attrb CCNP ENTERPRISE | SMK IDN BOARDING SCHOOL 265 
----- --------------- --------------- ----- -------- ----- 
 1 23.23.23.1...........................192.168.10.2 UP 00:45:14 D 
 1 24.24.24.1...........................192.168.10.3 UP 00:44:25 D 

Test ping

HUB

HUB#ping 192.168.10.2 
Type escape sequence to abort. 
Sending 5, 100-byte ICMP Echos to 192.168.10.2, timeout is 2 seconds: 
!!!!! 
Success rate is 100 percent (5/5), round-trip min/avg/max = 44/54/60 ms 

HUB#ping 192.168.10.3 
Type escape sequence to abort. 
Sending 5, 100-byte ICMP Echos to 192.168.10.3, timeout is 2 seconds: 
!!!!! 
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/51/76 ms


Comments