Langsung ke konten utama

Tugas Jaringan Komputer IV (Lanjutan)

(Individual Route vs Summarized Route - Pertemuan 2)
Postingan ini adalah lanjutan dari postingan yang kemaren pagi....


Gambar 1 - Cisco Packet Tracer
Konfigurasi Summerize - Tugas Jarkom IV (1)



Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R1-Jsudji
R1-Jsudji(config)#
R1-Jsudji(config)#
R1-Jsudji(config)#^Z
R1-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1-Jsudji(config)#inter fa0/0
R1-Jsudji(config-if)#ip addr 172.18.0.0 255.255.0.0
Bad mask /16 for address 172.18.0.0
R1-Jsudji(config-if)#ip addr 172.18.1.0 255.255.0.0
R1-Jsudji(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R1-Jsudji(config-if)#exit
R1-Jsudji(config)#inter fa0/1
%Invalid interface type and number
R1-Jsudji(config)#inter fa1/0
R1-Jsudji(config-if)#ip addr 172.19.1.0 255.255.0.0
R1-Jsudji(config-if)#no shut


R1-Jsudji(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
exit
R1-Jsudji(config)#inter se2/0
R1-Jsudji(config-if)#ip addr 172.17.1.0 255.255.0.0
R1-Jsudji(config-if)#clock rate 9600
R1-Jsudji(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
R1-Jsudji(config-if)#exit
R1-Jsudji(config)#exit

%SYS-5-CONFIG_I: Configured from console by console
R1-Jsudji#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.18.0.0/16 is directly connected, FastEthernet0/0
C    172.19.0.0/16 is directly connected, FastEthernet1/0
R1-Jsudji#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1-Jsudji(config)#ip rout 172.16.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#ip rout 10.1.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#ip rout 10.2.0.0 255.255.0.0 172.17.0.0
R1-Jsudji(config)#^Z
R1-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
exit
R1-Jsudji>ping 172.16.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms

R1-Jsudji>ping 10.1.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 46/55/62 ms

R1-Jsudji>



Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R2-Jsudji
R2-Jsudji(config)#conf t
%Invalid hex value
R2-Jsudji(config)#inter fa0/0
R2-Jsudji(config-if)#ip addr 172.16.1.0 255.255.0.0
R2-Jsudji(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2-Jsudji(config)#inter se2/0
R2-Jsudji(config-if)#ip addr 172.17.2.0 255.255.0.0
R2-Jsudji(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route


Gateway of last resort is not set


C    172.16.0.0/16 is directly connected, FastEthernet0/0
R2-Jsudji#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
R2-Jsudji#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, FastEthernet0/0
C    172.17.0.0/16 is directly connected, Serial2/0
R2-Jsudji#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2-Jsudji(config)#ip rout 172.18.0.0 255.255.0.0
% Incomplete command.
R2-Jsudji(config)#ip rout 172.18.0.0 255.255.0.0 172.17.0.0
R2-Jsudji(config)#ip rout 172.19.0.0 255.255.0.0 172.17.0.0
R2-Jsudji(config)#ip rout 10.1.0.0 255.255.0.0 10.2.0.0
R2-Jsudji(config)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, FastEthernet0/0
C    172.17.0.0/16 is directly connected, Serial2/0
S    172.18.0.0/16 [1/0] via 172.17.0.0
S    172.19.0.0/16 [1/0] via 172.17.0.0
R2-Jsudji#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2-Jsudji(config)#inter se3/0
R2-Jsudji(config-if)#ip addr 10.2.1.0 255.255.0.0
R2-Jsudji(config-if)#clock rate 9600
R2-Jsudji(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
R2-Jsudji(config-if)#^Z
R2-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R2-Jsudji#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    172.16.0.0/16 is directly connected, FastEthernet0/0
C    172.17.0.0/16 is directly connected, Serial2/0
S    172.18.0.0/16 [1/0] via 172.17.0.0
S    172.19.0.0/16 [1/0] via 172.17.0.0
R2-Jsudji#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up

R2-Jsudji#ping 172.18.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms

R2-Jsudji#ping 172.19.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.19.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/25/32 ms

R2-Jsudji#ping 10.1.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 19/29/32 ms

R2-Jsudji#



Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R3-Jsudji
R3-Jsudji(config)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3-Jsudji(config)#inter fa0/0
R3-Jsudji(config-if)#ip addr 10.1.1.0 255.255.0.0
R3-Jsudji(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R3-Jsudji(config-if)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3-Jsudji(config-if)#ip address 10.2.2.0 255.255.0.0
R3-Jsudji(config-if)#no shut
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

R3-Jsudji(config-if)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R3-Jsudji#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3-Jsudji(config)#ip rout 172.16.0.0 255.252.0.0 10.2.0.0
R3-Jsudji(config)#^Z
R3-Jsudji#
%SYS-5-CONFIG_I: Configured from console by console
wr mem
Building configuration...
[OK]
R3-Jsudji#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     10.0.0.0/16 is subnetted, 2 subnets
C       10.1.0.0 is directly connected, FastEthernet0/0
C       10.2.0.0 is directly connected, Serial2/0
S    172.16.0.0/14 [1/0] via 10.2.0.0
R3-Jsudji#ping 172.18.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms

R3-Jsudji#ping 172.16.0.0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/26/32 ms

R3-Jsudji#


Demikianlah Tugas Pertama Jaringan Komputer IV (CCNA IV) sudah selesai.
Semoga berkenan.

Komentar

Postingan populer dari blog ini

GiB dengan GB

1 GiB > dr 1 GB sistem nya beda dengan SI dimana 1MB = 1000 KB , I GB memiliki nilai 10^9 = 1000000000 bytes tetapi karena pembacaan binary prefix oleh os maka GB akan di baca menjadi GiB sehingga 1 gibibyte = 2^30 bytes = 1073741824bytes = 1024 mebibytes (perhatikan bukan megabytes ) untuk perhitungannya yup benar GiB yang terbaca = GB / nilai GiB = 16 / 1073741824bytes = 14,89 GiB Ingat GiB 7,4 % lebih besar dari GB , bingung yaaaah Perhatikan Tabel Full notation Symbol Value 1 kilobyte 1 kB 10^3 = 1000 bytes 1 megabyte 1 MB 10^6 = 1000000 bytes 1 gigabyte 1 GB 10^9 = 1000000000 bytes 1 terabyte 1 TB 10^12 = 1000000000000 bytes 1 exabyte 1 EB 10^15 = 1000000000000000 bytes 1 kibybyte 1 KiB 2^10 = 1024 bytes 1 mebibyte 1 MiB 2^20 = 1048576 bytes 1 gibibyte 1 GiB 2^30 = 1073741824 bytes 1 tebibyte 1 TiB 2^40 = 1099511627776 bytes 1 exbibyte 1 EiB 2^50 = 1125899906842624 bytes

Cisco Lifecycle Service

   Dunia Jaringan terus berkembang. Jaringan tidak lagi hanya tentang menghubungkan antar 2 komputer. Jaringan telah menjadi cerdas dan memainkan peran penting dalam membantu meningkatkan kinerja perusahaan. Perusahaan berkeinginan untuk memperluas jaringan mereka. Mengambil keuntungan dari kemajuan teknologi, perusaan dapat menambahkan layanan baru dan meningkatkan produktivitas. Cisco Lifecycle Services     Cisco Lifecycle Services dirancang untuk mendukung jaringan yang berkembang. Cisco Lifecycle Services adalah pendekatan enam fase. Tiap tahap mendefinisikan aktifitas yang dibutuhkan agar berhasil dalam menyebarkan dan mengoperasikan teknologi Cisco. Hal ini juga menjelaskan secara rinci bagaimana mengoptimalkan kinerja di seluruh siklus hidup suatu jaringan. Keenam fase dari Cisco Lifecycle Services adalah:     1.    Tahap Persiapan.     2.    Tahap Perencanaan.     3.    Tahap Desain.     4.    Tahap Pelaksanaan.     5.    Tahap Pengoperasian.     6.    Tahap P

Kaya dalam Kemurahan (1)

Ayat bacaan:  2 Korintus 8:2 ======================= "Selagi dicobai dengan berat dalam pelbagai penderitaan, sukacita mereka meluap dan meskipun mereka sangat miskin, namun mereka kaya dalam kemurahan." Bagi banyak orang, memberi tergantung dari banyak tidaknya uang berlebih. Ada yang mengikuti like and dislike alias suka atau tidak, suasana hati atau mood. Kalau lagi mood ya dikasih, kalau lagi tidak ya biarkan saja. Ada yang memberi karena ingin terlihat hebat di mata orang lain, bahkan ada pula yang memberi untuk 'mencuci' dosa. Di desa dibelakang rumah saya para ibu sedang heboh menceritakan seorang pria. Ceritanya ia baru saja menyumbang 30 juta rupiah ke rumah ibadah di lingkungan itu. Ia tidak mau menyebutkan dari siapa uang itu berasal. Ia mau disebut hanya sebagai hamba Allah, tapi lucunya itu ia ucapkan dengan keras di depan banyak orang. Orang mengenalnya, orang tahu berapa jumlah sedekahnya. Terus untuk apa pakai tidak mau sebut nama segala? Satu