Erroneous ports

Hi All

Is there a way to stop LibreNMS detecting erroneous ports on Windows servers?
There is only 1 NIC on each server, but all have loads of ports reported/discovered in LibreNMS.
I know I can disable by port, but I have over 200 servers and am looking for a easier way to do it.

Example of the reported/discovered ports from 1 server:

Sorry forgot to add system info

CentOS 7
Libre NMS Version 22.8.0

can be disabled in config.php

$config[‘bad_iftype’][] = “Tunnel_6to4”;
$config[‘bad_if’][] = “mgmt0”;

you can also use regex to match to your interface name/description

Hi

Many thanks, will give it a go.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.