Lab 11. IPv6 Tunnel Auto-Tunnel
Sebelum itu kita hapus dulu konfigurasi pada lab sebelumnya ya..
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 13
R1(config-if)#tunnel mode ipv6ip auto-tunnel
R1(config-if)#tunnel source 12.12.12.1
R1(config-if)#exit
R3
R3(config)#interface tunnel 31
R3(config-if)#tunnel mode ipv6ip auto-tunnel
R3(config-if)#tunnel source 23.23.23.3
R3(config-if)#exit
R1
R1(config)#do show ipv6 int brief
Tunnel13 [up/up]
FE80::C0C:C01
::12.12.12.1
R3
R3(config)#do show ipv6 int brief
Tunnel31 [up/up]
FE80::1717:1703
::23.23.23.3
R1
R1(config)#do ping ::23.23.23.3
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
R3(config)#do ping ::12.12.12.1
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
Cek interface Tunnel
R1
R1(config)#do show int tunnel 13 | i protocol
Tunnel13 is up, line protocol is up
Tunnel protocol/transport IPv6 auto-tunnel
0 unknown protocol drops
R3
R3(config)#do show int tunnel 31 | i protocol
Tunnel31 is up, line protocol is up
Tunnel protocol/transport IPv6 auto-tunnel
0 unknown protocol drops
Sekarang konfigurasi Routing nya.
R1
R1(config)#ipv6 route 3::3/128 ::23.23.23.3
R1(config)#do ping 3::3
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)#ipv6 route 1::1/128 ::12.12.12.1
R3(config)#do ping 1::1
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
Tidak ada komentar:
Posting Komentar