Jump to content

Jaringan Komputer:Tugas 2: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 2: Line 2:
==Device==
==Device==
*[https://www.tokopedia.com/vnetstore/mikrotik-routerboard-crs309-1g-8s-in Routerboard CRS309-1G-8S+IN] atau [https://mikrotik.com/product/crs309_1g_8s_in link berikut] (1)
*[https://www.tokopedia.com/vnetstore/mikrotik-routerboard-crs309-1g-8s-in Routerboard CRS309-1G-8S+IN] atau [https://mikrotik.com/product/crs309_1g_8s_in link berikut] (1)
*[https://www.tokopedia.com/akfa-/switch-tp-link-tl-sg1210p-gigabit-desktop-10port-10-port-gigabit TP-Link TL-SG1210P] atau [https://www.tp-link.com/us/business-networking/poe-switch/tl-sg1210p/ link berikut] (5)
*[https://www.tokopedia.com/akfa-/switch-tp-link-tl-sg1210p-gigabit-desktop-10port-10-port-gigabit TP-Link TL-SG1210P] atau [https://www.tp-link.com/us/business-networking/poe-switch/tl-sg1210p/ link berikut] (6)
*[https://www.tokopedia.com/gudangnetwork/belden-rj45-connector-cat-5-konektor-rj-45-cat5-ap700007-original Connector RJ45] (2)
*[https://www.tokopedia.com/gudangnetwork/belden-rj45-connector-cat-5-konektor-rj-45-cat5-ap700007-original Connector RJ45] (2)
*[https://www.tokopedia.com/ceol/kabel-utp-cat-6-belden-kabel-data-cat-6-belden Kabel UTP] (2)
*[https://www.tokopedia.com/ceol/kabel-utp-cat-6-belden-kabel-data-cat-6-belden Kabel UTP] (2)
Line 80: Line 80:
Router(dhcp-config)#exit
Router(dhcp-config)#exit
</syntaxhighlight>
</syntaxhighlight>
[[Category:Materi]]
[[Category:Matkul]]
[[Category:Jaringan Komputer]]

Revision as of 12:26, 14 December 2022

Device

Spek Komputer (39)

  • Processor Intel Core i5-650 (3.2GHz, C4Mb)
  • RAM 4GB Kingston DDR3 PC12800
  • Harddisk 500GB Seagate Internal HD 3.5"
  • Mainboard Intel LGA1156 Socket H55
  • PSU 450W - TX-PRIME HOSE Black Box
  • Case TX-PRIME HOSE Office Series

Link pembelian

Spek Server (1)

  • Processor Intel Xeon E-2224G (4C / 4T, 3.5 / 4.7Ghz , 8Mb)
  • Chipset Intel C246 chipset
  • Video Integrated Intel Graphics Technology (Intel GT)
  • Memory 8 Gb Tru DDR4 2666 Mhz
  • Memory maximums Up to 64 GB with 4x 16 GB UDIMMs
  • Storage 1 Tb HDD SATA 3.5" 7200 rpm
  • Network interfaces One integrated Gigabit Ethernet 1000BASE-T port (RJ-45) using Intel i219-LM controller.

Link pembelian

Konfigurasi Router

Router>enable
Router#configure terminal
Router(config)#interface fa0/0
Router(config-if)#ip address 10.10.11.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa1/0
Router(config-if)#ip address 10.10.12.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa2/0
Router(config-if)#ip address 10.10.13.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa3/0
Router(config-if)#ip address 10.10.14.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa4/0
Router(config-if)#ip address 10.10.15.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa5/0
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip dhcp pool network1010121
Router(dhcp-config)#network 10.10.12.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.12.1
Router(dhcp-config)#exit
Router(config)#ip dhcp pool network1010131
Router(dhcp-config)#network 10.10.13.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.13.1
Router(dhcp-config)#exit
Router(config)#ip dhcp pool network1010141
Router(dhcp-config)#network 10.10.14.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.14.1
Router(dhcp-config)#exit
Router(config)#ip dhcp pool network1010151
Router(dhcp-config)#network 10.10.15.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.15.1
Router(dhcp-config)#exit
Router(config)#ip dhcp pool network1010101
Router(dhcp-config)#network 10.10.10.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.10.1
Router(dhcp-config)#exit
Router(config)#ip dhcp pool network1010111
Router(dhcp-config)#network 10.10.11.0 255.255.255.0
Router(dhcp-config)#default-router 10.10.11.1
Router(dhcp-config)#exit