Thursday, July 4, 2013

Membuat Access List dengan Packet Tracer


A.      Setting Router Edmonton
Edmonton>ena
Edmonton#configure terminal
Edmonton(config)#interface fastEthernet 0/0
Edmonton(config-if)#ip address 172.16.10.1 255.255.255.0
Edmonton(config-if)#no shutdown
Edmonton(config-if)#exit
Edmonton(config)#interface fastEthernet 1/0
Edmonton(config-if)#ip address 172.16.20.1 255.255.255.0
Edmonton(config-if)#no shutdown
Edmonton(config-if)#exit
Edmonton(config)#interface serial 2/0
Edmonton(config-if)#ip address 172.16.30.1 255.255.255.0
Edmonton(config-if)#no shutdown
Edmonton(config-if)#exit
Edmonton(config)#interface serial 2/0
Edmonton(config-if)#clock rate 64000
Edmonton(config-if)#no shutdown
Edmonton(config-if)#exit
Edmonton>ena
Edmonton#configure terminal
Edmonton(config)#router ospf 100
Edmonton#configure terminal
Edmonton(config-edmonton)#network 172.16.10.0 0.0.0.255 area 0
Edmonton(config-edmonton)#network 172.16.20.0 0.0.0.255 area 0
Edmonton(config-edmonton)#network 172.16.30.0 0.0.0.255 area 0
Edmonton(config-edmonton)#exit
Edmonton(config)#access-list 115 deny ip host 172.16.10.5 host 172.16.50.7 //Mencegah host 172.16.10.5 mengakses  host 172.16.50.7
 Edmonton(config)#no shu
Edmonton(config)#access-list 115 permit ip any any
Edmonton(config)#interface fa 0/0
Edmonton(config-if)#ip access-group 115 in
Edmonton(config-if)#no shutdown
============================================================
B . Setting Router Reddeer

Reddeer>ena
Reddeer#conf
Reddeer#configure t
Reddeer#configure terminal
Reddeer(config)#interface serial 2/0
Reddeer(config-if)#ip address 172.16.30.2 255.255.255.0
Reddeer(config-if)#no shutdown
Reddeer(config-if)#exit
Reddeer(config)#interface fastEthernet 0/0
Reddeer(config-if)#ip address 172.16.40.1 255.255.255.0
Reddeer(config-if)#no shutdown
Reddeer(config)#interface serial 3/0
Reddeer(config-if)#ip add172.16.60.1
Reddeer(config-if)#ip address 172.16.60.1 255.255.255.0
Reddeer(config-if)#no shutdown
Reddeer#configure terminal
Reddeer(config)#interface fastEthernet 1/0
Reddeer(config-if)#ip address 172.16.50.1 255.255.255.0
Reddeer(config-if)#no shutdown
Reddeer(config-if)#exit
Reddeer(config)#interface serial 3/0
Reddeer(config-if)#ip address 172.16.60.1 255.255.255.0
Reddeer(config-if)#no shutdown
Reddeer(config-if)#exit
Reddeer(config)#interface serial 3/0
Reddeer(config-if)#clock rate 64000
Reddeer(config-if)#no shutdown
Reddeer(config-if)#exit
Reddeer>ena
Reddeer#configure terminal
Reddeer(config)#reddeer ospf 100
Reddeer(config-reddeer)#network 172.16.30.0 0.0.0.255 area 0
Reddeer(config-reddeer)#network 172.16.40.0 0.0.0.255 area 0
Reddeer(config-reddeer)#network 172.16.50.0 0.0.0.255 area 0
Reddeer(config-reddeer)#network 172.16.60.0 0.0.0.255 area 0
Reddeer(config-reddeer)#exit
Reddeer(config)#access-list 10 deny 172.16.10.0 0.0.0.255 //mencegah network 172.16.10.0 mengakses network 172.16.40.0
Reddeer(config)#access-list 10 permit any
Reddeer(config)#interface fastEthernet 0/0
Reddeer(config-if)#ip access-group 10 out
Reddeer(config-if)#no shutdown
Reddeer (config)#access-list 20 permit host 172.16.10.5 // Mengijinkan host 172.16.10.5 melakukan telnet terhadap router Reddeer
Reddeer (config)#line vty 0 4
Reddeer (config-line)#access-class 20 in
Reddeer (config-line)#exit
 ===============================================================
3 .  Setting Router Calgary
Calgary>ena
Calgary#configure terminal
Calgary(config)#interface fastEthernet 0/0
Calgary(config-if)#ip address 172.16.70.1 255.255.255.0
Calgary(config-if)#no shutdown
Calgary(config-if)#exit
Calgary(config)#interface serial 2/0
Calgary(config-if)#ip address 172.16.60.2 255.255.255.0
Calgary(config-if)#no shutdown
Calgary(config-if)#exit
Calgary(config)#interface fastEthernet 1/0
Calgary(config-if)#ip address 172.16.80.1 255.255.255.0
Calgary(config-if)#no shutdown
Calgary(config-if)#exit
Calgary>ena
Calgary#configure terminal
Calgary(config)#router ospf 100
Calgary(config-calgary)#network 172.16.60.0 0.0.0.255 area 0
Calgary(config-calgary)#network 172.16.70.0 0.0.0.255 area 0
Calgary(config-calgary)#network 172.16.80.0 0.0.0.255 area 0

Tuesday, June 25, 2013

Membuat Routing RIP dengan Packet Tracer

Langkah setting dari gambar di atas sebagai berikut :
1.Tentukan IP Address Masing-masing Perangkat :
For PC
IP PC0 -->192.168.10.2    Gateway-->192.168.10.1
IP PC1 -->192.168.10.3  Gateway-->192.168.10.1

IP PC2 -->192.168.11.2    Gateway-->192.168.11.1
IP PC3 -->192.168.11.3  Gateway-->192.168.11.1

IP PC4 -->192.168.12.2    Gateway-->19.168.12.1
  IP PC5 -->192.168.12.3   Gateway-->192.168.12.1

2.Setelah IP PC telah Kita Masukan sekarang kita masuk Configurasi router di sini ada 3 router yaitu :
   a. Router pekalongan
   b. Router kedungwuni
   c. Router wiradesa

 

Console Router pekalongan :

>en
#conf t
#hostname pekalongan
#int fa 0/0  ( Port yang menuju ke switch pakalongan )
#ip add 192.168.10.1 255.255.255.192 ( gateway pekalongan )
#no sh  ( Mengaktifkan Port )
#ex
#int se 2/0 ( Port menuju ke Router kedungwuni )
#ip add 10.10.10.1 255.255.255.248
#clock rate 64000
#no sh
#ex
#int se 3/0 ( Port menuju ke Router wiradesa )
#ip add 10.10.30.2 255.255.255.248
#no sh
#ex
 
 #router rip
#net 10.10.10.1
#net 192.168.10.1
#net 10.10.30.2
#ex
#^z    ( ctrl+z  )

Console Router kedungwuni :

>en
#conf t
#hostname kedungwuni
#int fa 0/0  ( Port yang menuju ke switch kedungwuni )
#ip add 192.168.11.1 255.255.255.192 ( gateway kedungwuni )
#no sh  ( Mengaktifkan Port )
#ex
#int se 3/0 ( Port menuju ke Router pekalongan )
#ip add 10.10.10.2 255.255.255.248
#no sh
#ex
#int se 2/0 ( Port menuju ke Router wiradesa )
#ip add 10.10.20.1 255.255.255.248
#clock rate 64000
#no sh
#ex
#router rip
#net 11.10.10.1
#net 192.168.10.12
#net 200.168.10.10
#ex

Console Router wiradesa :

>en
#conf t
#hostname wiradesa
#int fa 0/0  ( Port yang menuju ke switch wiradesa )
#ip add 192.168.12.1 255.255.255.192 ( gateway wiradesa )
#no sh  ( Mengaktifkan Port )
#ex
#int se 2/0 ( Port menuju ke Router pekalongan )
#ip add 10.10.30.1 255.255.255.248
#clock rate 64000
#no sh
#ex
#int se 3/0 ( Port menuju ke Router kedungwuni )
#ip add 10.10.20.2 255.255.255.248
#no sh
#ex
 
#router rip
#net 10.10.30.1
#net 192.168.12.1
#net 10.10.20.2
#exit

Membuat Routing Statis dengan Packet Tracer

Berikut ini adalah settingan dari gambar rancangan diatas :

1. Buatlah rancangan IP Address pada setiap Router sesuai dengan keinginan berdasarkan interface yang terkoneksi :
Saya contohkan sebagai berikut :

  • Interface Se2/0 Router_pekalongan = 10.10.10.1/29
  • Interface Se3/0 Router_kedungwuni = 10.10.10.2/29
  • Interface Se2/0 Router_kedungwuni = 10.10.20.1/29
  • Interface Se3/0 Router_wiradesa = 10.10.20.2/29
  • Interface Fa0/0 Router_pekalongan = 192.168.10.1/28
  • Interface Fa0/0 Router_kedungwuni = 192.168.11.1/26
  • Interface Se0/0/0 Router_wiradesa = 192.168.12.1/25
2. Konfigurasikan IP Address pada tiap Router lewat command line dengan cara :
Klik Router_pekalongan
Masuk ke bagian CLI
Ketikkan command seperti dibawah ini :

       ROUTER PEKALONGAN

  • enable
  • configure terminal
  • hostname pekalongan
  • interface se2/0
  • ip address 10.10.10.1 255.255.255.248
  • clock rate 64000
  • no shutdown
  • exit
  • interface fa0/0
  • ip address 192.168.10.1 255.255.255.240
  • no shutdown
Klik Router_kedungwuni
Masuk ke bagian CLI
Ketikkan Command seperti dibawah ini :
        ROUTER KEDUNGWUNI :
  • enable
  • configure terminal
  • hostname kedungwuni 
  • interface se3/0
  • ip address 10.10.10.2 255.255.255.248
  • no shutdown
  • exit
  • interface se2/0
  • ip address 10.10.20.1 255.255.255.248
  • clock rate 64000
  • no shutdown
  • exit
  • interface fa0/0
  • ip address 192.168.11.1 255.255.255.192
  • no shutdown
Klik Router_wiradesa
Masuk Ke bagian CLI
Ketikkan Command seperti dibawah ini :
        ROUTER WIRADESA :

  • enable
  • configure terminal
  • hostname wiradesa 
  • interface se3/0
  • ip address 10.10.20.2 255.255.255.248
  • no shutdown
  • exit
  • interface fa0/0
  • ip address 192.168.12.1 255.255.255.128
  • no shutdown
3. Konfigurasikan IP Address pada tiap PC dengan cara masuk ke bagian Desktop kemudian pilih IP Configurator lalu isikan IP Addressnya sesuai dengan Network masing-masing.
4. Jika semuanya sudah di konfigurasi maka langkah selanjutnya adalah membuat table routing pada tiap-tiap router dengan cara seperti dibawah ini :
Klik Router pekalongan
Masuk ke bagian CLI
Ketikkan Command seperti dibawah ini :
        ROUTER PEKALONGAN :

  • enable
  • configure terminal
  • ip route 192.168.11.0 255.255.255.192 10.10.10.2
  • ip route 10.10.20.0 255.255.255.248 10.10.10.2
  • ip route 192.168.12.0 255.255.255.128 10.10.20.2
Klik Router kedungwuni
Masuk ke bagian CLI
Ketikkan Command seperti dibawah ini :

        ROUTER KEDUNGWUNI :
  • enable
  • configure terminal
  • ip route 192.168.10.0 255.255.255.240 10.10.10.1
  • ip route 192.168.12.0 255.255.255.128 10.10.20.2
Klik Router wiradesa
Masuk ke bagian CLI
Ketikkan Command seperti dibawah ini :

        ROUTER WIRADESA :
  • enable
  • configure terminal
  • ip route 192.168.11.0 255.255.255.192 10.10.10.2
  • ip route 10.10.10.0 255.255.255.248 10.10.20.1
  • ip route 192.168.10.0 255.255.255.240 10.1010.1
5. Setting IP masing-masing komputer pada jaringan dengan default gateway sesuai IP router diatasnya

6. Jika semuanya telah dikonfigurasi seperti di atas maka langkah terakhir adalah cek dengan cara ping antar Router dengan Router, PC dengan PC antar Network, PC dengan Router antar Network. Apabila hasilnya reply maka konfigurasinya benar, dan apabila timeout maka konfigurasinya salah.

Thursday, April 25, 2013

Jaringan Inter VLAN dengan Paket Tracert

Berikut adalah settingan dari Switch dan Router
Press RETURN to get started!
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name A
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name B
Switch(config-vlan)#exit
Switch(config)#interface fa0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exit
Switch(config)#interface fa0/3
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 20
Switch(config-if)#exit
Switch(config)#interface fa0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit


*Router
Press RETURN to get started!
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fa0/0
Router(config-if)#no ip address
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#interface fa0/0.10
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.10, changed state to up
Router(config-subif)#encapsulation dot1q 10
Router(config-subif)#ip add 192.168.10.1 255.255.255.0
Router(config-subif)#exit
Router(config)#interface fa0/0.20
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.20, changed state to up
Router(config-subif)#encapsulation dot1q 20
Router(config-subif)#ip add 192.168.20.1 255.255.255.0
Router(config-subif)#exit
Router(config)#

Tuesday, March 19, 2013


TUGAS JARKOM PERINTAH DASAR ROUTER
Nama     : Arief Rusman
NIM       : 11.240.0138
Kelas      : 4M41





PERINTAH DASAR ROUTER
Perintah penuh
Perintah singkat
Maksud Perintah
show running-config
sh ru
Menampilkan konfigurasi yang sedang berjalan di RAM. Termasuk host name, passwords, interface IP addresses, routing protocol yang aktif, DHCP dan konfigurasi NAT. Dapat dijalankan di EXEC mode.
show startup-config
Sh st
Menampilkan isi file konfigurasi yang tersimpan di NVRAM,Mulai dariHost Name, Passwords, Interface IP Addresses, Routing Protocol yang aktif, DHCP dan konfigurasi NAT.
Show version
Sh v
Menampilkan informasi tentang versi software yang sekarang sedang jalan lengkap dengan informasi hardware dan devicenya.
show ip protocols
Sh ip p
Memperlihatkan ip protokol routing yang telah dikonfigurasi dan sedang berjalan, 
Digunakan untuk menampilkan status interface IP,baik secara global maupun khusus dari protokol yang terkonfigurasi pada saat ini (konfigurasi IP awal).
show ip route
Sh ip ro
Memperlihatkan konfigurasi routing,
Digunakan untuk menampilkan konfirmasi pada Router yang telah di authentikasi oleh Router lain dan telah mampu memperoleh rute dari Router lainnya, selain itu juga digunakan untuk mengetahui konfigurasi IP yang dilakukan baik secara global maupun secara khusus dari IYN. Yang meliputi configurasi IP  pada FastEthernet0/0 maupun pada IP Serial2/0
show interfaces
Sh in
Menunjukkan interface yg berjalan di router,
Digunakan untuk menampilkan statistic semua interface IYN mulai dari FastEthernet dan Serial. Untuk menampilkan statistic interface tertentu, menggunakan perintah show interfaces diikuti dengan nomor port/slot interface.
show ip interface brief
Sh ip i b
Tinjauan semua antarmuka pada router,
Digunakan untuk menampilkan Konfigurasi pada interface yang terhubung pada IYN. Mulai dari konfigurasi yang sedang berjalan maupun yang konfigurasi yang tidak berjalan (belum terkonfigurasi). Pada perintah ini kita dibawa untuk mengetahui : Interface, IP-Address, Method, Status, Protocol
show protocols
Sh prot
menampilkan status interface baik secara global maupun khusus dari protokol layer 3 yang terkonfigurasi.
show cdp neighbors
Sh cd ne
Menampilkan ringkasan cdp perangkat tersambung,
Digunakan untuk mengetahui Capability Codes, yang meliputi : R (IYN), T (Trans Bridge), B (Source Route Bridge), S (Switch), H (Host), I (IGMP), r (Repeater), P (Phone). Selain itu juga digunakan untuk mengetahui Device ID diantaranya : Local Intrfce, Holdtme, Capability, Platform, Port ID
show sessions
Sh se
Memperlihatkan sesi yang ada sekarang
Digunakan untuk mengetahui koneksi yang sedang berjalan (koneksi yang di buka)
show ssh
Sh ss
Menampilkan operasi status pengoperasian SSH
Digunakan untuk melakukan koneksi dengan server SSHv2 dan SSHv1
Ping
P
Digunakan untuk melakukan / melihat koneksi antar jaringan yang sedang berhubungan. Perintah ping harus diikuti address or hostname. Contoh ; ping 192.168.1.1, 
Memastikan apakah suatu komputer tertentu dalam suatu jaringan atau internet itu ada dan terhubung.
Traceroute
tr
Menunjukkan rute yang dilewati paket untuk mencapai tujuan. Ini dilakukan dengan mengirim pesan Internet Control Message Protocol (ICMP) Echo Request Ke tujuan dengan nilai Time to Live yang semakin meningkat. 


























































Penggunaan perintah dasar router di Packet Tracer 5.2


Perintah
Hasil
Arief138#show running-config
Building configuration...

Current configuration : 691 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Arief138

interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial2/0
 ip address 192.168.2.1 255.255.255.0
 clock rate 64000
!
interface Serial3/0
 no ip address
 shutdown
!
interface FastEthernet4/0
 no ip address
 shutdown
!
interface FastEthernet5/0
 no ip address
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.2
line con 0
line vty 0 4
 login
!
end
Arief138#show startup-config
startup-config is not present
Arief138#show version
Cisco Internetwork Operating System Software
IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang
Image text-base: 0x8000808C, data-base: 0x80A1FECC

ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
ROM: PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)

System returned to ROM by reload
System image file is "flash:pt1000-i-mz.122-28.bin"

PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
4 FastEthernet/IEEE 802.3 interface(s)
2 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)

Configuration register is 0x2102
Arief138#show ip protocols

Arief138#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 192.168.2.2 to network 0.0.0.0

C    192.168.1.0/24 is directly connected, FastEthernet0/0
C    192.168.2.0/24 is directly connected, Serial2/0
S*   0.0.0.0/0 [1/0] via 192.168.2.2
Arief138#show interfaces
Arief138#show interfaces
FastEthernet0/0 is up, line protocol is up (connected)
  Hardware is Lance, address is 0090.2b2c.6c1d (bia 0090.2b2c.6c1d)
  Internet address is 192.168.1.1/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00,
  Last input 00:00:08, output 00:00:05, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 input packets with dribble condition detected
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
FastEthernet1/0 is administratively down, line protocol is down (disabled)
  Hardware is Lance, address is 000c.cf35.bdd4 (bia 000c.cf35.bdd4)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00,
  Last input 00:00:08, output 00:00:05, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 input packets with dribble condition detected
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 2 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
Serial2/0 is up, line protocol is up (connected)
  Hardware is HD64570
  Internet address is 192.168.2.1/24
  MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation HDLC, loopback not set, keepalive set (10 sec)
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops)
     Conversations  0/0/256 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 96 kilobits/sec
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up
Serial3/0 is administratively down, line protocol   is down (disabled)
  Hardware is HD64570
  MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation HDLC, loopback not set, keepalive set (10 sec)
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops)
     Conversations  0/0/256 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 96 kilobits/sec
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 2 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=down  DSR=down  DTR=down  RTS=down  CTS=down
FastEthernet4/0 is administratively down, line protocol is down (disabled)
  Hardware is Lance, address is 0090.2190.9985 (bia 0090.2190.9985)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00,
  Last input 00:00:08, output 00:00:05, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 input packets with dribble condition detected
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 2 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
FastEthernet5/0 is administratively down, line protocol is down (disabled)
  Hardware is Lance, address is 0090.219b.3578 (bia 0090.219b.3578)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00,
  Last input 00:00:08, output 00:00:05, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0 (size/max/drops); Total output drops: 0
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 input packets with dribble condition detected
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 2 interface resets
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out
Arief138#show ip interface brief
Interface              IP-Address      OK? Method Status                Protocol

FastEthernet0/0        192.168.1.1     YES manual up                    up

FastEthernet1/0        unassigned      YES manual administratively down down

Serial2/0              192.168.2.1     YES manual up                    up

Serial3/0              unassigned      YES manual administratively down down

FastEthernet4/0        unassigned      YES manual administratively down down

FastEthernet5/0        unassigned      YES manual administratively down down
Arief138#show protocols
Global values:
  Internet Protocol routing is enabled
FastEthernet0/0 is up, line protocol is up
  Internet address is 192.168.1.1/24
FastEthernet1/0 is administratively down, line protocol is down
Serial2/0 is up, line protocol is up
  Internet address is 192.168.2.1/24
Serial3/0 is administratively down, line protocol   is down
FastEthernet4/0 is administratively down, line protocol is down
FastEthernet5/0 is administratively down, line protocol is down
Arief138#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
                  S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone
Device ID    Local Intrfce   Holdtme    Capability   Platform    Port ID
Switch       Fas 0/0          174            S       PT3000      Fas 1/1
Router       Ser 2/0          123            R       PT1000      Ser 2/0
Arief138#show sessions
% No connections open
Arief138#show ssh
%No SSHv2 server connections running.
%No SSHv1 server connections running.
Arief138#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/8/10 ms
Arief138#traceroute 192.168.2.2
Type escape sequence to abort.
Tracing the route to 192.168.2.2

  1   192.168.2.2     13 msec   10 msec   20 msec

Skema Router di Packet Trace