Sunday, 24 February 2013

JARKOM 1



LAPORAN PRAKTIKUM JARINGAN KOMPUTER 1
BASIC CISCO DEVICE CONFIGURATION


DI SUSUN OLEH
LUCY RIZKA MAHARDHIKA
12 615 012
TI - IIA


Langkah Praktikum


 1. Buat topology jaringan sebagai berikut :







Device

Interface

Ip Address

Subnest Mask

Default Gateway

Router
Fa0/0
Fa0/1
192.133.219.30
192.133.219.46
255.255.255.240
255.255.255.240
N/A
N/A
lucy 1
NIC
192.133.219.27
255.255.255.240
192.133.219.30
lucy 2
NIC
192.133.219.41
255.255.255.240
192.133.219.30
lucy 3
NIC
192.133.219.42
255.255.255.240
192.133.219.30


Setelah selesai di pasang sesuai skema diatas langsung saja memulai untuk mengkonfigurasi router dan switch, untuk mengkofigurasi router silahkan lihat tabel di atas
Konfigurasi router dengan cara :

Router> en
Router# config t
      router(config)# hostname router1
      router1(config)# banner motd %
 Enter TEXT message.End with the character '%'
 ***You are connected to an ABC network device. Access is granted to only
 current ABC company system administrators with prior written approval.

 *** Unauthorized access is prohibited, and will be prosecuted. ***

 *** All connections are continuously logged. ***

 %
     router1(config)# enable secret cisco
          router1(config)# line console 0
     router1(config-line)# password class
     router1(config-line)# login
     router1(config-line)# line vty 0 4
     router1(config-line)# password class
     router1(config-line)# login
          router1(config-line)# exit
      router1(config)# interface fa0/0
      router1(config-if)# description Connection to Host1 with crossover cable
      router1(config-if)# ip address 192.133.219.30 255.255.255.240
      router1(config-if)# no shutdown
      router1(config-if)# end
      router1#

    
     
      router1(config)# interface fa0/1
router1(config-if)# description Connection to switch with straight-through cable
      router1(config-if)# ip address 192.133.219.46 255.255.255.240
      router1(config-if)# no shutdown
      router1(config-if)# end
      router1# copy run start
     Destination filename [startup-config]? <ENTER>
     Building configuration...
     [OK]

Konfigurasi switch

     switch> enable
     switch# configurasi terminal
     switch(config)# hostname switch1
     switch1(config)# banner motd %
            ***You are connected to an ABC network device. Access is granted to only
current ABC company system administrators with prior written approval.

*** Unauthorized access is prohibited, and will be prosecuted. ***

*** All connections are continuously logged. ***

%
          switch1(config)# enable secret cisco
      switch1(config)# line console 0
      switch1(config-line)# password class
      switch1(config-line)# login
            switch1(config-line)# line vty 0 15
      switch1(config-line)# password class
      switch1(config-line)# login
      switch1(config-line)# exit
     switch1(config)# interface fa0/1
     switch1(config-if)# description Connection to Router1
     switch1(config)# interface fa0/2
     switch1(config-if)# description Connection to host lucy 2
     switch1(config)# interface fa0/3
     switch1(config-if)# description Connection to host lucy 3
     switch1(config-if)# end
     switch1# copy run start
     Destination filename [startup-config]? <ENTER>
     Building configuration...
     [OK]
     switch1#



 Gambar Topologi Jaringan



Gambar Ping lucy 1 dengan lucy 2 dan lucy 3




Gambar ping lucy 3 ke lucy 2



                Gambar ping lucy2 ke lucy 3


SEKIAN DAN TERIMA KASIH