ABDURROZAK
HOME ABOUT ME MICROSITE KONTAK PERSEMBAHAN HELP
ABDURROZAK.MY.ID // MIKROTIK TUTORIAL

MONITORING TRAFIK

RB941 hAP LITE - MONITORING TRAFIK JARINGAN LENGKAP

Panduan mendalam implementasi monitoring trafik jaringan pada MikroTik RB941: Traffic Monitor, Torch, Graphing, Traffic Flow, Connection Tracking, Bandwidth Test, SNMP, Syslog, Netwatch, dan Traffic Accounting. Konfigurasi dual: CLI (Terminal) & WinBox (GUI).

SPESIFIKASI HARDWARE RB941-2nD

RB941 hAP lite dengan kemampuan monitoring trafik jaringan lengkap. Support Traffic Monitor, Torch, Graphing, Traffic Flow, Connection Tracking, Bandwidth Test, SNMP, Syslog, Netwatch, dan Traffic Accounting.

CPU
AR9344 - 650MHz
RAM
32 MB DDR2
STORAGE
16 MB FLASH
ETHERNET
4x 10/100 Mbps
MONITORING
Full Support
GRAPHING
Real-time & Historical
SNMP
SNMP v1/v2c
SYSLOG
Remote Syslog
POWER
5V DC / USB
OS
RouterOS v6 L4
DIMENSI
113 x 89 x 28mm
BERAT
160 gram
MONITORING CAPABILITIES: RB941 support monitoring trafik lengkap: Traffic Monitor (real-time), Torch (per-IP), Graphing (historical), Traffic Flow, Connection Tracking, Bandwidth Test, SNMP, Syslog, Netwatch, dan Traffic Accounting.
KONSEP MONITORING TRAFIK FUNDAMENTAL

Monitoring trafik jaringan adalah proses memantau dan menganalisis trafik jaringan untuk memastikan performa optimal, deteksi masalah, dan perencanaan kapasitas.

TOOLS MONITORING MIKROTIK
Traffic Monitor
Real-time traffic monitoring per interface
Torch
Real-time traffic per IP/protocol
Graphing
Historical traffic graphs
Traffic Flow
Traffic flow analysis
Connection Tracking
Active connection tracking
Bandwidth Test
Bandwidth testing tool
SNMP
SNMP monitoring
Syslog
Remote syslog server
Netwatch
Host monitoring
MANFAAT MONITORING
PERFORMANCE MONITORING
Monitor performa jaringan secara real-time. Deteksi bottleneck dan bottleneck.
PROBLEM DETECTION
Deteksi masalah jaringan secara dini. Deteksi anomali dan masalah sebelum menjadi masalah besar.
CAPACITY PLANNING
Analisis penggunaan bandwidth untuk perencanaan kapasitas. Kapan perlu upgrade bandwidth.
SECURITY MONITORING
Monitor trafik untuk deteksi security threats. Deteksi anomali dan suspicious traffic.
PENTING: Monitoring membutuhkan resource. Monitoring real-time (Traffic Monitor, Torch) membutuhkan CPU. Monitoring historical (Graphing) membutuhkan storage. Monitor resource usage router.
TOPOLOGI MONITORING SCHEMA
// TOPOLOGI MONITORING TRAFIK // [ NETWORK ] | v +-------------------+ | MIKROTIK RB941 | | MONITORING | | | | ether1: WAN | Internet | ether2-4: LAN | LAN Network | wlan1: WIFI | WiFi Network | | | MONITORING TOOLS: | - Traffic Monitor Real-time | - Torch Per-IP | - Graphing Historical | - Traffic Flow Flow analysis | - Connection Track Active connections | - Bandwidth Test Bandwidth testing | - SNMP SNMP monitoring | - Syslog Remote logging | - Netwatch Host monitoring +-------------------+ | v [ MONITORING SERVER ] SNMP/Syslog Server
MONITORING SETUP: RB941 sebagai router dengan monitoring tools lengkap. Monitoring server untuk SNMP dan Syslog. Real-time monitoring dan historical graphing.
ANIMASI MONITORING LIVE FLOW

Visualisasi monitoring trafik jaringan. Traffic flow dari network melalui router ke monitoring server.

NETWORK TRAFFIC Traffic Flow MIKROTIK MONITORING RB941 MONITORING SERVER SNMP/Syslog // MONITORING FLOW // NETWORK TRAFFIC -> ROUTER MONITORING -> MONITORING SERVER
Traffic Flow
Monitoring Data
MONITORING FLOW: Network traffic melalui router. Router melakukan monitoring dan mengirim data ke monitoring server. Real-time dan historical monitoring.
SETUP BASIC ROUTER STEP 01

Setup basic router sebelum konfigurasi monitoring: identity, interface, IP address.

VIA CLI
# 1. Set identity [admin@MikroTik] > /system identity set name="MONITOR-ROUTER" # 2. Rename interface [admin@MONITOR-ROUTER] > /interface set ether1 name="WAN" [admin@MONITOR-ROUTER] > /interface set ether2 name="LAN" # 3. Set IP address [admin@MONITOR-ROUTER] > /ip address add address=192.168.10.1/24 interface=LAN # 4. DHCP Client (WAN) [admin@MONITOR-ROUTER] > /ip dhcp-client add interface=WAN disabled=no # 5. DHCP Server (LAN) [admin@MONITOR-ROUTER] > /ip pool add name="dhcp-pool" ranges=192.168.10.100-192.168.10.200 [admin@MONITOR-ROUTER] > /ip dhcp-server add name="dhcp-lan" interface=LAN address-pool=dhcp-pool [admin@MONITOR-ROUTER] > /ip dhcp-server network add address=192.168.10.0/24 gateway=192.168.10.1 dns-server=8.8.8.8 # 6. NAT [admin@MONITOR-ROUTER] > /ip firewall nat add chain=srcnat action=masquerade out-interface=WAN # 7. Firewall basic [admin@MONITOR-ROUTER] > /ip firewall filter add chain=input connection-state=established,related action=accept [admin@MONITOR-ROUTER] > /ip firewall filter add chain=input action=drop
VIA WINBOX
1
Menu: System -> Identity: MONITOR-ROUTER
2
Menu: Interfaces: rename ether1 -> WAN, ether2 -> LAN
3
Menu: IP -> Addresses: 192.168.10.1/24 on LAN
4
Menu: IP -> DHCP Client: add WAN
5
Menu: IP -> DHCP Server: setup LAN
6
Menu: IP -> Firewall -> NAT: masquerade WAN
7
Menu: IP -> Firewall -> Filter Rules: basic rules
TRAFFIC MONITOR MONITORING

Traffic Monitor untuk monitoring real-time traffic per interface. Menampilkan TX/RX rate, packets, dan errors.

VIA CLI
# 1. Monitor traffic interface [admin@MONITOR-ROUTER] > /tool traffic-monitor interface=WAN RX: 10.5 Mbps, 12500 pps TX: 5.2 Mbps, 8500 pps # 2. Monitor LAN interface [admin@MONITOR-ROUTER] > /tool traffic-monitor interface=LAN # 3. Monitor WiFi interface [admin@MONITOR-ROUTER] > /tool traffic-monitor interface=wlan1 # 4. Monitor all interfaces [admin@MONITOR-ROUTER] > /interface print stats # NAME RX-BYTE TX-BYTE RX-PACKET TX-PACKET 0 WAN 1.2GB 450MB 1543200 1210000 1 LAN 850MB 320MB 1054320 810000 2 wlan1 450MB 180MB 543200 410000
VIA WINBOX
1
Menu: Tools -> Traffic Monitor
2
Interface: WAN
3
Lihat RX/TX rate, packets, errors
4
Change interface: LAN, wlan1
5
Menu: Interfaces: lihat stats
TIPS: Traffic Monitor menampilkan real-time traffic. Gunakan untuk monitoring real-time. Untuk historical, gunakan Graphing.
TORCH MONITORING

Torch untuk monitoring real-time traffic per IP address, protocol, atau port. Berguna untuk identifikasi traffic per client.

VIA CLI
# 1. Torch all traffic [admin@MONITOR-ROUTER] > /tool torch interface=WAN SRC-ADDRESS DST-ADDRESS PROTO BYTES 192.168.10.101 142.250.x.x tcp 1.2MB 192.168.10.102 157.240.x.x tcp 450KB # 2. Torch per IP [admin@MONITOR-ROUTER] > /tool torch interface=WAN src-address=192.168.10.101 # 3. Torch per protocol [admin@MONITOR-ROUTER] > /tool torch interface=WAN protocol=tcp # 4. Torch per port [admin@MONITOR-ROUTER] > /tool torch interface=WAN dst-port=80 # 5. Torch with filter [admin@MONITOR-ROUTER] > /tool torch interface=WAN src-address=192.168.10.0/24 protocol=tcp
VIA WINBOX
1
Menu: Tools -> Torch
2
Interface: WAN
3
Start
4
Lihat traffic per IP, protocol, port
5
Filter: Src. Address, Protocol, Dst. Port
6
Stop
TIPS: Torch menampilkan real-time traffic per IP/protocol/port. Berguna untuk identifikasi traffic per client. Gunakan untuk troubleshooting dan identifikasi bandwidth hog.
GRAPHING MONITORING

Graphing untuk historical traffic graphs. Menampilkan grafik traffic harian, mingguan, bulanan, dan tahunan.

VIA CLI
# 1. Enable graphing interface [admin@MONITOR-ROUTER] > /tool graphing interface add interface=WAN [admin@MONITOR-ROUTER] > /tool graphing interface add interface=LAN [admin@MONITOR-ROUTER] > /tool graphing interface add interface=wlan1 # 2. Enable graphing resource [admin@MONITOR-ROUTER] > /tool graphing resource add # 3. Enable graphing queue [admin@MONITOR-ROUTER] > /tool graphing queue simple add # 4. View graphing # Access via browser: http://192.168.10.1/graph/ # 5. List graphing [admin@MONITOR-ROUTER] > /tool graphing interface print # INTERFACE ALLOW-ADDRESS 0 WAN 1 LAN 2 wlan1
VIA WINBOX
1
Menu: Tools -> Graphing
2
Tab Interface: + Add interface
3
Tab Resource: + Add resource
4
Tab Queue: + Add queue
5
View graphs: http://192.168.10.1/graph/
TIPS: Graphing menampilkan historical graphs: daily, weekly, monthly, yearly. Berguna untuk capacity planning dan analisis traffic pattern.
TRAFFIC FLOW MONITORING

Traffic Flow untuk analisis traffic flow. Menampilkan traffic flow per connection.

VIA CLI
# 1. Enable traffic flow [admin@MONITOR-ROUTER] > /ip traffic-flow set enabled=yes # 2. Set traffic flow target [admin@MONITOR-ROUTER] > /ip traffic-flow target add dst-address=192.168.10.100 # 3. View traffic flow [admin@MONITOR-ROUTER] > /ip traffic-flow print # 4. View traffic flow statistics [admin@MONITOR-ROUTER] > /ip traffic-flow print stats # 5. Clear traffic flow [admin@MONITOR-ROUTER] > /ip traffic-flow clear
VIA WINBOX
1
Menu: IP -> Traffic Flow
2
Tab Setup: Enabled yes
3
Tab Targets: + Add target
4
Tab Flows: view flows
5
Tab Statistics: view statistics
TIPS: Traffic Flow untuk analisis traffic flow. Berguna untuk analisis traffic pattern dan identifikasi traffic flow.
CONNECTION TRACKING MONITORING

Connection Tracking untuk monitoring active connections. Menampilkan semua active connections di router.

VIA CLI
# 1. View active connections [admin@MONITOR-ROUTER] > /ip firewall connection print # SRC-ADDRESS DST-ADDRESS PROTO STATE 0 192.168.10.101 142.250.x.x tcp established 1 192.168.10.102 157.240.x.x tcp established # 2. View connection count [admin@MONITOR-ROUTER] > /ip firewall connection print count-only 1250 # 3. View connections per protocol [admin@MONITOR-ROUTER] > /ip firewall connection print where protocol=tcp # 4. View connections per IP [admin@MONITOR-ROUTER] > /ip firewall connection print where src-address=192.168.10.101 # 5. Clear connections [admin@MONITOR-ROUTER] > /ip firewall connection clear
VIA WINBOX
1
Menu: IP -> Firewall -> Connections
2
View active connections
3
Filter: Protocol, Src. Address, Dst. Address
4
Count: connection count
5
Clear: clear connections
TIPS: Connection Tracking menampilkan semua active connections. Berguna untuk monitoring active connections dan troubleshooting.
BANDWIDTH TEST MONITORING

Bandwidth Test untuk testing bandwidth antara router dan client. Berguna untuk testing bandwidth actual.

VIA CLI
# 1. Bandwidth test to client [admin@MONITOR-ROUTER] > /tool bandwidth-test 192.168.10.100 duration=10s direction=both TX: 95 Mbps RX: 92 Mbps # 2. Bandwidth test upload only [admin@MONITOR-ROUTER] > /tool bandwidth-test 192.168.10.100 direction=send # 3. Bandwidth test download only [admin@MONITOR-ROUTER] > /tool bandwidth-test 192.168.10.100 direction=receive # 4. Bandwidth test with duration [admin@MONITOR-ROUTER] > /tool bandwidth-test 192.168.10.100 duration=30s # 5. Bandwidth test with protocol [admin@MONITOR-ROUTER] > /tool bandwidth-test 192.168.10.100 protocol=tcp
VIA WINBOX
1
Menu: Tools -> Bandwidth Test
2
Connect to: 192.168.10.100
3
Direction: both, send, receive
4
Duration: 10s, 30s, 60s
5
Protocol: tcp, udp
6
Start
TIPS: Bandwidth Test untuk testing bandwidth actual. Berguna untuk testing bandwidth antara router dan client. Pastikan client support bandwidth test.
SNMP MONITORING

SNMP (Simple Network Management Protocol) untuk monitoring router dari SNMP server. Support SNMP v1 dan v2c.

VIA CLI
# 1. Enable SNMP [admin@MONITOR-ROUTER] > /snmp set enabled=yes # 2. Set SNMP community [admin@MONITOR-ROUTER] > /snmp community set [find] name="public" addresses=192.168.10.100/32 # 2. Set SNMP community [admin@MONITOR-ROUTER] > /snmp community add name="public" addresses=192.168.10.100/32 # 3. Set SNMP contact [admin@MONITOR-ROUTER] > /snmp set contact="admin@router.local" # 4. Set SNMP location [admin@MONITOR-ROUTER] > /snmp set location="Server Room" # 5. View SNMP [admin@MONITOR-ROUTER] > /snmp print enabled: yes contact: admin@router.local location: Server Room
VIA WINBOX
1
Menu: IP -> SNMP
2
Enabled: yes
3
Tab Communities: + Add community
4
Name: public, Addresses: 192.168.10.100/32
5
Contact: admin@router.local
6
Location: Server Room
TIPS: SNMP untuk monitoring router dari SNMP server. Support SNMP v1 dan v2c. Gunakan community string yang kuat. Restrict addresses untuk security.
SYSLOG MONITORING

Syslog untuk mengirim log router ke remote syslog server. Berguna untuk centralized logging dan monitoring.

VIA CLI
# 1. Add syslog action [admin@MONITOR-ROUTER] > /system logging action add name="remote" target=remote remote=192.168.10.100 remote-port=514 # 2. Add logging rule [admin@MONITOR-ROUTER] > /system logging add action=remote topics=info,warning,error # 3. Add firewall logging [admin@MONITOR-ROUTER] > /system logging add action=remote topics=firewall # 4. View logging [admin@MONITOR-ROUTER] > /system logging print # TOPICS ACTION 0 info,warning,error remote 1 firewall remote # 5. View log [admin@MONITOR-ROUTER] > /log print
VIA WINBOX
1
Menu: System -> Logging
2
Tab Actions: + Add action
3
Name: remote, Target: remote
4
Remote: 192.168.10.100, Port: 514
5
Tab Rules: + Add rule
6
Action: remote, Topics: info,warning,error
TIPS: Syslog untuk centralized logging. Kirim log router ke remote syslog server. Berguna untuk centralized logging dan monitoring. Setup syslog server untuk receive logs.
NETWATCH MONITORING

Netwatch untuk monitoring host availability. Ping host secara periodik dan trigger action jika host down.

VIA CLI
# 1. Add netwatch [admin@MONITOR-ROUTER] > /tool netwatch add host=192.168.10.100 interval=30s up-script="log info \"Host UP\"" down-script="log warning \"Host DOWN\"" # 2. Add netwatch with action [admin@MONITOR-ROUTER] > /tool netwatch add host=8.8.8.8 interval=30s up-script="log info \"Internet UP\"" down-script="log warning \"Internet DOWN\"" # 3. View netwatch [admin@MONITOR-ROUTER] > /tool netwatch print # HOST STATUS INTERVAL 0 192.168.10.100 up 30s 1 8.8.8.8 up 30s # 4. View netwatch status [admin@MONITOR-ROUTER] > /tool netwatch print status # 5. View log [admin@MONITOR-ROUTER] > /log print where topics="netwatch"
VIA WINBOX
1
Menu: Tools -> Netwatch
2
+ Add netwatch
3
Host: 192.168.10.100
4
Interval: 30s
5
Up Script: log info "Host UP"
6
Down Script: log warning "Host DOWN"
7
OK
TIPS: Netwatch untuk monitoring host availability. Ping host secara periodik dan trigger action jika host down. Berguna untuk monitoring host availability dan alerting.
TRAFFIC ACCOUNTING MONITORING

Traffic Accounting untuk accounting traffic per IP. Berguna untuk billing dan accounting.

VIA CLI
# 1. Enable traffic accounting [admin@MONITOR-ROUTER] > /ip accounting set enabled=yes # 2. Add accounting rule [admin@MONITOR-ROUTER] > /ip accounting add src-address=192.168.10.0/24 dst-address=0.0.0.0/0 # 3. View accounting [admin@MONITOR-ROUTER] > /ip accounting print # SRC-ADDRESS DST-ADDRESS BYTES PACKETS 0 192.168.10.101 142.250.x.x 1.2GB 1543200 1 192.168.10.102 157.240.x.x 450MB 1054320 # 4. View accounting per IP [admin@MONITOR-ROUTER] > /ip accounting print where src-address=192.168.10.101 # 5. Clear accounting [admin@MONITOR-ROUTER] > /ip accounting clear
VIA WINBOX
1
Menu: IP -> Accounting
2
Tab Accounting: Enabled yes
3
+ Add rule
4
Src. Address: 192.168.10.0/24
5
Dst. Address: 0.0.0.0/0
6
View accounting
TIPS: Traffic Accounting untuk accounting traffic per IP. Berguna untuk billing dan accounting. Track traffic per IP address.
GRAPHING HISTORICAL MONITORING

Graphing Historical untuk historical traffic graphs. Menampilkan grafik traffic harian, mingguan, bulanan, dan tahunan.

VIA CLI
# 1. Enable graphing interface [admin@MONITOR-ROUTER] > /tool graphing interface add interface=WAN [admin@MONITOR-ROUTER] > /tool graphing interface add interface=LAN [admin@MONITOR-ROUTER] > /tool graphing interface add interface=wlan1 # 2. Enable graphing resource [admin@MONITOR-ROUTER] > /tool graphing resource add # 3. Enable graphing queue [admin@MONITOR-ROUTER] > /tool graphing queue simple add # 4. View graphing # Access via browser: # http://192.168.10.1/graph/ # 5. List graphing [admin@MONITOR-ROUTER] > /tool graphing interface print # INTERFACE ALLOW-ADDRESS 0 WAN 1 LAN 2 wlan1
VIA WINBOX
1
Menu: Tools -> Graphing
2
Tab Interface: + Add interface
3
Tab Resource: + Add resource
4
Tab Queue: + Add queue
5
View graphs: http://192.168.10.1/graph/
TIPS: Graphing Historical menampilkan grafik traffic harian, mingguan, bulanan, dan tahunan. Berguna untuk capacity planning dan analisis traffic pattern.
SNMP SETUP MONITORING

SNMP Setup untuk monitoring router dari SNMP server. Support SNMP v1 dan v2c.

VIA CLI
# 1. Enable SNMP [admin@MONITOR-ROUTER] > /snmp set enabled=yes # 2. Set SNMP community [admin@MONITOR-ROUTER] > /snmp community add name="public" addresses=192.168.10.100/32 # 3. Set SNMP contact [admin@MONITOR-ROUTER] > /snmp set contact="admin@router.local" # 4. Set SNMP location [admin@MONITOR-ROUTER] > /snmp set location="Server Room" # 5. View SNMP [admin@MONITOR-ROUTER] > /snmp print enabled: yes contact: admin@router.local location: Server Room
VIA WINBOX
1
Menu: IP -> SNMP
2
Enabled: yes
3
Tab Communities: + Add community
4
Name: public, Addresses: 192.168.10.100/32
5
Contact: admin@router.local
6
Location: Server Room
TIPS: SNMP untuk monitoring router dari SNMP server. Support SNMP v1 dan v2c. Gunakan community string yang kuat. Restrict addresses untuk security.
SYSLOG SETUP MONITORING

Syslog Setup untuk mengirim log router ke remote syslog server. Berguna untuk centralized logging.

VIA CLI
# 1. Add syslog action [admin@MONITOR-ROUTER] > /system logging action add name="remote" target=remote remote=192.168.10.100 remote-port=514 # 2. Add logging rule [admin@MONITOR-ROUTER] > /system logging add action=remote topics=info,warning,error # 3. Add firewall logging [admin@MONITOR-ROUTER] > /system logging add action=remote topics=firewall # 4. View logging [admin@MONITOR-ROUTER] > /system logging print # TOPICS ACTION 0 info,warning,error remote 1 firewall remote # 5. View log [admin@MONITOR-ROUTER] > /log print
VIA WINBOX
1
Menu: System -> Logging
2
Tab Actions: + Add action
3
Name: remote, Target: remote
4
Remote: 192.168.10.100, Port: 514
5
Tab Rules: + Add rule
6
Action: remote, Topics: info,warning,error
TIPS: Syslog untuk centralized logging. Kirim log router ke remote syslog server. Berguna untuk centralized logging dan monitoring.
NETWATCH SETUP MONITORING

Netwatch Setup untuk monitoring host availability. Ping host secara periodik dan trigger action.

VIA CLI
# 1. Add netwatch [admin@MONITOR-ROUTER] > /tool netwatch add host=192.168.10.100 interval=30s up-script="log info \"Host UP\"" down-script="log warning \"Host DOWN\"" # 2. Add netwatch with action [admin@MONITOR-ROUTER] > /tool netwatch add host=8.8.8.8 interval=30s up-script="log info \"Internet UP\"" down-script="log warning \"Internet DOWN\"" # 3. View netwatch [admin@MONITOR-ROUTER] > /tool netwatch print # HOST STATUS INTERVAL 0 192.168.10.100 up 30s 1 8.8.8.8 up 30s # 4. View netwatch status [admin@MONITOR-ROUTER] > /tool netwatch print status # 5. View log [admin@MONITOR-ROUTER] > /log print where topics="netwatch"
VIA WINBOX
1
Menu: Tools -> Netwatch
2
+ Add netwatch
3
Host: 192.168.10.100
4
Interval: 30s
5
Up Script: log info "Host UP"
6
Down Script: log warning "Host DOWN"
7
OK
TIPS: Netwatch untuk monitoring host availability. Ping host secara periodik dan trigger action jika host down. Berguna untuk monitoring host availability dan alerting.
TRAFFIC ACCOUNTING SETUP MONITORING

Traffic Accounting Setup untuk accounting traffic per IP. Berguna untuk billing dan accounting.

VIA CLI
# 1. Enable traffic accounting [admin@MONITOR-ROUTER] > /ip accounting set enabled=yes # 2. Add accounting rule [admin@MONITOR-ROUTER] > /ip accounting add src-address=192.168.10.0/24 dst-address=0.0.0.0/0 # 3. View accounting [admin@MONITOR-ROUTER] > /ip accounting print # SRC-ADDRESS DST-ADDRESS BYTES PACKETS 0 192.168.10.101 142.250.x.x 1.2GB 1543200 1 192.168.10.102 157.240.x.x 450MB 1054320 # 4. View accounting per IP [admin@MONITOR-ROUTER] > /ip accounting print where src-address=192.168.10.101 # 5. Clear accounting [admin@MONITOR-ROUTER] > /ip accounting clear
VIA WINBOX
1
Menu: IP -> Accounting
2
Tab Accounting: Enabled yes
3
+ Add rule
4
Src. Address: 192.168.10.0/24
5
Dst. Address: 0.0.0.0/0
6
View accounting
TIPS: Traffic Accounting untuk accounting traffic per IP. Berguna untuk billing dan accounting. Track traffic per IP address.
MONITORING DASHBOARD DASHBOARD

Monitoring Dashboard untuk monitoring semua monitoring tools dalam satu dashboard.

MONITORING TOOLS
Traffic Monitor
Real-time traffic monitoring per interface
Torch
Real-time traffic per IP/protocol
Graphing
Historical traffic graphs
Traffic Flow
Traffic flow analysis
Connection Tracking
Active connection tracking
Bandwidth Test
Bandwidth testing tool
SNMP
SNMP monitoring
Syslog
Remote syslog server
Netwatch
Host monitoring
DASHBOARD ACCESS
WEB INTERFACE
Access monitoring via web interface: http://192.168.10.1/graph/
WINBOX
Access monitoring via WinBox: Tools -> Traffic Monitor, Torch, Graphing
SNMP SERVER
Access monitoring via SNMP server: SNMP monitoring tools
SYSLOG SERVER
Access monitoring via syslog server: syslog monitoring tools
TIPS: Monitoring Dashboard untuk monitoring semua monitoring tools dalam satu dashboard. Access via web interface, WinBox, SNMP server, atau syslog server.
TROUBLESHOOTING SUPPORT

Masalah umum monitoring dan solusinya.

TRAFFIC MONITOR TIDAK WORKING
KEMUNGKINAN PENYEBAB:
1. Interface tidak selected
2. Interface down
3. Traffic Monitor tidak enabled
4. Interface salah
SOLUSI: Cek interface selected. Cek interface status. Cek Traffic Monitor enabled. Cek interface name.
TORCH TIDAK WORKING
KEMUNGKINAN PENYEBAB:
1. Interface tidak selected
2. Interface down
3. Torch tidak started
4. Filter salah
SOLUSI: Cek interface selected. Cek interface status. Start Torch. Cek filter.
GRAPHING TIDAK WORKING
KEMUNGKINAN PENYEBAB:
1. Graphing tidak enabled
2. Interface tidak added
3. Graphing tidak accessible
4. Web interface tidak accessible
SOLUSI: Enable graphing. Add interface. Check graphing accessible. Check web interface accessible.
SNMP TIDAK WORKING
KEMUNGKINAN PENYEBAB:
1. SNMP tidak enabled
2. Community salah
3. Addresses salah
4. SNMP server tidak accessible
SOLUSI: Enable SNMP. Check community. Check addresses. Check SNMP server accessible.
SYSLOG TIDAK WORKING
KEMUNGKINAN PENYEBAB:
1. Syslog tidak enabled
2. Remote server salah
3. Remote port salah
4. Syslog server tidak accessible
SOLUSI: Enable syslog. Check remote server. Check remote port. Check syslog server accessible.
NETWATCH TIDAK WORKING
KEMUNGKINAN PENYEBAB:
1. Netwatch tidak added
2. Host salah
3. Interval salah
4. Script salah
SOLUSI: Add netwatch. Check host. Check interval. Check script.
DIAGNOSTIC COMMANDS
# Traffic Monitor > /tool traffic-monitor interface=WAN # Torch > /tool torch interface=WAN # Graphing > /tool graphing interface print # SNMP > /snmp print # Syslog > /system logging print # Netwatch > /tool netwatch print # Traffic Accounting > /ip accounting print
BEST PRACTICE MONITORING TIPS
MONITOR REGULARLY
Monitor traffic secara berkala. Monitor traffic pattern dan identifikasi anomali.
USE MULTIPLE TOOLS
Gunakan multiple monitoring tools: Traffic Monitor, Torch, Graphing, SNMP, Syslog, Netwatch.
SETUP ALERTING
Setup alerting untuk monitoring. Alert jika ada anomali atau masalah.
CAPACITY PLANNING
Gunakan monitoring untuk capacity planning. Analisis traffic pattern untuk planning.
SECURITY MONITORING
Monitor traffic untuk security. Deteksi anomali dan suspicious traffic.
CENTRALIZED LOGGING
Setup centralized logging dengan syslog. Centralized logging untuk monitoring.
MONITOR RESOURCES
Monitor resource usage router. Monitor CPU, memory, dan storage usage.
DOCUMENTATION
Document monitoring configuration. Document monitoring tools dan configuration.
MONITORING CHEATSHEET QUICK REF
MONITORING COMMANDS
# TRAFFIC MONITOR > /tool traffic-monitor interface=WAN > /tool traffic-monitor interface=LAN > /tool traffic-monitor interface=wlan1 # TORCH > /tool torch interface=WAN > /tool torch interface=WAN src-address=192.168.10.101 > /tool torch interface=WAN protocol=tcp # GRAPHING > /tool graphing interface add interface=WAN > /tool graphing resource add > /tool graphing queue simple add # TRAFFIC FLOW > /ip traffic-flow set enabled=yes > /ip traffic-flow target add dst-address=192.168.10.100 # CONNECTION TRACKING > /ip firewall connection print > /ip firewall connection print count-only # BANDWIDTH TEST > /tool bandwidth-test 192.168.10.100 duration=10s direction=both # SNMP > /snmp set enabled=yes > /snmp community add name="public" addresses=192.168.10.100/32 # SYSLOG > /system logging action add name="remote" target=remote remote=192.168.10.100 > /system logging add action=remote topics=info,warning,error # NETWATCH > /tool netwatch add host=192.168.10.100 interval=30s # TRAFFIC ACCOUNTING > /ip accounting set enabled=yes > /ip accounting add src-address=192.168.10.0/24 dst-address=0.0.0.0/0
ABDURROZAK.MY.ID // JARINGAN SOSIAL

s.id

Link Tree Utama

GitHub

Repositori Kode

Instagram

Galeri Visual

Threads

Diskusi Ringkas

Facebook

Jaringan Sosial

TikTok

Konten Video Pendek

YT Teacher

Edukasi & Tutorial

YT Course

Materi Pembelajaran

YT Studio

Produksi Konten

Hashnode

Artikel Teknis

WhatsApp

Komunikasi Langsung

Email

abdurrozak.skom@gmail.com