Lab 27. IPv6 Tunnel ISATAP

Rabu, 12 Februari 2014

Lab 27. IPv6 Tunnel ISATAP




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 Tunnel1003
ipv6 address 31::/64 eui-64
tunnel source 12.12.12.1
tunnel mode ipv6ip isatap

IDN3
interface Tunnel3001
ipv6 address 31::/64 eui-64
tunnel source 23.23.23.3
tunnel mode ipv6ip isatap






Setelah dibuat tunnel next static routenya

IDN1
ipv6 route 3::3/128 31::5EFE:1717:1703

IDN3
ipv6 route 1::1/128 31::5EFE:C0C:C01




 Ok berhasil

0 komentar :

Posting Komentar