Lab 26. IPv6 Tunnel 6to4

Rabu, 12 Februari 2014

Lab 26. IPv6 Tunnel 6to4



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


Buat tunnel di IDN1 dan IDN3

IDN1

interface Tunnel103
ipv6 address 2002:C0C:C01::1/64
tunnel source 12.12.12.1
tunnel mode ipv6ip 6to4

IDN3

interface Tunnel301
ipv6 address 2002:1717:1703::3/64
tunnel source 23.23.23.3
tunnel mode ipv6ip 6to4



Cek tunnel mode "sh ipv6 int tunn 301" dan buat static route


 
IDN1
ipv6 route 3::3/128 2002:1717:1703::3


IDN3
ipv6 route 1::1/128  2002:C0C:C01::1






Sukses

0 komentar :

Posting Komentar