From e77d9ee8d29d0edb5d20f93d34baefd0d60a88cc Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Mon, 13 Jul 2026 08:23:31 +0200 Subject: [PATCH] Adopted VyOS SNMP router traffic counter. --- sensors.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sensors.yaml b/sensors.yaml index ae88765..31df4f6 100644 --- a/sensors.yaml +++ b/sensors.yaml @@ -10,7 +10,8 @@ unique_id: '3303381540758' host: !secret router_ip community: !secret router_community - baseoid: .1.3.6.1.2.1.31.1.1.1.6.511 +# baseoid: .1.3.6.1.2.1.31.1.1.1.6.511 + baseoid: .1.3.6.1.2.1.2.2.1.10.24 version: 2c unit_of_measurement: "Octets" - platform: snmp @@ -18,7 +19,8 @@ unique_id: '1573258703922' host: !secret router_ip community: !secret router_community - baseoid: .1.3.6.1.2.1.31.1.1.1.10.511 +# baseoid: .1.3.6.1.2.1.31.1.1.1.10.511 + baseoid: .1.3.6.1.2.1.2.2.1.16.24 version: 2c unit_of_measurement: "Octets"