simple qeustion about useing Mibs

Hello all,
I have 15 RB411 that have hotspot
now I want to know
1.how much data is download from each device
2.how many users where connected (the sum of them) to each device

I saw in the Mibs these line
mtxrHotSpot 5-1-1-12 (bytes in)
mtxrHotSpot 5-1-1-6 (user mac)

how do I use it?
and how I make it show me a total and not the stat in the cheak?
thank you all!

this is what I wrote in the appearance:
Users: [oid(“1.3.6.1.4.1.14988.1.1.5.6”)]
Out: [oid(“1.3.6.1.4.1.14988.1.1.5.12”)]
but I get no number - just
User:
Out:

thx again

SNMPwalk the device, switch to subtree, put most of the oid you are looking for in there. i.e. 1.3.6.1.4.1.14988.1.1

If you don’t get any data you need go back and setup SNMP, if you get data your labels might need to be changed. Maybe 1.3.6.1.4.1.14988.1.1.5.6 is an array so you would need [array_size(oid(“1.3.6.1.4.1.14988.1.1.5.6”))] or maybe use array with raw [array_size(oid_raw(“1.3.6.1.4.1.14988.1.1.5.6”))]

For a value that is changing over time you can use rate or diff32, diff64 to generate a graph that will will give the used/interval.

HTH,
Lebowski

thank you ,
but something is still not good :

  1. when I try to see how many people are connected :
    in the snmpwalk I see 6 people (also is I use the winbox and see registration in wireless).
    but when I copy the oid (like you told me to do) I get “1”
    I tried array_size, array_size(oid_raw) and still he bring me “1”
    how is it possible??? the oid is 1.3..6.4.1.14988.1.1.1.2.1.1.12.116.194.243.183.244.3
  2. when I try to see byte in/out - i saw them but after 1 min the gone - and there is no number there.
    again how it is possible??

Thank you,