Senin, 21 November 2016

OSPF

OSPF 
Nama :Anggita Tri Widiastuti
Konfigurasi OSPF
Tanggal :Selasa, 22 Nov 2016
Kelas : XII TKJ 2


SK/SD:
No. Job : 17


Guru: Maman Hariana S.kom


TOPOLOGI
TUJUAN KONFIGURASI
Merupakan protokol routing link state dan digunakan untuk menghubungkan router-router yang berada dalam satu Autonomous System (AS) sehingga protokol routing ini termasuk juga kategori Interior Gateway Protocol (IGP).
LANGKAH - LANGKAH :

Ip address 
PC0 : 192.168.10.2/24, gateway 192.168.10.1
PC1 : 192.168.20.2/24, gateway 192.168.20.1
R1 : fa0/0 => 10.10.10.1/30, fa0/1 => 192.168.10.1/24
R2 : fa0/0 => 10.10.10.2/30, fa0/1 => 192.168.20.1/24
Setting R1 
R1#enable
R1#configure terminal
Enter configuration commands, one per line. End withb CNTL/Z
R1(config)#int fa0/0
R1(config-if)#ip address 10.10.10.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#int fa0/1
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#exit
R1(config)#router ospf 10
R1(config-router)#network 10.10.10.0 0.0.0.255 area 0
R1(config-router)#network 192.168.10.0 0.0.0.255 area 0
R1(config-router)#exit
R1(config)#do wr
Building configuration...
[OK]
 
Setting R2
R2#enable
R2#configure terminal
Enter configuration commands, one per line. End withb CNTL/Z
R2(config)#int fa0/0
R2(config-if)#ip address 10.10.10.2 255.255.255.0
R2(config-if)#no sh
R2(config-if)#int fa0/1
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no sh
R2(config-if)#exit
R2(config)#router ospf 10 
R2(config-router)#network 10.10.10.0 0.0.0.255 area 0
R2(config-router)#network 192.168.20.0 0.0.0.255 area 0
R2(config-router)#exit
R2(config)#do wr
Building configuration...
[OK]
 
TES KONFIGURASI 
 



Tidak ada komentar:

Posting Komentar