0% found this document useful (0 votes)
82 views7 pages

Laporan Packet Tracer

This document contains a configuration file and output from show commands for a Cisco router named BHM. It configures IP addresses, RIP routing, and static routes on various interfaces. Commands are also listed to view the running configuration, IP routes, and protocols, as well as test connectivity with ping.

Uploaded by

andrean oscar
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)
82 views7 pages

Laporan Packet Tracer

This document contains a configuration file and output from show commands for a Cisco router named BHM. It configures IP addresses, RIP routing, and static routes on various interfaces. Commands are also listed to view the running configuration, IP routes, and protocols, as well as test connectivity with ping.

Uploaded by

andrean oscar
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/ 7

NAMA :

Andrean Oscar 8020160022


Adi Khairul abnam 8020160154
Fira Febriani 8020160203
TOPOLOGI

Show run
1. BHM#show run
2. Building configuration...
3.
4. Current configuration : 924 bytes
5. !
6. version 15.1
7. no service timestamps log datetime msec
8. no service timestamps debug datetime msec
9. no service password-encryption
10. !
11. hostname BHM
12. !
13. !
14. !
15. !
16. !
17. !
18. !
19. !
20. no ip cef
21. no ipv6 cef
22. !
23. !
24. !
25. !
26. license udi pid CISCO1941/K9 sn FTX1524192D-
27. !
28. !
29. !
30. !
31. !
32. !
33. !
34. !
35. !
36. !
37. !
38. spanning-tree mode pvst
39. !
40. !
41. !
42. !
43. !
44. !
45. interface GigabitEthernet0/0
46. ip address 192.168.1.1 255.255.255.0
47. duplex auto
48. speed auto
49. !
50. interface GigabitEthernet0/1
51. no ip address
52. duplex auto
53. speed auto
54. shutdown
55. !
56. interface Serial0/1/0
57. ip address 10.0.0.1 255.255.255.252
58. !
59. interface Serial0/1/1
60. no ip address
61. clock rate 2000000
62. shutdown
63. !
64. interface Vlan1
65. no ip address
66. shutdown
67. !
68. router rip
69. version 2
70. network 10.0.0.0
71. network 192.168.1.0
72. no auto-summary
73. !
74. ip classless
75. ip route 172.16.1.0 255.255.255.252 10.0.0.2
76. ip route 192.168.3.0 255.255.255.0 10.0.0.2
77. !
78. ip flow-export version 9
79. !
80. !
81. !
82. !
83. !
84. !
85. !
86. !
87. line con 0
88. !
89. line aux 0
90. !
91. line vty 0 4
92. login
93. !
94. !
95. !
96. End

Show ip route
BHM#show ip route
Codes: L - local, C - connected, S - static, 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/8 is variably subnetted, 2 subnets, 2 masks


C 10.0.0.0/30 is directly connected, Serial0/1/0
L 10.0.0.1/32 is directly connected, Serial0/1/0
172.16.0.0/30 is subnetted, 1 subnets
S 172.16.1.0/30 [1/0] via 10.0.0.2
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, GigabitEthernet0/0
L 192.168.1.1/32 is directly connected, GigabitEthernet0/0
S 192.168.3.0/24 [1/0] via 10.0.0.2
PENGUJIAN PING
DAFTAR PERINTAH
NO PERINTAH COMAND Penjelasan
1 Enable Router>enable Menghidupkan mesin
2 Konfigurasi Router#conf t Membuka
konfigurasi router
3 hostname Router(config)#hostname BHM Mengganti hostname
4 interface BHM(config)#interface Serial0/1/0 Konfigurasi interface

5 Config ip BHM(config-if)#ip add 10.0.0.1 Konfigurasi ip


255.255.255.252

6 no BHM(config-if)#no sh Membuat konfigurasi


shutdown berjalan di startup/
tidak konfigurasi
ulang
7 Exit BHM(config-if)#exit Keluar dari interface

8 Rip BHM(config)#router rip Konfigurasi router


information protocol
9 Versi BHM(config-router)#version 2 Konfigurasi rip v2
10 Konfig rip BHM(config-router)#network 10.0.0.0 menambah jalur rip
v2 v2
11 Exit BHM(config-if)#exit Keluar dari konfig
12 Interface BHM(config)#interface GigabitEthernet0/0 Membuka int g0/0

13 Config ip BHM(config-if)#ip address 192.168.1.1 Menambah ip


255.255.255.0
14 No sh BHM(config-if)#no sh Membuat konfigurasi
berjalan di startup/
tidak konfigurasi
ulang
15 exit BHM(config-if)#exit Keluar interface
16 Konfigurasi BHM(config)#router rip Buka konfigurasi rip
rip
17 Rip v2 BHM(config-router)#version 2 Konfigurasi rip v2
18 Konfig rip BHM(config-router)#network 192.168.1.0 menambah jalur rip
v2 v2
19 Disable auto BHM(config-router)#no auto-summary Mematikan auto
summary summary yang
berfungsi membuat
rip otomatis ketika
setingan berubah
20 Exit BHM(config-router)#exit Keluar dari konfig
21 Interface BHM(config)#interface Serial0/1/0 Masuk ke interface
22 Clock rate BHM(config-if)#clock rate 64000 Mengubah clock rate
ke 64000
23 Exit BHM(config-if)#exit Keluar dari interface
24 Ip route BHM(config)#ip route 172.16.1.0 Menambah routing
255.255.255.252 10.0.0.2 dari BHM ke port
serial GAD
25 Ip route BHM(config)#ip route 192.168.3.0 Menambah routing
255.255.255.0 10.0.0.2 dari BHM ke port
ethernet GAD
26 Exit BHM(config)#exit Keluar dari konfig
27 Run BHM#show run Melihat konfigurasi
apa yang sedang
berjalan
28 Ip route BHM#show ip route Melihat routing ip
29 Ip protocol BHM#show ip protocols Melihat protocol ip
30 Ping BHM#ping 192.168.3.60 Ping dari router ke pc
31 Habis Habis pak Cuma itu aja

You might also like