Rabu, 17 Oktober 2012

JARKOM 2


--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.0.0.1 255.0.0.0
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 fastEthernet 1/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
Router(config-if)#exit
Router(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#
IP ADDRESS ROUTER
FastEthernet 0/0 = 10.0.0.1 / 8
FastEthernet 1/0 = 192.168.1.1 / 24

IP ADDRESS KOMPUTER
Komputer 1
-          IP ADDRESS            = 10.0.0.2 / 8
-          Default Gateway       = 10.0.0.1 / 8
Komputer 2
-          IP ADDRESS            = 10.0.0.3/ 8
-          Default Gateway       = 10.0.0.1/ 8
Komputer 3
-          IP ADDRESS            = 192.168.1.2 / 24
-          Default Gateway       = 192.168.1.1 / 24
Komputer 4
-          IP ADDRESS            = 192.168.1.3 / 24
-          Default Gateway       = 192.168.1.1 / 24


UJI KONEKSI DENGAN PING DARI KOMPUTER  1 KE YANG LAIN

Packet Tracer PC Command Line 1.0
PC>ping 10.0.0.2
Pinging 10.0.0.2 with 32 bytes of data:
Reply from 10.0.0.2: bytes=32 time=16ms TTL=128
Reply from 10.0.0.2: bytes=32 time=16ms TTL=128
Reply from 10.0.0.2: bytes=32 time=15ms TTL=128
Reply from 10.0.0.2: bytes=32 time=16ms TTL=128

Ping statistics for 10.0.0.2:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 15ms, Maximum = 16ms, Average = 15ms
PC>ping 10.0.0.3
Pinging 10.0.0.3 with 32 bytes of data:
Reply from 10.0.0.3: bytes=32 time=141ms TTL=128
Reply from 10.0.0.3: bytes=32 time=62ms TTL=128
Reply from 10.0.0.3: bytes=32 time=63ms TTL=128
Reply from 10.0.0.3: bytes=32 time=62ms TTL=128
Ping statistics for 10.0.0.3:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 62ms, Maximum = 141ms, Average = 82ms

PC>ping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
Reply from 10.0.0.1: Destination host unreachable.
Reply from 10.0.0.1: Destination host unreachable.
Reply from 10.0.0.1: Destination host unreachable.
Reply from 10.0.0.1: Destination host unreachable.

Ping statistics for 192.168.0.2:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

PC>ping 192.168.0.3
Pinging 192.168.0.3 with 32 bytes of data:
Reply from 10.0.0.1: Destination host unreachable.
Reply from 10.0.0.1: Destination host unreachable.
Reply from 10.0.0.1: Destination host unreachable.
Reply from 10.0.0.1: Destination host unreachable.

Ping statistics for 192.168.0.3:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Kamis, 11 Oktober 2012

JARKOM 2

PRINTAH SHOW PADA KONFIGURASI ROUTER

-->
NO
PERINTAH
PENUH
PERINTAH SINGKAT
MAKSUD PERINTAH
1.
Show Startup - config
Sh st
Menampilkan informasi tentang konten konfigurasi awal pada router.
2.
Show running - config
Sh ru
Menampilkan informasi tentang konfigurasi IP yang beroprasi.
3.
Show interfaces
Sh int
Menampilkan status informasi interface dan konfigurasinya pada router.
4.
Show arp
Sh ar
Menampilkan ada atau tidak adanya tabel arp pada sebuah router.
5.
Show IP router
Sh ip ro
Menampilkan informasi tentang IP address pada router.
6.
Show users
Sh u
Menampilkan informasi yang berhubungan dengan terminal lines.
7.
Show version
Sh v
Menampilkan status informasi mengenai versi sistem hardware dan software.