What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

SNMP monitoring of WAN

Rusty_Gunn

New Around Here
I am trying to monitor my wan traffic through snmp but am stumped. I have seen a few other threads similar issues but no real issues. The biggest issue is that the values from eth0 are incorrect (and upload/download are generally close to equal when they shouldn't be). I found vlan1 to be reasonable accurate in tracking how much data goes in and out of the 4 port switch, but of course that is out of whack when using wireless or openvpn. Here are the results from snmp walk for my interfaces and the upload/download values. I do have HW acceleration off.

Code:
iso.3.6.1.2.1.31.1.1.1.1.1 = STRING: "lo"
iso.3.6.1.2.1.31.1.1.1.1.2 = STRING: "ifb0"
iso.3.6.1.2.1.31.1.1.1.1.3 = STRING: "ifb1"
iso.3.6.1.2.1.31.1.1.1.1.4 = STRING: "eth0"
iso.3.6.1.2.1.31.1.1.1.1.5 = STRING: "dpsta"
iso.3.6.1.2.1.31.1.1.1.1.8 = STRING: "vlan1"
iso.3.6.1.2.1.31.1.1.1.1.9 = STRING: "vlan2"
iso.3.6.1.2.1.31.1.1.1.1.29 = STRING: "br0"
iso.3.6.1.2.1.31.1.1.1.1.30 = STRING: "tun21"
iso.3.6.1.2.1.31.1.1.1.1.31 = STRING: "eth1"
iso.3.6.1.2.1.31.1.1.1.1.32 = STRING: "eth2"

iso.3.6.1.2.1.2.2.1.10.1 = Counter32: 6010565
iso.3.6.1.2.1.2.2.1.10.2 = Counter32: 0
iso.3.6.1.2.1.2.2.1.10.3 = Counter32: 0
iso.3.6.1.2.1.2.2.1.10.4 = Counter32: 1369835483
iso.3.6.1.2.1.2.2.1.10.5 = Counter32: 0
iso.3.6.1.2.1.2.2.1.10.8 = Counter32: 2120664410
iso.3.6.1.2.1.2.2.1.10.9 = Counter32: 0
iso.3.6.1.2.1.2.2.1.10.29 = Counter32: 2097087572
iso.3.6.1.2.1.2.2.1.10.30 = Counter32: 6787581
iso.3.6.1.2.1.2.2.1.10.31 = Counter32: 4639050
iso.3.6.1.2.1.2.2.1.10.32 = Counter32: 21877787

iso.3.6.1.2.1.2.2.1.16.1 = Counter32: 6010565
iso.3.6.1.2.1.2.2.1.16.2 = Counter32: 0
iso.3.6.1.2.1.2.2.1.16.3 = Counter32: 0
iso.3.6.1.2.1.2.2.1.16.4 = Counter32: 694459816
iso.3.6.1.2.1.2.2.1.16.5 = Counter32: 0
iso.3.6.1.2.1.2.2.1.16.8 = Counter32: 2837047608
iso.3.6.1.2.1.2.2.1.16.9 = Counter32: 0
iso.3.6.1.2.1.2.2.1.16.29 = Counter32: 3146820182
iso.3.6.1.2.1.2.2.1.16.30 = Counter32: 17250386
iso.3.6.1.2.1.2.2.1.16.31 = Counter32: 121425208
iso.3.6.1.2.1.2.2.1.16.32 = Counter32: 170834063

If anyone has some suggestions/solutions/ideas please share!
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top