1.Konfigurasi Router
Router LAB A
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_A
LAB_A(config)#int fa 0/0
LAB_A(config-if)#ip add 192.5.5.1 255.255.255.0
LAB_A(config-if)#no sh
LAB_A(config-if)#exit
LAB_A(config)#int se 2/0
LAB_A(config-if)#ip add 201.100.11.2 255.255.255.0
LAB_A(config-if)#clock rate 9600
LAB_A(config-if)#no sh
LAB_A(config-if)#exit
LAB_A(config)#int fa 1/0
LAB_A(config-if)#ip add 205.7.5.1 255.255.255.0
LAB_A(config-if)#no sh
LAB_A(config-if)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_A#write mem
Building configuration...
[OK]
Lanjut ke Router LAB B
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_B
LAB_B(config)#int fa 0/0
LAB_B(config-if)#ip add 219.17.100.1 255.255.255.0
LAB_B(config-if)#no sh
LAB_B(config-if)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_B(config)#int se 3/0
LAB_B(config-if)#ip add 201.100.11.2 255.255.255.0
LAB_B(config-if)#no sh
LAB_B(config-if)#exit
LAB_B(config)#int se 2/0
LAB_B(config-if)#ip add 199.6.13.1 255.255.255.0
LAB_B(config-if)#clock rate 9600
LAB_B(config-if)#no sh
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LAB_B(config-if)#
LAB_B(config-if)#exit
LAB_B#write mem
Building configuration...
[OK]
Ayok dilanjut ROUTER LAB C
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_C
LAB_C(config)#int fa0/0
LAB_C(config-if)#ip add 223.8.151.1 255.255.255.0
LAB_C(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_C(config-if)#exit
LAB_C(config)#int se 2/0
LAB_C(config-if)#ip add 204.204.7.1 255.255.255.0
LAB_C(config-if)#no sh
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
LAB_C(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
LAB_C(config-if)#exit
LAB_C(config)#interface Serial3/0
LAB_C(config-if)#ip address 199.6.13.2 255.255.255.0
LAB_C(config-if)#clock rate 9600
LAB_C(config-if)#no sh
%LINK-5-CHANGED: Interface Serial3/0, changed state to down
LAB_C(config-if)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_C#write mem
Building configuration...
[OK]
Di lanjut ke ROUTER LAB_D
Router#en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_D
LAB_D(config)#int fa 0/0
LAB_D(config-if)#ip add 210.93.105.1 255.255.255.0
LAB_D(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_D(config)#exit
LAB_D(config)#int se 3/0
LAB_D(config-if)#ip add 204.204.7.2 255.255.255.0
LAB_D(config-if)#no sh
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
LAB_D(config-if)#exit
LAB_D(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
LAB_D#
%SYS-5-CONFIG_I: Configured from console by console
LAB_D#write mem
Building configuration...
[OK]
Next ROUTER LAB E
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_E
LAB_E(config)#int fa0/0
LAB_E(config-if)#ip add 210.93.105.2 255.255.255.0
LAB_E(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_E(config-if)#exit
LAB_E(config)#exit
LAB_E#
%SYS-5-CONFIG_I: Configured from console by console
LAB_E#write mem
Building configuration...
[OK]
2. Tahap berikutnya setting IP Route
IP ROUTE LAB A
LAB_A(config)#ip route 219.17.100.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 199.6.13.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 223.8.151.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 204.204.7.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 210.93.105.0 255.255.255.0 201.100.11.2
LAB_A(config)#^Z
LAB_A#
%SYS-5-CONFIG_I: Configured from console by console
LAB_A#write mem
Building configuration...
[OK]
IP ROUTE LAB B
LAB_B(config)#ip route 205.7.5.0 255.255.255.0 201.100.11.1
LAB_B(config)#ip route 192.5.5.0 255.255.255.0 201.100.11.1
LAB_B(config)#ip route 223.8.151.0 255.255.255.0 199.6.13.2
LAB_B(config)#ip route 204.204.7.0 255.255.255.0 199.6.13.2
LAB_B(config)#ip route 210.93.105.0 255.255.255.0 199.6.13.2
LAB_B(config)#^Z
LAB_B#
%SYS-5-CONFIG_I: Configured from console by console
LAB_B#write mem
Building configuration...
[OK]
IP ROUTE LAB C
LAB_C(config)#ip route 219.17.100.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 201.100.11.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 192.5.5.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 205.7.5.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 210.93.105.0 255.255.255.0 204.204.7.2
LAB_C(config)#^Z
LAB_C#
%SYS-5-CONFIG_I: Configured from console by console
LAB_C#write mem
Building configuration...
[OK]
IP ROUTE LAB D
LAB_D(config)#ip route 223.8.151.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 199.6.13.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 219.17.100.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 201.100.11.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 192.5.5.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 205.7.5.0 255.255.255.0 204.204.7.1
LAB_D(config)#^Z
LAB_D#
%SYS-5-CONFIG_I: Configured from console by console
LAB_D#write mem
Building configuration...
[OK]
IP ROUTE LAB E
LAB_E(config)#ip route 204.204.7.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 223.8.151.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 199.6.13.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 219.17.100.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 201.100.11.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 192.5.5.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 205.7.5.0 255.255.255.0 210.93.105.1
LAB_E(config)#^Z
LAB_E#
%SYS-5-CONFIG_I: Configured from console by console
LAB_E#write mem
Building configuration...
[OK]
3.Konfigurasi IP PC

UJI KONEKSI ANTAR PC
Kamis, Desember 01, 2011
//
Label:
Tugas Jarkom II
//
0
komentar
//
0 komentar to "IP ROUTE STATIS"
Gunakan WaktuMu
Followers
Jumlah Pengunjung
Blog Archive
Kategori
- Cobak (1)
- fb timeline (1)
- games (1)
- IT (1)
- Jarkom 1 (3)
- Materi (1)
- MATLAB (1)
- Relaksasi (1)
- Tugas (1)
- Tugas Jarkom ( P ) (1)
- Tugas Jarkom 1 (7)
- Tugas Jarkom II (1)
- Tugas jarkom II RIP Ver 2 (1)
- Tugas Jarkom3 (5)
Popular Posts
-
Latihan Soal Jaringan Komputer 3 1. Berdasarkan pada kondisi yang ditunjukkan oleh gambar, manakah pernyataan berikut yang ben...
-
RSJK Nirkabel Hotspot Area di SMP Negeri 1 Karanganyar A. LATAR BELAKANG Dewasa ini dunia pend...
-
Konfigurasi topologi Soal : 1. Membuat ACLs dimana net 10.0 tidak boleh di akses oleh net 40.0 2. Komputer yang ip...
-
Hmmmm....daripada mlpongo mending posting tugasnya Om Jack ..hehe Materi tentang Routing Information Protocol (RIP) Version 2 Konfigur...
-
Konfigurasi dengan Statis Route Setting Router1 Router>En Router#conf t Enter configuration commands, one per line. End ...
About Us























Posting Komentar