@cryptotaxi247 / netdata-1 / commits / 344ac976f

snmp profiles: fix Netgear switch topology discovery (LLDP/FDB/STP) (#22366)

Costa Tsaousis committed May 1, 2026 at 19:20 UTC 344ac976ff895dd596bc60387f530eb078020bd2
1 file changed +14 -2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-switch.yaml
+14 -2
@@ -1,11 +1,23 @@
1 extends:
2 - netgear.yaml
3 + - _std-lldp-mib.yaml
4 + - _std-topology-fdb-arp-mib.yaml
5 + - _std-topology-q-bridge-mib.yaml
6 + - _std-topology-stp-mib.yaml
7
8 selector:
9 - sysobjectid:
10 include:
7 - - 1.3.6.1.4.1.4526.100.1.28
8 - - 1.3.6.1.4.1.4526.100.1.31
11 + # Netgear switch product families (NETGEAR-INVENTORY-MIB).
12 + # See metadata/netgear.yaml for the full per-OID model list.
13 + # Excludes non-switch families: 100.5/100.6 (router/firewall),
14 + # 100.7 (access point), 100.8 (wireless controller), 100.16 (NAS).
15 + - 1.3.6.1.4.1.4526.100.1.*
16 + - 1.3.6.1.4.1.4526.100.2.*
17 + - 1.3.6.1.4.1.4526.100.3.*
18 + - 1.3.6.1.4.1.4526.100.4.*
19 + - 1.3.6.1.4.1.4526.100.10.*
20 + - 1.3.6.1.4.1.4526.100.11.*
21
22 metadata:
23 device: