Blogger Widgets
Hay friends, Dengerin lagu yuks
Hehehehe ..
Hay,Saya Willy D. Winas
Nama asli saya Willy Winas Permata
Prodi Pendidikan Teknik Informatika dan Komputer
NIM/BP : 1102671/2011
Welcome to my blog :D
Hopefully all useful
Thank you .




Sabtu, 03 Mei 2014

OSPF Version 3



OSPF Version 3 adalah routing protocol OSPF yang support digunakan pada IPv6.

Mari kita ngelab dg OSPF V3 dan IPv6, topologinya seperti di bawah ini.


Petunjuk Lab
1. Hidupkan fungsi ipv6

R1-R3(config)#ipv6 unicast-routing
2. Set IPv6 pada interface






3. Set router OSPFv3 pada interface






Hasil show run nya adalah sebagai berikut

Router R1

ipv6 unicast-routing (untuk mengaktifkan fitur IPv6 pada router, krn secara default tidak aktif)

interface Loopback0
no ip address
ipv6 address 1::1/128 (/128 bila di ipv4 itu /32)
ipv6 ospf 1 area 0 (memasukkan interface loopback ke routing ospf v3 area 0)
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 12::1/126 (/126 bila di ipv4 itu /30)
ipv6 ospf 1 area 0
!
ipv6 router ospf 1 (mengaktifkan router ospfv3)
router-id 1.1.1.1 (router-id ospfv3 router 1, boleh bebas tp wajib diisi)



Router R2

ipv6 unicast-routing

interface Loopback0
no ip address
ipv6 address 2::2/128
ipv6 ospf 1 area 0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 12::2/126
ipv6 ospf 1 area 0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
ipv6 address 23::1/126
ipv6 ospf 1 area 0
!
ipv6 router ospf 1
router-id 2.2.2.2



Router R3

ipv6 unicast-routing

interface Loopback0
no ip address
ipv6 address 3::3/128
ipv6 ospf 1 area 0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 23::3/126
ipv6 ospf 1 area 0
!
ipv6 router ospf 1
router-id 3.3.3.3


Verifikasi

Lihat database ospfnya, terliah router-id sudah muncul



Lakukan ping ke semua ip loopback router, pastikan sudah reply.



lihat routing tabelnya, terlihat sudah ada semua IP tujuan. Dan tipenya sudah “O” berarti sudah menggunakan OSPF.



Terakhir, lakukan traceroute untuk melihat lewat jalur mana saja trafiknya. ^_^



Tidak ada komentar:

Posting Komentar