Phase 2 Dynamic Mapping With EIGRP
Assalamualaikum temen - temen.. kembali lagi di blogg saya, dan terimakasih telah berkunjung di blogg saya, pada kali ini kita masih membahas bab mengenai VPN yaaa dan lebih tepatnya adalah Phase 2 Dynamic Mapping With EIGRP... sebenarnya disini sama saja dengan lab sebelumnya... hanya saja disini kita menggunakan routing EIGRP...
Karena ini adalah lab lanjutan jadi saya hanya melakukan konfigurasi yang hanya ada pada lab ini saja, jika temen - temen ingin melihat konfigurasi sebelumnya ato konfigurasi dasarnya... bisa dilihat di link dibawah =
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-gre-tunnel.html
BELAJAR VPN ( GRE TUNNEL ) - Lab 1 VPN
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-ipsec-tunnel-mode.html
BELAJAR VPN ( IPSEC Tunnel Mode ) - Lab 2 VPN
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-bgp-dmvpn.html
BELAJAR VPN ( DMVPN ) - Lab 3 VPN
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-phase-1-dynamic-mapping.html
BELAJAR VPN ( Phase 1 Dynamic Mapping With EIGRP ) - Lab 4 VPN
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-phase-1-dynamic-mapping_9.html
BELAJAR VPN ( Phase 1 Dynamic Mapping With OSPF ) - Lab 5 VPN
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-phase-1-with-ipsec.html
BELAJAR VPN ( Phase 1 With IPsec )
👉https://insinyurbocah2109.blogspot.com/2020/11/belajar-vpn-phase-2-dynamic-mapping.html
BELAJAR VPN ( Phase 2 Dynamic Mapping )
Oke... tanpa basa - basi lagi langsung kita cuss ke konfigurasinyaaa
TOPOLOGI =
R1
HUB#
HUB(config)#rou
HUB(config)#router eigrp 12
HUB(config-router)#net
HUB(config-router)#network 1.1.1.1 0.0.0.0
HUB(config-router)#net 192.168.10.1 0.0.0.0
HUB(config-router)#no au
HUB(config-router)#no auto-summary
HUB(config-router)#exit
HUB(config)#
R3
Spoke-1(config)#ro
Spoke-1(config)#router eigrp 12
Spoke-1(config-router)#net 2.2.2.2 0.0.0.0
Spoke-1(config-router)#net 192.168.10.2 0.0.0.0
Spoke-1(config-router)#no au
Spoke-1(config-router)#no auto-summary
R4
Spoke-2(config)#rout eig 12
Spoke-2(config-router)#net 3.3.3.3 0.0.0.0
Spoke-2(config-router)#net 192.168.10.3 0.0.0.0
Spoke-2(config-router)#no auto-sum
Spoke-2(config-router)#exit
Spoke-2(config)#
Sekarang kita lakukan pengecekkan!!!!!.....
R1
HUB(config)#do sh ip eigrp neigh eigrp
IPv4 Neighbors for AS(12)
HAddress Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.10.3 Tu0 12 00:05:13 82 1434 0 3
0 192.168.10.2 Tu0 14 00:05:87 64 1434 0 4
R1
HUB(config)#show ip route eigrp
Gateway of last resort is 12.12.12.2 to network 0.0.0.0
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/27008000] via 192.168.10.2, 00:18:49, Tunnel0
3.0.0.0/32 is subnetted, 1 subnets
D 3.3.3.3 [90/27008000] via 192.168.10.3, 00:18:31, Tunnel0
R3
Spoke-1(config)#do sh ip route eigrp
1.0.0.0/32 is subnetted, 1 subnets
D 1.1.1.1 [90/27008000] via 192.168.10.1, 00:22:14, Tunnel0
R4
Spoke-2#show ip route eigrp
1.0.0.0/32 is subnetted, 1 subnets
D 1.1.1.1 [90/27008000] via 192.168.10.1, 00:27:05, Tunnel0
Dapat dilihat bahwa routing table eigrp masih belum lengkap. hal ini terjadi adanya split horizon karena routing protocol distance vector defaultnya menerapkan split horizon dimana router tidak akan mengadvertise network di dalam interface yang sama. Maka itu kita perlu disable kan split horizon nya.....
R1
HUB(config)#int tu 0
HUB(config-if)#no ip split-
HUB(config-if)#no ip split-horizon eig 12
R3
Spoke-1#sh ip route eigrp
1.0.0.0/32 is subnetted, 1 subnets
D 1.1.1.1 [90/27008000] via 192.168.10.1, 00:33:14, Tunnel0
3.0.0.0/32 is subnetted, 1 subnets
D 3.3.3.3 [90/28288000] via 192.168.10.1, 00:00:07, Tunnel0
R4
Spoke-2
Spoke-2#show ip route eigrp
1.0.0.0/32 is subnetted, 1 subnets
D 1.1.1.1 [90/27008000] via 192.168.10.1, 00:39:22, Tunnel0
2.0.0.0/32 is subnetted, 1 subnets
D 2.2.2.2 [90/28288000] via 192.168.10.1, 00:17:31, Tunnel0
TEST PING........
R3
Spoke-1(config)#do ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 30/58/83 ms
DONE!!!!😊😊😊
TERIMAKASIH
WASSALAMUALAIKUM WR.WB
0 comments:
Post a Comment