0% found this document useful (0 votes)
23 views4 pages

Job Sheet Router

Job Sheet Konfigurasi Router Dynamic Full Version

Uploaded by

Yori Eko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views4 pages

Job Sheet Router

Job Sheet Konfigurasi Router Dynamic Full Version

Uploaded by

Yori Eko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

JOB SHEET

Judul
Waktu
Tugas
Fasilitator

:
:
:
:

Konfigurasi Router RIP Dynamic


4 jam x 45 menit
1. Yori Eko Setiyo 2. Yudi Gintara
Lukman

Step 1
Pelajari GambarBerikut,
identifikasi alamat IP,
Nama router/
Hostname, Password,
Telnet.

Catatan :
R1700
Se0/0/0 :
172.18.1.1/16
Fa0/0
:
198.168.1.1
Nama : Hub 0
Nama : Laptop 0
IP
:
198.168.1.2
Nama : Laptop 1
IP
:
198.168.1.3
R2600
Se0/1
:
172.18.1.2/16
Fa0/0
:
197.168.1.1
Nama : Hub 1
Nama : PC 0
IP
:
197.168.1.2
Nama : PC 1
IP
:
197.168.1.3

Step 2
Indentifikasi dan catat
Kebutuhan Bahan Yang
akan digunakan

Step 3
Identifikasi dan catat
kebutuhan alat yang
akan digunakan

Bahan yang dibutuhkan


No
NamaBahan
1

Router

2
3

Kabel Console
Laptop

PC

5
Hub
6
Kabel Straight
7
Kabel Serial DCE DTE
8
Konektor RJ-45
9
Konektor RS232
Alat yang dibutuhkan
No
NamaAlat
1
2
3
4
5

Crimping Tool
Tang
Obeng

Spesifikasi
Cisco R1700 dan Cisco
R2600
5Meter/kabel, Total = 10 M
Intel Core I5 3,5GhZ 4 GB
RAM 5000 GB HDD
Intel Core I3 3,5Ghz 4GB
RAM 5000 GB HDD
Hub-PT
5Meter/kabel, Total = 30 M
1Meter
Merk Belden
Merk Bafo
Spesifikasi

Quantit
y
2
2
2
3
2
6
1
12
4
Quantit
y
2
2
2

6
7
8
9
10
Step 4
Install semua interface
sesuaikebutuhandanten
tukan media yang
digunakan

PC 0 IP
: 197.168.1.2
PC 1 IP
: 197.168.1.3
Laptop 0 IP : 198.168.1.2
Laptop 1 IP : 198.168.1.3

Step 5
Konfigurasi Hostname,
IP Serial, IP Fast
Ethernet, Telnet, IP
secara Dynamic RIP
untuk masing2 Router

Konfigurasi Router R1700:


Hostname dan Password :
Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Yori
Yori(config)#username Yori password cisco
Yori(config)#enable secret cisco
Yori(config)#exit
Yori#
%SYS-5-CONFIG_I: Configured from console by console
IP Fast Ethernet :
Yori#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yori(config)#interface FastEthernet 0/0
Yori(config-if)#ip address 198.168.1.1 255.255.255.0
Yori(config-if)#no shutdown
Yori(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up
Yori#
%SYS-5-CONFIG_I: Configured from console by console
IP Serial :
Yori#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yori(config)#interface serial0/0/0
Yori(config-if)#ip address 172.18.1.1 255.255.0.0
Yori(config-if)#no shutdown
Yori(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0,
changed state to up

Konfigurasi Router R2600:


Hostname dan Password:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Yudi
Yudi(config)#username Yudi password konde

Router R1700
Se 0/0/0 :
172.18.1.1
Fa 0/0/0:
198.168.1.1
Router R2600
Se 0/0/0:
172.18.1.2
Fa 0/0/0:
197.168.1.1

Yudi(config)#enable secret konde


Yudi(config)#exit
Yudi#
%SYS-5-CONFIG_I: Configured from console by console
IP Serial :
Yudi#
Yudi#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yudi(config)#int s0/1
Yudi(config-if)#ip address 172.18.1.2 255.255.0.0
Yudi(config-if)#no shut
Yudi(config-if)#
%LINK-5-CHANGED: Interface Serial0/1, changed state to up
Yudi(config-if)#exit
Yudi(config)#
IP Fast Ethernet :
Yudi#
Yudi#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yudi(config)#int fa0/0
Yudi(config-if)#ip add 197.168.1.1 255.255.255.0
Yudi(config-if)#no shut
Yudi(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,
changed state to up
Yudi(config-if)#exit
Yudi(config)#

Konfigurasi Telnet
R1700
Yori>en
Password:
Yori#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yori(config)#line vty 0 4
Yori(config-line)#password cisco
Yori(config-line)#login
Yori(config-line)#exit
Yori(config)#enable password cisco
Yori(config)#exit
Yori#
%SYS-5-CONFIG_I: Configured from console by console
Yori#

R2600
Yudi>en
Password:
Yudi#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yudi(config)#line vty 0 4
Yudi(config-line)#password konde
Yudi(config-line)#login
Yudi(config-line)#exit
Yudi(config)#enable password konde
Yudi(config)#exit
Yudi#

Step 6
Test konektifitas
dengan perintah PING
secara beraturan

Step 7
Konfigurasi Routing RIP
pada router1700 dan
2600

%SYS-5-CONFIG_I: Configured from console by console


1. L 0 ke L 1
= L 0>ping 198.168.1.3
2. L 0 ke R1700
= L 0>ping 198.168.1.1
3. L 1 ke L 0
= L 1>ping 198.168.1.2
4. R1700 ke L 0
= R1700>ping 198.168.1.2
5. R1700 ke R2600 = R1700>ping 197.168.1.1
6. PC 0 ke PC 1
= PC 0>ping 197.168.1.3
7. PC 1 ke PC 0
= PC 1>ping 197.168.1.2
8. PC 0 ke R2600
= PC 0>ping 197.168.1.1
9. R2600 ke PC 0
= R2600>ping 197.168.1.2
Konfigurasi Routing R1700
Yori>en
Password:
Yori#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yori(config)#router rip
Yori(config-router)#network 198.168.1.0
Yori(config-router)#network 172.18.1.0
Yori(config-router)#

1.
2.
3.
4.
5.
6.
7.
8.
9.

success
success
success
success
success
success
success
success
success

Konfigurasi Routing R2600

Step 8
Test Konektifitas

Yudi>en
Password:
Yudi#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Yudi(config)#router rip
Yudi(config-router)#network 197.168.1.0
Yudi(config-router)#network 172.18.1.0
Yudi(config-router)#
1. L 0 ke PC 0
= L 0>ping 197.168.1.2
2. L 1 ke PC 1
= L 1> ping 197.168.1.3
3. PC 1 ke R1700 = PC>ping 198.168.1.1
4. R1700 ke PC 1 = R1700>ping 197.168.1.3

1.
2.
3.
4.

Jam Mulai
:
Jam Berakhir :
Nilai Attitude:
NilaiKinerja :
DiperiksadanDinilaioleh :

(
Yudi

Lukman
)

Dibuatoleh :
Nama dan tandatangan

Yori

)(

success
success
success
success

You might also like