Laporan Praktikum Packet Tracer 7.4.2

link vidio pengerjaannya

https://youtu.be/MedBJ4b6_vg?si=jE49zqFRDaq2e10F

langkah - langkah pengerjaan packet tracer 7.4.2

1.untuk pertama masuk ke aplikasi packet tracer

disini kita disuruh untuk bikin topologi sendiri

2.jika sudah masuk ke aplikasi packet tracer, kita masukin PC, Switch dan Router nya

PC 

Switch

Router



3.setelah itu kita sambungkan PC-A,S1,R1,R2,S2, dan PC-B nya mmenggunakan kabel straight

pertama pasang ke PC-A dan S1

PC-A ( FastEthernet0 )

S1 ( FastEthernet0/6 )

kedua ke S1 dan R1

S1 ( FastEthernet05 )


R1 ( GigabitEthernet0/0/1 )

ketiga ke R1 dan R2

R1 ( GigabitEthernet0/0/0 )

R2 ( GigabitEthernet0/0/0 )

keempat R2 ke S2 

R2 ( GigabitEthernet0/0/1 )

S2 ( FastEtheernet0/5 )

kelima S2 dan PC-B

S2 ( FastEthernet0/18 )

PC-B ( FastEthernet0 )

4.setelah itu ke R1 lalu ke CLI

Router>enable

Router#config t

Router (config)#hostname R1

R1 (config)#no ip domain-lookup

R1 (config)#enable secret class

R1 (config)#line console 0

R1 (config-line)#password cisco

R1 (config-line)#login

R1 (config-line)#exit

R1 (config)#line vty 0 15

R1 (config-line)#password cisco

R1 (config-line)#login

R1 (config-line)#exit

R1 (config)#service password-encryption

R1 (config)#banner motd "warning!!"

R1 (config)#exit

R1#clock set 01:53:00 14 september 2024

R1#copy run start

R1#config t

R1 (config)# interface g0/0/1

R1 (config-if)#no shutdown


R1 (config-if)#exit
R1 (config)# interface g0/0/1.100
R1 (config-subif)#encapsulation dot1q 100
R1 (config-subif)#ip address 192.168.1.1 255.255.255.0
R1 (config-subif)#exit
R1 (config)#int g0/0/1
R1 (config-if)#description Client_Network
R1 (config-if)#exit
R1 (config)#int g0/0/1.200
R1 (config-subif)#description Management
R1 (config-subif)#encapsulation dot1q 200
R1 (config-subif)#ip address 192.168.1.65 255.255.255.224
R1 (config-subif)#exit
R1 (config)#int g0/0/1.1000


R1 (config-subif)#description Native
R1 (config-subif)#encapsulation dot1q 1000 native
R1 (config-subif)#end
R1#show ip interface brief
R1#config t
R1 (config)#int g0/0/0
R1 (config-if)#no sh
R1 (config-if)#ip address 10.0.0.1 255.255.255.252
R1 (config-if)#no shutdown
R1 (config-if)#exit
R1 (config)#ip route 0.0.0.0 .0.0.0.0 10.0.0.2
R1 (config)#exit
R1#show ip route


R1#copy run start

5.lalu ke R2

Router>enable

Router#config t

Router (config)#hostname R2

R2 (config)#no ip domain-lookup

R2 (config)#enable secret class

R2 (config)#line console 0

R2 (config-line)#password cisco

R2 (config-line)#login

R2 (config-line)#exit

R2 (config)#line vty 0 15

R2 (config-line)#password cisco

R2 (config-line)#login

R2 (config-line)#exit

R2 (config)#service password-encryption

R2 (config)#banner motd "warning!!"

R2 (config)#exit

R2#clock set 01:57:00 14 september 2024

R2#copy run start

R2#config t

R2 (config)#int g0/0/1

R2 (config-if)#ip address 192.168.1.92 25.255.255.240

R2 (config-if)#ino sh

R2 (config-if)#exit

R2 (config)#int g0/0/0

R2 (config-if)#no sh

R2 (config-if)#ip address 10.0.0.2 255.255.255.252

R2 (config-if)#no sh

R2 (config-if)#ip route 0.0.0.0 0.0.0.0 10.0.0.1

R2 (config)#exit

R2#ccopy run start

R2#ping 192.168.1.97

R2#copy run start



Komentar

Postingan populer dari blog ini

Praktikum Repository Redhat

Install dan konfigurasi DNS Server

Install CMS (Menggunakan WordPress)