where the file fastnetmon_mikrotik.php must stay in?
Att. Luciano
where the file fastnetmon_mikrotik.php must stay in?
Att. Luciano
How this can fix? It do not create database in influxdb.
I am having same issue when I run show databases there is no graphite database ![]()
Hello to all Mikrotik users!
We just finished a big project to deliver a completely automated way to build binary packages (deb, rpm) for all top Linux distributions. We’ve made this choice according to install statistics which includes the version of Linux distribution.
Since today all installs which use our recommended install script will use binary packages built for your
distribution by us.
We’ve prepared packages for following diretructions:
For all other distributions we recommend old way to compile FastNetMon from source using new fastnetmon_build.pl script.
We do not use repositories and just install packages directly from our file storage. We have some plans about repositories but we decided to keep this task for future.
We’ve prepared these packages by including some new fancy features as API support, command line client (fastnetmon_api_client) and complete GoBGP support.
We recommend using GoBGP because it offers a much more reliable and scalable way to control your BGP announcements.
Thank you!
It seems the FastNetMon Advanced Total traffic dashboard (https://grafana.com/grafana/dashboards/1605) is not support anymore with the current FNM. Cause it doesnt show anything on the graph. But when I use the updated JSON which is posted by @shaoranrch (FastNet Dashes.rar) it works…
Does anyone has updated version of the JSON file for FastNetMon Advanced Total traffic dashboard?
Hello,
What is the BGP Filter syntax to advertise blackhole to upstream in ROS7?
Would the following syntax on be correct?
/routing/filter/rule
add chain=UPSTREAM_OUT rule="if (bgp-communities includes 65001:666 && dst-len==32 && dst in X.X.X.X/24) { set bgp-communities UPSTREAM_AS:666; accept }"
X.X.X.X/24 - my IPv4
666 - upstream blackhole communities
BGP Filter on FastNetMon session
/routing/filter/rule
add chain=FNM-in comment="FNM DDOS" disabled=no rule="if (bgp-communities includes 65001:666) {append bgp-communities no-export,no-advertise; set blackhole yes; set comment FNM; accept} else {reject}"
add chain=FNM-out disabled=no rule=reject