Lab 24. IPv6 Tunnel IPv6IP

Rabu, 12 Februari 2014

Lab 24. IPv6 Tunnel IPv6IP


Sejak IPv4 dan IPv6 tidak compatible satu sama lain kita butuh rencana lain.. Satu teknik yang dapat kita pakai adalah tunneling..



IDN1

interface Loopback0
ipv6 address 1::1/128
!
interface FastEthernet0/0
ip address 12.12.12.1 255.255.255.0
!
router rip
network 12.0.0.0


IDN2

interface FastEthernet0/0
ip address 12.12.12.2 255.255.255.0
!
interface FastEthernet0/1
ip address 23.23.23.2 255.255.255.0
!
router rip
network 12.0.0.0
network 23.0.0.0


IDN3

interface Loopback0
ipv6 address 3::3/128
!
interface FastEthernet0/1
ip address 23.23.23.3 255.255.255.0
!
router rip
network 23.0.0.0

Sekarang konfigurasi tunnelnya di router IDN1 dan IDN3..

IDN1

interface Tunnel13
ipv6 address 13::1/64
tunnel source 12.12.12.1
tunnel mode ipv6ip
tunnel destination 23.23.23.3

IDN3

interface Tunnel13
ipv6 address 13::3/64
tunnel source 23.23.23.3
tunnel mode ipv6ip
tunnel destination 12.12.12.1



Ping intrface tunnel sukses, lalu buat static route untuk loopback


IDN1
ipv route 3::3/128 13::3

IDN3
ipv route 1::1/128 13::1



Ping ke loopback IDN3 sukses

0 komentar :

Posting Komentar