I'm using SNMP to query the traffic_in and traffic_out thingies on the router. I'm new to Cacti and SNMP.
![:)](./images/smilies/icon_smile.gif)
Question: is it possible to manually adjust the IN values I'm getting and decrease them with that respective amount?
Moderators: Developers, Moderators
Code: Select all
snmpget -c public -v 2c router ifInOctets.1
That depends. My DSL Router at home, for instance, does not report its WAN interfaces (with current firmware). But obviously, there is a WAN interfacewirespot wrote:How would I go about querying all/other router interfaces? I've posted the full snmpwalk above, is that not all that I can get from the router? Is there mode information, hidden?
Sure, if you can tell me where to find a screen similar to what you posted.BSOD2600 wrote:Would you post the interface list as cacti sees it?
Make that even higher... The highest I've seen was 18 KB.BSOD2600 wrote:I still find it hard to belive that you've got 10KB of 'idle traffic' on the WAN side of the cable modem... but I suppose it's possible.
Thank you for the flowersBSOD2600 wrote:Yes it is possible. You'll want to use a CDEF in the graph template... how exactly it's done I'm not sure since I don't play around with those often. lvm or others will probably know...
Code: Select all
snmpwalk -c <your community string> -v 1 <your device name/IP> interface
Users browsing this forum: No registered users and 6 guests