Lab 28. IPv6 Tunnel Auto Tunnel

Rabu, 12 Februari 2014

Lab 28. IPv6 Tunnel Auto Tunnel


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 Tunnel10003
tunnel source 12.12.12.1
tunnel mode ipv6ip auto-tunnel

IDN2


interface Tunnel30001
tunnel source 23.23.23.3
tunnel mode ipv6ip auto-tunnel



IP router IDN1



 IP router IDN3

Membuat static route ke loopback

IDN1
ipv6 route 3::3/128 ::23.23.23.3

IDN2
ipv6 route 1::1/128 ::12.12.12.1




Ping ke loopback IDN3 sukses...

0 komentar :

Posting Komentar