Manajemem bandwidth dengan Mikrotik July 15, 2010
Posted by puji in Jarkom.trackback
Mengatur alokasi bandwidth dalam manajamen jaringan menjadi hal yang penting, terutama pada kondisi dimana resource bandwidth terbatas sedangkan penggunanya banyak.
Mikrotik menyediakan fasilitas untuk mengatur alokasi bandwidth, dalam artikel ini menggunakan fitur QUEUE.
SKEMA JARINGAN
Misalkan skema jaringan dikantor kita sebagai berikut
INTERNET —— MIKROTIK ——- INTRANET
TUJUAN
Membatasi akses PC 10.1.1.11 dengan:
- Download maksimal 128 kbps
- Upload maksimal 64 kbps unt
EKSPERIMEN
Berikut langkah-langkap eksperimen manajemen bandwitdh
1) Masuk ke menu “Queues” pada Winbox
2) Tambahkan rule “Simple Queue” dengan mengklik tombol “+”
3) Masukkan parameter-parameter yang diinginkan, sebagai contoh seperti gambar dibawah ini

4) Uji hasil dengan memberikan paket ukuran besar ke router mikrotik
C:\Documents and Settings\Administrator>ping 10.1.1.10 -l 10000 -t
Pinging 10.1.1.10 with 10000 bytes of data:
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=77ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=378ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=644ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=910ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=1177ms TTL=64
Request timed out.
Reply from 10.1.1.10: bytes=10000 time=1466ms TTL=64
Request timed out.
Reply from 10.1.1.10: bytes=10000 time=1481ms TTL=64
Request timed out.
Request timed out.
Reply from 10.1.1.10: bytes=10000 time=1280ms TTL=64
Request timed out.
Reply from 10.1.1.10: bytes=10000 time=1295ms TTL=64
Request timed out.
Reply from 10.1.1.10: bytes=10000 time=1335ms TTL=64
Analisis:
Dari hasil ping diatas terlihat bahwa diawal-awal lancar, kemudian waktu yang dibutuhkan naik dari 3, 77, 378, 644, 1177 dan seterusnya. Hal ini menandakan bahwa aliran paket data melambat bahkan pada kemudian beberapa paket data didrop oleh router mikrotik karena telah melewati batas maksimum, yakni 64 kbps.

Pengamatan di Queue List juga menunjukkan bahwa paket data telah melewati quota yang ditentukan, dari gambar diatas terlihat bahwa rule “lokal” yang awalnya berwarna hijau berubah menjadi merah. Dari gambar diatas juga terlihat jumlah rate paket data yang didrop.
5) Untuk meyakinkan hasil implementasi di atas, nonaktifkan rule queue tersebut dan berikan paket ke router. Berikut contoh hasil ping ke router setelah rule dinonaktifkan
C:\Documents and Settings\Administrator>ping 10.1.1.10 -l 10000 -t
Pinging 10.1.1.10 with 10000 bytes of data:
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=2ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Reply from 10.1.1.10: bytes=10000 time=3ms TTL=64
Analisis:
Dari hasil ping diatas, paket data dapat sampai ke router dengan baik, tanpa ada paket yang didrop lantaran quota bandiwdht telah terlampaui
Comments»
No comments yet — be the first.