Hi,

When I use try to retrieve the system time by using snmp-get I get strange 
output.

var
  test : AnsiString;
begin
  if SNMPget('1.3.6.1.2.1.25.1.2.0', 'public', '192.168.1.1', test) then
    ShowMessage(test);
End;

This is the output I get from snmpwalk:
snmpwalk -v 1 192.168.1.1 -c public .1.3.6.1.2.1.25.1.2.0 -On
.1.3.6.1.2.1.25.1.2.0 = STRING: 2014-4-8,10:26:51.3,+2:0

Other string values work just fine.

What am I doing wrong here?

Thanks!

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to