D-Link Forums

The Graveyard - Products No Longer Supported => D-Link NetDefend Firewalls => Topic started by: maroldi on October 21, 2010, 06:21:11 AM

Title: [SOLVED] How to monitor DFL-1600 CPU load?
Post by: maroldi 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
Title: Re: How to monitor DFL-1600 CPU load?
Post by: chechito 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
Title: Re: How to monitor DFL-1600 CPU load?
Post by: maroldi 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 (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 (http://www.net-snmp.org/wiki/index.php?title=TUT:Using_and_loading_MIBS)