Обновлено: 19.03.2026

SNMP & Мониторинг

RouterOS 7Продвинутое~5 мин

SNMP

# Включение SNMP v2c
/snmp/set enabled=yes contact="admin@example.com" location="Server Room"

# Community (ограничить по подсети)
/snmp/community/set public name="monitoring" \
    addresses=10.0.0.0/24 read-access=yes write-access=no

# SNMP v3
/snmp/community/add name="v3user" security=private \
    authentication-protocol=SHA1 authentication-password="authpass" \
    encryption-protocol=AES encryption-password="privpass"RouterOS CLI

Syslog

/system/logging/action/add name=remote-syslog \
    target=remote remote=10.0.0.100 remote-port=514 \
    src-address=192.168.88.1

/system/logging/add topics=firewall action=remote-syslog
/system/logging/add topics=system action=remote-syslogRouterOS CLI

Мониторинг

Рекомендуемые системы: The Dude (бесплатный, от MikroTik), Zabbix (шаблоны для RouterOS), LibreNMS, Prometheus + SNMP Exporter.