Selasa, 16 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.2.3.4 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.2 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.2.3.4 / 8
FastEthernet 1/0 = 192.168.1.2 / 24

IP ADDRESS KOMPUTER
Komputer 1
-          IP ADDRESS            = 10.2.3.5 / 8
-          Default Gateway       = 10.2.3.4 / 8
Komputer 2
-          IP ADDRESS            = 10.2.3.6 / 8
-          Default Gateway       = 10.2.3.4 / 8
Komputer 3
-          IP ADDRESS            = 192.168.1.3 / 24
-          Default Gateway       = 192.168.1.2 / 24
Komputer 4
-          IP ADDRESS            = 192.168.1.4 / 24
-          Default Gateway       = 192.168.1.2 / 24


UJI KONEKSI DENGAN PING DARI KOMPUTER  1 KE YANG LAIN

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

PC>ping 192.168.1.3

Pinging 192.168.1.3 with 32 bytes of data:

Reply from 192.168.1.3: bytes=32 time=124ms TTL=127
Reply from 192.168.1.3: bytes=32 time=125ms TTL=127
Reply from 192.168.1.3: bytes=32 time=125ms TTL=127
Reply from 192.168.1.3: bytes=32 time=125ms TTL=127

Ping statistics for 192.168.1.3:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 124ms, Maximum = 125ms, Average = 124ms

PC>ping 192.168.1.4

Pinging 192.168.1.4 with 32 bytes of data:

Reply from 192.168.1.4: bytes=32 time=125ms TTL=127
Reply from 192.168.1.4: bytes=32 time=125ms TTL=127
Reply from 192.168.1.4: bytes=32 time=94ms TTL=127
Reply from 192.168.1.4: bytes=32 time=62ms TTL=127

Ping statistics for 192.168.1.4:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 62ms, Maximum = 125ms, Average = 101ms

PC>

Tidak ada komentar:

Posting Komentar