From 3c3bc4f67827b04e01f54acc03a78894fb5c2832 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 9 Nov 2009 12:05:40 +0100 Subject: [PATCH] contrib/snmp-data.conf: Add support for Mikrotik RouterBoards. --- contrib/snmp-data.conf | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/contrib/snmp-data.conf b/contrib/snmp-data.conf index fd8d4044..07381db0 100644 --- a/contrib/snmp-data.conf +++ b/contrib/snmp-data.conf @@ -452,4 +452,73 @@ InstancePrefix "input" Values ".1.3.6.1.4.1.1909.10.6.1.1.3" + + # + # Mikrotik RouterBoards + # + # Wireless statistics: station mode + + tYPE "Bitrate" + Table true + InstancePrefix "st-tx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.2" + + + + Type "bitrate" + Table true + InstancePrefix "st-rx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.3" + + + + Type "signal_power" + Table true + InstancePrefix "st-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.4" + + + # Wireless statistics: AP mode / registration table + + Type "signal_power" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.3" + + + + Type "if_octets" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.5" ".1.3.6.1.4.1.14988.1.1.1.2.1.4" + + + + Type "if_packets" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.7" ".1.3.6.1.4.1.14988.1.1.1.2.1.6" + + + + Type "bitrate" + Table true + InstancePrefix "ap-tx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.8" + + + + Type "bitrate" + Table true + InstancePrefix "ap-rx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.9" + -- 2.11.0