Pages

Monday 18 May 2015



Nama     :  Nur Aini
No         :  24
Kelas            :  XI TIE
LAPORAN PRAKTIKUM
                             Dynamic Routing - EIGRP



1.     Konfigurasi pada PC
-         PC 0
Ip address                 : 192.168.1.2
Subnet mask  : 255.255.255.0
Gateway                   : 192.168.1.1

-         PC 1
Ip address                 : 192.168.5.2
Subnet mask  : 255.255.255.0
Gateway                   : 192.168.5.1

-         PC 2
Ip address                 : 192.168.3.2
Subnet mask  : 255.255.255.0
Gateway                   : 192.168.3.1

2.     Konfigurasi CLI pada Router

-         Router 0
>no
#en
#conf t
#hostname R1
#enable password 123456
#int fa0/0
#ip add 192.168.1.1 255.255.255.0
#no shut
#int se0/0/0
#ip add 192.168.2.1 255.255.255.0
#no shut
#clock rate ?
#clock rate 64000
#no shut
#int se0/0/1
#ip add 192.168.6.2 255.255.255.0
#no shut
#exit
R1 (config) #router eigrp 10
R1(config-router) #net 192.168.1.0 0.0.0.255
R1(config-router) #net 192.168.2.0 0.0.0.255
R1(config-router) #net 192.168.3.0 0.0.0.255
R1(config-router) #net 192.168.4.0 0.0.0.255
R1(config-router) #net 192.168.5.0 0.0.0.255
R1(config-router) #net 192.168.6.0 0.0.0.255

-         Router 1
>no
#en
#conf t
#hostname R2
#enable password 123456
#int fa0/0
#ip add 192.168.3.1 255.255.255.0
#no shut
#int se0/0/0
#ip add 192.168.4.1 255.255.255.0
#no shut
#clock rate ?
#clock rate 64000
#no shut
#int se0/0/1
#ip add 192.168.2.2 255.255.255.0
#no shut
#exit
R2 (config) #router eigrp 10
R2(config-router) #net 192.168.1.0 0.0.0.255
R2(config-router) #net 192.168.2.0 0.0.0.255
R2(config-router) #net 192.168.3.0 0.0.0.255
R2(config-router) #net 192.168.4.0 0.0.0.255
R2(config-router) #net 192.168.5.0 0.0.0.255
R2(config-router) #net 192.168.6.0 0.0.0.255




-         Router 2
>no
#en
#conf t
#hostname R3
#enable password 123456
#int fa0/0
#ip add 192.168.5.1 255.255.255.0
#no shut
#int se0/0/0
#ip add 192.168.6.1 255.255.255.0
#no shut
#clock rate ?
#clock rate 64000
#no shut
#int se0/0/1
#ip add 192.168.4.2 255.255.255.0
#no shut
#exit
R3(config) #router eigrp 10
R3(config-router) #net 192.168.1.0 0.0.0.255
R3(config-router) #net 192.168.2.0 0.0.0.255
R3(config-router) #net 192.168.3.0 0.0.0.255
R3(config-router) #net 192.168.4.0 0.0.0.255
R3(config-router) #net 192.168.5.0 0.0.0.255
R3(config-router) #net 192.168.6.0 0.0.0.255









3.     Koneksi antar PC
Menggunakan command prompt pada setiap PC
-         ping 192.168.1.2                (hasilnya TTL)
-         ping 192.168.3.2                (hasilnya TTL)
-         ping 192.168.5.2                (hasilnya TTL)

4.     Kesimpulan
Apabila sudah di ping semua maka konfigurasi dan setiap pc sudah dapat saling terhubung.
Dan saya sudah berhasil mengerjakan praktikum dan laporan Routing-EIGRP J (Y)


hasil praktikum eigrp dapat diunduh di sini

0 comments:

Post a Comment