# MikroTik Anti-Looping Skema Setting Lengkap
# 1. Buat Bridge dan aktifkan RSTP
/interface bridge
add name=bridge1 protocol-mode=rstp
# 2. Tambahkan interface ke bridge dan atur horizon
/interface bridge port
add bridge=bridge1 interface=ether1 horizon=1
add bridge=bridge1 interface=ether2 horizon=1
add bridge=bridge1 interface=ether3 horizon=1
add bridge=bridge1 interface=ether4 horizon=1
add bridge=bridge1 interface=ether5 horizon=1
# 3. Aktifkan BPDU Guard untuk port ke klien
/interface bridge port
set [find interface=ether3] bpdu-guard=yes
set [find interface=ether4] bpdu-guard=yes
set [find interface=ether5] bpdu-guard=yes
# 4. Setup Storm Control pada port
/interface ethernet switch port
set ether1 storm-rate=broadcast-5000
set ether2 storm-rate=broadcast-5000
set ether3 storm-rate=broadcast-5000
set ether4 storm-rate=broadcast-5000
set ether5 storm-rate=broadcast-5000
# 5. Tambahkan monitoring sederhana CPU (optional)
/system scheduler
add interval=1m name=cpu-check on-event=":if ([/system resource get cpu-load] > 80) do={/log warning message=\"CPU usage high, possible loop!\"}" start-time=startup
# 6. Opsional: Tambahkan filter bridge untuk membatasi broadcast lebih lanjut
/interface bridge filter
add action=drop chain=forward mac-protocol=ip multicast=yes
# End of Anti-Looping Setting
# -- Semoga jaringanmu aman dari looping! :) --


April 28, 2025
Rufaidah-network
0 Comments:
Posting Komentar