Virtual-ethernet Huawei

Hello has anyone here experienced the problem of Librenms not finding the virtual-ethernet ports on huawei?

Hello has anyone here experienced the problem of Librenms not finding the virtual-ethernet ports on huawei?

Hi,
Nothing specific to Huawei here. By default, any virtual port are filtered.

https://docs.librenms.org/Support/Configuration/

You could probably add a “good_if” entry with the exact spelling you need:

$config['os']['vrp']['good_if'][] = 'Virtual-Ethernet';

You need to do a discovery to see any change.

Could you tell me in which directory I apply this? To work ?

As written in the link I supplied, you have to edit the config.php file. This file is located in /opt/librenms by default.

Thank you very much it worked here!