Tugas 3 Implementasi Jaringan Komputer

Tugas Implementasi Jaringan Komputer
(Universitas Budi Luhur)


                                                                                    (Gambar 1)

Buatlah Topologi seperti di Gambar 1, pasang kabel sesuai Tabel bawah ini:


Langkah Selanjutan Buka CLI Router 1 dan masukan Command di bawah ini :

R1
Router    > enable
Router    > configure terminal
                > hostname R1

                > interface gigabitEthernet0/0
                > ip add 192.62.1.1 255.255.255.0
                > no shutdown
                > exit

                > interface gigabitEthernet0/1
                > ip add 192.62.100.1 255.255.255.0
                > no shutdown
                > exit

kemudian selanjutnya buka CLI di Router 2 dan masukan Command di bawah ini :

R2
Router    > enable
Router    > configure terminal
                > hostname R2

                > interface gigabitEthernet0/0
                > ip add 192.62.2.1 255.255.255.0
                > no shutdown
                > exit

                > interface gigabitEthernet0/1
                > ip add 192.62.100.2 255.255.255.0
                > no shutdown
                > exit

                > interface gigabitEthernet0/2
                > ip add 192.62.101.1 255.255.255.0
                > no shutdown
                > exit

kemudian masukan juga ke Command di CLI di Router 3

R3
Router    > enable
Router    > configure terminal
                > hostname R3

                > interface gigabitEthernet0/0
                > ip add 192.62.3.1 255.255.255.0
                > no shutdown
                > exit

                > interface gigabitEthernet0/1
                > ip add 192.62.101.2 255.255.255.0
                > no shutdown
                > exit

Setelah itu konfigurasi IP address di PC0,PC1,PC2 sesuai tabel di atas.

Kemudian masuk ke CLI Router 1 dan masukan Command dibawah ini

R1
Router    > enable
Router    > configure terminal
                > ip route 192.62.2.0 255.255.255.0 192.62.100.2
                > ip route 192.62.3.0 255.255.255.0 192.62.100.2
                > exit

selanjutnya CLI Router 2

R2
Router    > enable
Router    > configure terminal
                > ip route 192.62.1.0 255.255.255.0 192.62.100.1
                > ip route 192.62.3.0 255.255.255.0 192.62.100.2
                > exit

dan selanjutnya CLI Router 3

R2
Router    > enable
Router    > configure terminal
                > ip route 192.62.1.0 255.255.255.0 192.62.101.1
                > ip route 192.62.2.0 255.255.255.0 192.62.101.1
                > exit






Komentar