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),

Tidak ada komentar:

Posting Komentar