SNMP Functions?!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
daveovercash
Forum Newbie
Posts: 2
Joined: Thu Jun 13, 2002 9:24 am
Location: Chicago, IL, U.S.
Contact:

SNMP Functions?!

Post 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?
Post Reply