Bahasa
Setting Router untuk koneksi ke PC
Pada artikel ini, saya menggunakan packet tracer v5 untuk simulasi Cisco,
Tahap awal melakukan konfigurasi router dengan kabel console akan kita bahas di artikel lain,
Pastikan anda sudah membuat topology sesuai gambar di bawah ini :
Klik dua kali pada icon router dan pilih menu CLI :
Pilih no agar anda bisa melakukan setting secara manual,
Pertama, masuk ke exec mode
cisco>enable
cisco#
Lalu masuk ke global configuration mode
cisco#config t
cisco(config)#
Biasanya hal pertama yang dilakukan adalah menambahkan password untuk masuk ke exec mode
cisco(config)#enable secret (password)
Masuk ke interface yang terkoneksi dengan PC dalam topology ini saya koneksikan ke interface fa0/1
cisco(config)#int fa0/1
cisco(config-if)#
Berikan nama pada interface agar mempermudah kita untuk troubleshooting
cisco(config-if)# desc Link to PC
definisikan IP yang akan di pasang di interface tersebut
cisco(config-if)# ip add 192.168.1.1
bila perlu, setting bandwidth-nya juga
cisco(config-if)# bandwidth 512
hidupkan interface
cisco(config-if)# no shut
pada tahap ini, kita sudah selesai dengan konfigurasi di sisi router, sekarang kita akan setting di sisi PC,
klik dua kali pada icon PC pilih desktop dan klik IP Configuration dan akan muncul menu dibawah ini :
pilih static dan masukkan IP 192.168.1.2 dengan subnetmask 255.255.255.0 dan default gateway 192.168.1.1 dan tutup jendela IP Configuration dan pilih command prompt lalu keting ping 192.168.1.1 atau IP router, maka akan muncul pesan reply yang menandakan anda berhasil,
bila tidak bisa maka silahkan di ulangi langkah demi langkah pelan-pelan dari awal atau silahkan lihat di video dibawah ini :
***********************************************************************************
English
Configure Cisco Router for PC Connections
In this article, I use packet tracer v5 for Cisco simulations,
First step, we will configure router using console cable which we will discuss in another article,
Make sure you make the same topology like the picture below :
Double click on router icon and select CLI menu :
type no for configure router manually,
first, change to exec mode
cisco>enable
cisco#
the change to global configuration mode
cisco#config t
cisco(config)#
Usually the first thing we will do was set the password for exec mode
cisco(config)#enable secret (password)
Go to interface setting which connected to PC, in this time we connect the PC to interface fa0/1
cisco(config)#int fa0/1
cisco(config-if)#
Give the name or description on the interface to make us easy for troubleshooting
cisco(config-if)# desc Link to PC
define IP which we will attach on this interface
cisco(config-if)# ip add 192.168.1.1
if needed, set the bandwidth too
cisco(config-if)# bandwidth 512
turn on the interface
cisco(config-if)# no shut
in this step, we already configure the router side, now we go to PC side,
double click on PC icon and select desktop and klik IP Configuration menu, it will show window linke the picture below :
choose static and give IP 192.168.1.2 with subnetmask 255.255.255.0 and default gateway 192.168.1.1 then close the window IP Configuration and choose command prompt then type ping 192.168.1.1 or router IP, it will show reply message that give us success sign,
if you failed, please do the step from the start slowly or you can watch in below video :
No comments:
Post a Comment