Simulasi Interkoneksi Antara Tiga Buah Network yang terhubung pada Sebuah Router - Hai sahabat tamvan. Kali ini saya akan sharing tentang Simulasi Interkoneksi Antara Tiga Buah Network yang terhubung pada Sebuah Router. Lansung saja gan
Perhatikan setiap langkanya :)
CONFIGURASI
Kelas A
Ipconfiguration:
IP 10.10.0.2
Subnet mask 255.0.0.0
Default gateway 10.10.0.26
Server Falah
Ipconfiguration:
IP 10.10.0.1
Subnet mask 255.0.0.0
Default gateway 10.10.0.26
Kelas B
Ipconfiguration:
IP 127.127.0.2
Subnet mask 255.255.0.0
Default gateway 127.127.0.26
Server Falah 1
Ipconfiguration:
IP 127.127.0.1
Subnet mask 255.255.0.0
Default gateway 127.127.0.26
Kelas C
Ipconfiguration:
IP 192.168.0.2
Subnet mask 255.255.255.0
Default gateway 192.168.0.26
Server Falah 2
Ipconfiguration:
IP 192.168.0.1
Subnet mask 255.255.255.0
Default gateway 192.168.0.26
ROUTER
Pertama matikan router dahulu. Kemudian menambahkan phisical device module bertipe HWIC-4ESW pada port router yang sebelumnya tidak ada. Dan setelah itu hidupkan kembali router dan tunggu sampai port bener bener siap, dan tunggu sampai booting pada router selesai.
Contoh:
Dan untuk program CLI pada router sebagai berikut:
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.10.0.26 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 172.172.0.26 255.255.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config-if)#interface fastEthernet 0/1/0
Router(config-if)#interface vlan1
Router(config-if)#ip address 192.168.0.26 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
PROSES KONEKSI
Kelas A
Work station A ke worktation B
Data dari workstation A melalui switch0 kemudian melalui router falah kemudian melalui switch1 sampai workstation kelas B.
PC>ping 172.172.0.2
Pinging 172.172.0.2 with 32 bytes of data:
Reply from 172.172.0.2: bytes=32 time=110ms TTL=127
Reply from 172.172.0.2: bytes=32 time=124ms TTL=127
Reply from 172.172.0.2: bytes=32 time=125ms TTL=127
Reply from 172.172.0.2: bytes=32 time=125ms TTL=127
Ping statistics for 172.172.0.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 125ms, Average = 121ms
PC>tracert 172.172.0.2
Tracing route to 172.172.0.2 over a maximum of 30 hops:
1 46 ms 46 ms 62 ms 10.10.0.26
2 96 ms 140 ms 109 ms 172.172.0.2
Trace complete.
workstation A ke server falah 1
Data dari workstation A melalui switch0 kemudian melalui router falah kemudian melalui switch1 sampai server falah 1 kelas B.
PC>ping 172.172.0.1
Pinging 172.172.0.1 with 32 bytes of data:
Reply from 172.172.0.1: bytes=32 time=109ms TTL=127
Reply from 172.172.0.1: bytes=32 time=125ms TTL=127
Reply from 172.172.0.1: bytes=32 time=125ms TTL=127
Reply from 172.172.0.1: bytes=32 time=125ms TTL=127
Ping statistics for 172.172.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 125ms, Average = 121ms
PC>tracert 172.172.0.1
Tracing route to 172.172.0.1 over a maximum of 30 hops:
1 78 ms 62 ms 62 ms 10.10.0.26
2 125 ms 125 ms 109 ms 172.172.0.1
Trace complete.
Kelas B
Work station B ke worktation C
Data dari workstation B melalui switch1 kemudian melalui router falah kemudian melalui switch2 sampai workstation kelas C.
PC>ping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
Reply from 192.168.0.2: bytes=32 time=109ms TTL=127
Reply from 192.168.0.2: bytes=32 time=124ms TTL=127
Reply from 192.168.0.2: bytes=32 time=124ms TTL=127
Reply from 192.168.0.2: bytes=32 time=125ms TTL=127
Ping statistics for 192.168.0.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 125ms, Average = 120ms
PC>tracert 192.168.0.2
Tracing route to 192.168.0.2 over a maximum of 30 hops:
1 46 ms 62 ms 63 ms 172.172.0.26
2 125 ms 111 ms 111 ms 192.168.0.2
Trace complete.
workstation B ke server falah 2
Data dari workstation B melalui switch1 kemudian melalui router falah kemudian melalui switch2 sampai server falah 2 kelas C.
PC>ping 192.168.0.1
Pinging 192.168.0.1 with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time=110ms TTL=127
Reply from 192.168.0.1: bytes=32 time=124ms TTL=127
Reply from 192.168.0.1: bytes=32 time=125ms TTL=127
Reply from 192.168.0.1: bytes=32 time=125ms TTL=127
Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 125ms, Average = 121ms
PC>tracert 192.168.0.1
Tracing route to 192.168.0.1 over a maximum of 30 hops:
1 46 ms 62 ms 63 ms 172.172.0.26
2 125 ms 109 ms 109 ms 192.168.0.1
Trace complete..
Kelas C
Work station C ke worktation A
Data dari workstation C melalui switch2 kemudian melalui router falah kemudian melalui switch0 sampai worktation kelas A.
PC>ping 10.10.0.2
Pinging 10.10.0.2 with 32 bytes of data:
Reply from 10.10.0.2: bytes=32 time=94ms TTL=127
Reply from 10.10.0.2: bytes=32 time=96ms TTL=127
Reply from 10.10.0.2: bytes=32 time=109ms TTL=127
Reply from 10.10.0.2: bytes=32 time=109ms TTL=127
Ping statistics for 10.10.0.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 94ms, Maximum = 109ms, Average = 102ms
PC>tracert 10.10.0.2
Tracing route to 10.10.0.2 over a maximum of 30 hops:
1 63 ms 47 ms 62 ms 192.168.0.26
2 125 ms 110 ms 125 ms 10.10.0.2
Trace complete.
Work station C ke server falah
Data dari workstation C melalui switch2 kemudian melalui router falah kemudian melalui switch0 sampai server falah kelas A.
PC>ping 10.10.0.1
Pinging 10.10.0.1 with 32 bytes of data:
Reply from 10.10.0.1: bytes=32 time=125ms TTL=127
Reply from 10.10.0.1: bytes=32 time=125ms TTL=127
Reply from 10.10.0.1: bytes=32 time=109ms TTL=127
Reply from 10.10.0.1: bytes=32 time=122ms TTL=127
Ping statistics for 10.10.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 125ms, Average = 120ms
PC>tracert 10.10.0.1
Tracing route to 10.10.0.1 over a maximum of 30 hops:
1 62 ms 63 ms 62 ms 192.168.0.26
2 111 ms 109 ms 125 ms 10.10.0.1
Trace complete.
Lihat versi videonya
Simulasi Interkoneksi Antara Tiga Buah Network yang terhubung pada Sebuah Router - Hai sahabat tamvan. Kali ini saya akan sharing tentang Simulasi Interkoneksi Antara Tiga Buah Network yang terhubung pada Sebuah Router. Lansung saja gan
Perhatikan setiap langkanya :)
CONFIGURASI
Kelas A
Ipconfiguration:
IP 10.10.0.2
Subnet mask 255.0.0.0
Default gateway 10.10.0.26
Server Falah
Ipconfiguration:
IP 10.10.0.1
Subnet mask 255.0.0.0
Default gateway 10.10.0.26
Kelas B
Ipconfiguration:
IP 127.127.0.2
Subnet mask 255.255.0.0
Default gateway 127.127.0.26
Server Falah 1
Ipconfiguration:
IP 127.127.0.1
Subnet mask 255.255.0.0
Default gateway 127.127.0.26
Kelas C
Ipconfiguration:
IP 192.168.0.2
Subnet mask 255.255.255.0
Default gateway 192.168.0.26
Server Falah 2
Ipconfiguration:
IP 192.168.0.1
Subnet mask 255.255.255.0
Default gateway 192.168.0.26
ROUTER
Pertama matikan router dahulu. Kemudian menambahkan phisical device module bertipe HWIC-4ESW pada port router yang sebelumnya tidak ada. Dan setelah itu hidupkan kembali router dan tunggu sampai port bener bener siap, dan tunggu sampai booting pada router selesai.
Contoh:
Dan untuk program CLI pada router sebagai berikut:
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.10.0.26 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 172.172.0.26 255.255.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config-if)#interface fastEthernet 0/1/0
Router(config-if)#interface vlan1
Router(config-if)#ip address 192.168.0.26 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
PROSES KONEKSI
Kelas A
Work station A ke worktation B
Data dari workstation A melalui switch0 kemudian melalui router falah kemudian melalui switch1 sampai workstation kelas B.
PC>ping 172.172.0.2
Pinging 172.172.0.2 with 32 bytes of data:
Reply from 172.172.0.2: bytes=32 time=110ms TTL=127
Reply from 172.172.0.2: bytes=32 time=124ms TTL=127
Reply from 172.172.0.2: bytes=32 time=125ms TTL=127
Reply from 172.172.0.2: bytes=32 time=125ms TTL=127
Ping statistics for 172.172.0.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 125ms, Average = 121ms
PC>tracert 172.172.0.2
Tracing route to 172.172.0.2 over a maximum of 30 hops:
1 46 ms 46 ms 62 ms 10.10.0.26
2 96 ms 140 ms 109 ms 172.172.0.2
Trace complete.
workstation A ke server falah 1
Data dari workstation A melalui switch0 kemudian melalui router falah kemudian melalui switch1 sampai server falah 1 kelas B.
PC>ping 172.172.0.1
Pinging 172.172.0.1 with 32 bytes of data:
Reply from 172.172.0.1: bytes=32 time=109ms TTL=127
Reply from 172.172.0.1: bytes=32 time=125ms TTL=127
Reply from 172.172.0.1: bytes=32 time=125ms TTL=127
Reply from 172.172.0.1: bytes=32 time=125ms TTL=127
Ping statistics for 172.172.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 125ms, Average = 121ms
PC>tracert 172.172.0.1
Tracing route to 172.172.0.1 over a maximum of 30 hops:
1 78 ms 62 ms 62 ms 10.10.0.26
2 125 ms 125 ms 109 ms 172.172.0.1
Trace complete.
Kelas B
Work station B ke worktation C
Data dari workstation B melalui switch1 kemudian melalui router falah kemudian melalui switch2 sampai workstation kelas C.
PC>ping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
Reply from 192.168.0.2: bytes=32 time=109ms TTL=127
Reply from 192.168.0.2: bytes=32 time=124ms TTL=127
Reply from 192.168.0.2: bytes=32 time=124ms TTL=127
Reply from 192.168.0.2: bytes=32 time=125ms TTL=127
Ping statistics for 192.168.0.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 125ms, Average = 120ms
PC>tracert 192.168.0.2
Tracing route to 192.168.0.2 over a maximum of 30 hops:
1 46 ms 62 ms 63 ms 172.172.0.26
2 125 ms 111 ms 111 ms 192.168.0.2
Trace complete.
workstation B ke server falah 2
Data dari workstation B melalui switch1 kemudian melalui router falah kemudian melalui switch2 sampai server falah 2 kelas C.
PC>ping 192.168.0.1
Pinging 192.168.0.1 with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time=110ms TTL=127
Reply from 192.168.0.1: bytes=32 time=124ms TTL=127
Reply from 192.168.0.1: bytes=32 time=125ms TTL=127
Reply from 192.168.0.1: bytes=32 time=125ms TTL=127
Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 125ms, Average = 121ms
PC>tracert 192.168.0.1
Tracing route to 192.168.0.1 over a maximum of 30 hops:
1 46 ms 62 ms 63 ms 172.172.0.26
2 125 ms 109 ms 109 ms 192.168.0.1
Trace complete..
Kelas C
Work station C ke worktation A
Data dari workstation C melalui switch2 kemudian melalui router falah kemudian melalui switch0 sampai worktation kelas A.
PC>ping 10.10.0.2
Pinging 10.10.0.2 with 32 bytes of data:
Reply from 10.10.0.2: bytes=32 time=94ms TTL=127
Reply from 10.10.0.2: bytes=32 time=96ms TTL=127
Reply from 10.10.0.2: bytes=32 time=109ms TTL=127
Reply from 10.10.0.2: bytes=32 time=109ms TTL=127
Ping statistics for 10.10.0.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 94ms, Maximum = 109ms, Average = 102ms
PC>tracert 10.10.0.2
Tracing route to 10.10.0.2 over a maximum of 30 hops:
1 63 ms 47 ms 62 ms 192.168.0.26
2 125 ms 110 ms 125 ms 10.10.0.2
Trace complete.
Work station C ke server falah
Data dari workstation C melalui switch2 kemudian melalui router falah kemudian melalui switch0 sampai server falah kelas A.
PC>ping 10.10.0.1
Pinging 10.10.0.1 with 32 bytes of data:
Reply from 10.10.0.1: bytes=32 time=125ms TTL=127
Reply from 10.10.0.1: bytes=32 time=125ms TTL=127
Reply from 10.10.0.1: bytes=32 time=109ms TTL=127
Reply from 10.10.0.1: bytes=32 time=122ms TTL=127
Ping statistics for 10.10.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 125ms, Average = 120ms
PC>tracert 10.10.0.1
Tracing route to 10.10.0.1 over a maximum of 30 hops:
1 62 ms 63 ms 62 ms 192.168.0.26
2 111 ms 109 ms 125 ms 10.10.0.1
Trace complete.
Lihat versi videonya
0 Response to "SIMULASI INTERKONEKSI ANTARA TIGA BUAH NETWORK YANG TERHUBUNG PADA SEBUAH ROUTER"
Post a Comment