Kamis, 29 Desember 2011

HTML Codes - Table of ascii characters and symbols










































**source:http://www.ascii.cl/htmlcodes.htm **

Rabu, 14 Desember 2011

KONFIGURASI ROUTER RIP Version 2


With Cisco Packet Tracer





















Langkah-Langkah Yang Harus Anda Lakukan :

1.      Buka Program Cisco Packet Tracer.
2.   Pilih peralatan yang akan dipakai yaitu : 3 buah Router, 2 buah kabel Cross-Over, 2 buah kabel Serial DCE/DTE dan 2 buah PC.
3.      Atur peralatan sesuai dengan sketsa gambar di atas.
4.      Hubungkan Router dengan Router menggunakan kabel Serial DCE/DTE.
5.      Hubungkan Router dengan PC menggunakan kabel Cross-Over.
6.      Setting PC dan Router seperti di bawah ini :

Konfigurasi PC0 dan PC1 :

 









Konfigurasi Router :

1.     Router0
Router#ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 10.1.0.1 255.255.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add 10.2.0.1 255.255.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.1.0.0
Router(config-router)#network 10.2.0.0
Router(config-router)#exit
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#
Router#sh 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 not set

     10.0.0.0/16 is subnetted, 4 subnets
C       10.1.0.0 is directly connected, FastEthernet0/0
C       10.2.0.0 is directly connected, Serial2/0
R       10.3.0.0 [120/1] via 10.2.0.2, 00:00:23, Serial2/0
R       10.4.0.0 [120/2] via 10.2.0.2, 00:00:23, Serial2/0
Router#

2.     Router1
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int ser2/0
Router(config-if)#ip add 10.2.0.2 255.255.0.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#int ser3/0
Router(config-if)#ip add 10.3.0.1 255.255.0.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.2.0.0
Router(config-router)#network 10.3.0.0
Router(config-router)#exit
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#
Router#sh 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 not set

     10.0.0.0/16 is subnetted, 4 subnets
R       10.1.0.0 [120/1] via 10.2.0.1, 00:00:11, Serial2/0
C       10.2.0.0 is directly connected, Serial2/0
C       10.3.0.0 is directly connected, Serial3/0
R       10.4.0.0 [120/1] via 10.3.0.2, 00:00:07, Serial3/0
Router#

3.     Router2
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 10.4.0.1 255.255.0.0
Router(config-if)#no shut

%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)#int ser3/0
Router(config-if)#ip add 10.3.0.2 255.255.0.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to up
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.3.0.0
Router(config-router)#network 10.4.0.0
Router(config-router)#exit
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#
Router#sh 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 not set

     10.0.0.0/16 is subnetted, 4 subnets
R       10.1.0.0 [120/2] via 10.3.0.1, 00:00:25, Serial3/0
R       10.2.0.0 [120/1] via 10.3.0.1, 00:00:25, Serial3/0
C       10.3.0.0 is directly connected, Serial3/0
C       10.4.0.0 is directly connected, FastEthernet0/0
Router#

  
Pengecekan Koneksi :

1.      PC0 ke PC1 ( Ping 10.4.0.2 )

















 

2.      PC1 ke PC0 ( Ping 10.1.0.2 )

















  
Bila terkoneksi semua berarti berhasil.

Senin, 28 November 2011

Instalasi Jaringan 5 Router Statis dengan Packet Tracer



ALAT dan BAHAN :

10 Buah PC, 5 Buah Switch, 5 Buah Router, 3 Buah Kabel Serial, 16 Buah Kabel Straight


PENGATURAN PC :
Pilih / klik PC yang akan disetting dan atur seperti di bawah ini.









PENGATURAN ROUTER :
Pilih / klik router yang akan disetting, dalam hal ini misal router0, maka muncul kotak dialog seperti ini :


Ketik no terus enter
Ketik perintah di bawah ini sesuai router yang terpilih.

1.     ROUTER0
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 205.7.5.1 255.255.255.0
Router(config-if)#no shut

%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)#int fa1/0
Router(config-if)#ip add 192.5.5.1 255.255.255.0
Router(config-if)#no shut

%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)#int ser2/0
Router(config-if)#ip add 201.100.11.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#exit
Router(config)#ip route 0.0.0.0 0.0.0.0 ser2/0
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#^Z
Router#wr mem
Building configuration...
[OK]
Router#

2.     ROUTER1
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 219.17.100.1 255.255.255.0
Router(config-if)#no shut

%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)#int ser3/0
Router(config-if)#ip add 201.100.11.2 255.255.255.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to up
Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up
Router(config)#ip route 0.0.0.0 0.0.0.0 ser3/0
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int ser2/0
Router(config-if)#ip add 199.6.13.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#exit
Router(config)#ip route 0.0.0.0 0.0.0.0 ser2/0
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#

3.     ROUTER2
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 223.8.151.1 255.255.255.0
Router(config-if)#no shut

%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)#int ser2/0
Router(config-if)#ip add 199.6.13.2 255.255.255.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
Router(config-if)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int ser3/0
Router(config-if)#ip add 204.204.7.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
Router(config-if)#exit
Router(config)#ip route 0.0.0.0 0.0.0.0 ser2/0
Router(config)#ip route 0.0.0.0 0.0.0.0 ser3/0
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#

4.     ROUTER3
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 210.93.105.1 255.255.255.0
Router(config-if)#no shut

%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)#int ser2/0
Router(config-if)#ip add 204.204.7.2 255.255.255.0
Router(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
Router(config)#ip route 0.0.0.0 0.0.0.0 ser2/0
Router(config)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#

5.     ROUTER4
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 210.93.105.2 255.255.255.0
Router(config-if)#no shut

%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)#^Z
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#wr mem
Building configuration...
[OK]
Router#


PENGECEKAN KONEKSI :

·         PC0 ( 205.7.5.2/24 net )

Packet Tracer PC Command Line 1.0
PC>ping 205.7.5.3

Pinging 205.7.5.3 with 32 bytes of data:

Reply from 205.7.5.3: bytes=32 time=8ms TTL=128
Reply from 205.7.5.3: bytes=32 time=4ms TTL=128
Reply from 205.7.5.3: bytes=32 time=4ms TTL=128
Reply from 205.7.5.3: bytes=32 time=4ms TTL=128

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

PC>ping 192.5.5.2

Pinging 192.5.5.2 with 32 bytes of data:

Reply from 192.5.5.2: bytes=32 time=8ms TTL=127
Reply from 192.5.5.2: bytes=32 time=8ms TTL=127
Reply from 192.5.5.2: bytes=32 time=8ms TTL=127
Reply from 192.5.5.2: bytes=32 time=8ms TTL=127

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

PC>ping 192.5.5.3

Pinging 192.5.5.3 with 32 bytes of data:

Reply from 192.5.5.3: bytes=32 time=8ms TTL=127
Reply from 192.5.5.3: bytes=32 time=8ms TTL=127
Reply from 192.5.5.3: bytes=32 time=8ms TTL=127
Reply from 192.5.5.3: bytes=32 time=8ms TTL=127

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

PC>ping 219.17.100.2

Pinging 219.17.100.2 with 32 bytes of data:

Reply from 219.17.100.2: bytes=32 time=125ms TTL=126
Reply from 219.17.100.2: bytes=32 time=203ms TTL=122
Reply from 219.17.100.2: bytes=32 time=203ms TTL=122
Reply from 219.17.100.2: bytes=32 time=188ms TTL=122

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

PC>ping 219.17.100.3

Pinging 219.17.100.3 with 32 bytes of data:

Reply from 219.17.100.3: bytes=32 time=188ms TTL=122
Reply from 219.17.100.3: bytes=32 time=200ms TTL=122
Reply from 219.17.100.3: bytes=32 time=187ms TTL=122
Reply from 219.17.100.3: bytes=32 time=156ms TTL=122

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

PC>ping 223.8.151.2

Pinging 223.8.151.2 with 32 bytes of data:

Reply from 223.8.151.2: bytes=32 time=219ms TTL=123
Reply from 223.8.151.2: bytes=32 time=187ms TTL=123
Reply from 223.8.151.2: bytes=32 time=156ms TTL=123
Reply from 223.8.151.2: bytes=32 time=202ms TTL=123

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

PC>ping 223.8.151.3

Pinging 223.8.151.3 with 32 bytes of data:

Reply from 223.8.151.3: bytes=32 time=219ms TTL=123
Reply from 223.8.151.3: bytes=32 time=203ms TTL=123
Reply from 223.8.151.3: bytes=32 time=204ms TTL=123
Reply from 223.8.151.3: bytes=32 time=153ms TTL=123

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

PC>ping 210.93.105.3

Pinging 210.93.105.3 with 32 bytes of data:

Reply from 210.93.105.3: bytes=32 time=250ms TTL=124
Reply from 210.93.105.3: bytes=32 time=174ms TTL=124
Reply from 210.93.105.3: bytes=32 time=136ms TTL=124
Reply from 210.93.105.3: bytes=32 time=203ms TTL=124

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

PC>ping 210.93.105.4

Pinging 210.93.105.4 with 32 bytes of data:

Reply from 210.93.105.4: bytes=32 time=172ms TTL=124
Reply from 210.93.105.4: bytes=32 time=190ms TTL=124
Reply from 210.93.105.4: bytes=32 time=152ms TTL=124
Reply from 210.93.105.4: bytes=32 time=216ms TTL=124

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

Gambarnya :










































sumber : @ berbagi