IPv6
Tunnel GRE IP
Materi ini
adalah materi lanjutan mengenai tunneling.. oiya untuk konfigurasi di lab ini…
ada kaitannya pada lab di materi sebelumnya.. Jadi teman – teman yang ingin
membaca materi ini, silahkan teman – teman bisa membaca terlebih dahulu materi
yang sebelumnya.
Dan disini saya tidak lagi mengkonfigurasi IP nya yaaa.. supaya menghemat waktu juga.. untuk pemahaman tentang tunnel, konfigurasi IP dan konfigurasi dasar nya teman – teman bisa melihat di materi sebelumnya…
👉https://insinyurbocah2109.blogspot.com/2020/10/ipv6-tunnel-ipv6ip-assalamualaikum.html
*Oke lah yaaa
disini saya langsung memberikan topologinya dan konfigurasnya
TOPOLOGI =
Hapus terlebih dahulu
konfigurasi tunnel mode ipv6 ip pada interface tunnel R1 dan R2 karena by
default interface tunnel jika tidak di define manual, maka tunnel modenya
adalah GRE.
R1
R1#conf t
Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#
R1(config)#int tu 0
R1(config-if)#no tunnel mode ipv6ip
R1(config-if)#exit
R1(config-if)#no tunel mode ipv6ip
R1(config-if)#exit
R3
R3#conf t
Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#
R3(config)#int tu 0
R3(config-if)#no tunnel mode ipv6ip
R3(config-if)#exit
Nah gitu doang dah... sekarang tinggal cek.. udah ganti belom ke GRE...
R1
R1(config)#do show int tu 0 | i protocol
Tunnel0 is up, line protocol is up
Tunnel protocol/transport GRE/IP
0 unknown protocol drops
R3
R3(config)#do show int tu 0 | i protocol
Tunnel0 is up, line protocol is up
Tunnel protocol/transport GRE/IP
0 unknown protocol drops
Seperti biasanya terakhir waktunya cek PING!!
R1
R1#ping 3::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 23/26/34 ms
R3
R3#ping 1::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 23/26/34 ms
DONEE😊😊😊😊
0 comments:
Post a Comment