• February 24, 2025, 04:20:09 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: [SOLVED] How to monitor DFL-1600 CPU load?  (Read 6533 times)

maroldi

  • Level 1 Member
  • *
  • Posts: 2
[SOLVED] How to monitor DFL-1600 CPU load?
« on: October 21, 2010, 06:21:11 AM »

Hi,
I need to monitor the cpu load of a DFL-1600 via SNMP and then plot some graphs with zabbix, but I can't get the interesting data out of the device:
the output of the command
Code: [Select]
snmpwalk -v2c -c secret ip.of.the.firewall .1.3.6.1.4.1.171.20.1.2gives me a lot of information about the device, interfaces, packets but no info on the CPU
The option "SNMP Before Rules" is checked.

How can I get this information?
Thanks for your help

Marco
« Last Edit: October 21, 2010, 11:57:22 PM by maroldi »
Logged

chechito

  • Level 3 Member
  • ***
  • Posts: 193
Re: How to monitor DFL-1600 CPU load?
« Reply #1 on: October 21, 2010, 03:33:12 PM »

download de MIB from dlink website and load it on your SNMP software

you need to walk snmo to get de oid of cpu load, works ok on dfl 210 and dfl 800 i dont have access to dfl 1600 to give you de exact oid
Logged

maroldi

  • Level 1 Member
  • *
  • Posts: 2
Re: How to monitor DFL-1600 CPU load?
« Reply #2 on: October 21, 2010, 11:57:01 PM »

Hi Chechito and thanks for your reply
I've followed your hint and it works!
Now i figured out witch OID is relative to cpu load!

Thank you
Marco

- MIB File from: http://www.dlink.com.au/tech/Download/download.aspx?product=DFL-1600
- How to load MIBs: http://www.net-snmp.org/wiki/index.php?title=TUT:Using_and_loading_MIBS
Logged