Page 1 of 1

SNMP Functions?!

Posted: Thu Jun 13, 2002 9:24 am
by daveovercash
Hello,
I was wondering if anyone here could help me with SNMP functions in PHP...
I am trying to set the value of an object value called portEnable to value
1... Let's say the IP is 127.0.0.1 and I want to timeout on 1000ms and
retry 3 times... Do any of you know how to use the snmpset() function to do
this? and the specifc object I want to change is port1

I think I have an idea that it woudl be,
snmpset("127.0.0.1",1,port1,portEnable,[1000000[3]]);

Is this right?