Buatlah topologi diatas, hubungkan kabel dengan interface sesuai dengan topologi diatas, klik Laptop0 kemudian buka fasilitas terminal pada tab desktop, klik OK, untuk memulai konfigurasi Router tersebut.
klik OK, untuk memulai konfigurasi Router tersebut.

ketik "no" untuk memulai konfigurasi manual,
router>
router>enable
router#
router#configure terminal
router(config)#
router(config)#hostname Router_Solo
Router_Solo(config)#
Router_Solo(config)#enable password P455WorD
Router_Solo(config)#enable secret P455WorD
Router_Solo(configure)#line console 0
Router_Solo(config-line)#password P455WorDConsole
Router_Solo(config-line)#login
Router_Solo(config-line)#exit
Router_Solo(config)#
Router_Solo(config)#line vty 0 4
Router_Solo(config-line)#password P455WorDVTY
Router_Solo(config-line)#login
Router_Solo(config-line)#exit
Router_Solo(configure)#
Router_Solo(config)#line aux 0
Router_Solo(config-line)#password P455WorDAUX
Router_Solo(config-line)#login
Router_Solo(config-line)#exit
Router_Solo(config)#
Router_Solo(config)#service password-encryption
Router_Solo(config)#exit
Router_Solo#copy running-config startup-config
Router_Solo#exit
login,
password:[insert password line login]
Router_Solo>
Router_Solo>enable
password:[insert password device]
Router_Solo#
Router_Solo(config)#interface fastEthernet 0/1
Router_Solo(config-if)#ip address 192.168.100.1 255.255.255.0
Router_Solo(config-if)#no shutdown
Router_Solo(config-if)#exit
Router_Solo(config)#exit
Router_Solo#
Router_Solo#copy running-config startup-config
Router_Solo#exit
Konfigurasi addressing pada Host PC
Klik Host PC kemudian pilih tab desktop -> Ip configuration
Host PC0
ip address : 192.168.100.100
netmask : 255.255.255.0
gateway : 192.168.100.1
Host PC1
ip address : 192.168.100.101
netmask : 255.255.255.0
gateway : 192.168.100.1
Host PC2
ip address : 192.168.100.102
netmask : 255.255.255.0
gateway : 192.168.100.1
Jika identitas IP Address untuk semua Host telah terpasang, lakukan pengecekan koneksi PC ke gateway-nya (interface fa0/1 Router_Solo) menggunakan applikasi command prompt.




