ipv6 Lab 11 : IPV6 Tunnel Auto-Tunnel
LAB 11
Topologi yang digunakan masih sama dengan Lab sebelumnya. Hapusss terlebih dahulu ya interface tunnel dan routing static nya.
R1 dan R3
R1(config)#no interface tunnel 13
R1(config)#no ipv6 route 3::3/128 13::5EFE:1717:1703
R3(config)#no interface tunnel 31
R3(config)#no ipv6 route 1::1/128 13::5EFE:C0C:C01
R1
R1(config)#interface tunnel 13R1(config-if)#tunnel mode ipv6ip auto-tunnel
R1(config-if)#tunnel source 12.12.12.1
R1(config-if)#exit
R3(config)#interface tunnel 31 R3
R3(config-if)#tunnel mode ipv6ip auto-tunnel
R3(config-if)#tunnel source 23.23.23.3
R3(config-if)#exit
R1(config)#do show ipv6 int brief R1
Tunnel13 [up/up]
FE80::C0C:C01
::12.12.12.1
R3(config)#do show ipv6 int brief R3
Tunnel31 [up/up]
FE80::1717:1703
::23.23.23.3
R1(config)#do ping ::23.23.23.3 R1
Sending 5, 100-byte ICMP Echos to ::23.23.23.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/28/52 ms
R3(config)#do ping ::12.12.12.1 R3
Sending 5, 100-byte ICMP Echos to ::12.12.12.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/18/36 ms
R1(config)#do show int tunnel 13 | i protocol Cek interface Tunnel
R1
Tunnel13 is up, line protocol is up
Tunnel protocol/transport IPv6 auto-tunnel
0 unknown protocol drops
R3(config)#do show int tunnel 31 | i protocol R3
Tunnel31 is up, line protocol is up
Tunnel protocol/transport IPv6 auto-tunnel
0 unknown protocol drops
R1(config)#ipv6 route 3::3/128 ::23.23.23.3 Sekarang kita akan konfigurasi Routing nya
R1
R1(config)#do ping 3::3
Sending 5, 100-byte ICMP Echos to 3::3, timeout is 2 seconds:
!!!!!
R3(config)#ipv6 route 1::1/128 ::12.12.12.1 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 = 24/42/60 ms
R3
R3(config)#do ping 1::1
Sending 5, 100-byte ICMP Echos to 1::1, timeout is 2 seconds:
!!!!!
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 = 24/40/48 ms
Comments
Post a Comment