php use this library: http://www.net-snmp.org/
(snmp version 2c is easier to understand using php manual...)



http://br2.php.net/manual/en/function.snmp2-walk.php   *like ls?
http://br2.php.net/manual/en/function.snmp2-real-walk.php   *like ls?
i don´t know but there´s a bluk and a walk function on net-snmp
http://www.net-snmp.org/docs/man/snmpwalk.html
http://www.net-snmp.org/docs/man/snmpbulkwalk.html
maybe bulk is for "ls but with many lines, not only one each ip packet"

http://br2.php.net/manual/en/function.snmp2-set.php    * like echo xxx > file
http://www.net-snmp.org/docs/man/snmpset.html

http://br2.php.net/manual/en/function.snmp2-get.php    * like cat
http://www.net-snmp.org/docs/man/snmpget.html


http://br2.php.net/manual/en/function.snmp2-getnext.php    *like cat
but not the current file, the next file in this directory
http://www.net-snmp.org/docs/man/snmpgetnext.html


2011/1/20 Roberto Spadim <[email protected]>:
> i will read about php snmp
> i think snmp version 1 is the easier to implement (it don´t have acess
> control, and many others features)
>
> 2011/1/19 Paul Alfille <[email protected]>:
>> I guess I agree with both of you.
>>
>> We don't have to match the SNMP hierarchy for philosophical ground,
>> but I presume we're using SNMP to use the many management and
>> monitoring tools available. So, any OWFS SNMP implementation should be
>> sufficiently compliant to work with commonly available tools.
>>
>> Does anyone here actually use SNMP? Is there a use case that we should solve?
>>
>> Paul Alfille
>>
>> On Wed, Jan 19, 2011 at 6:41 PM, Roberto Spadim <[email protected]> 
>> wrote:
>>> we don´t need the "standards/philosophy" since we aren´t a computer
>>> that must be monitored (disk i/o, network i/o, memory allocation..)
>>> we need read/write
>>>
>>
>> ------------------------------------------------------------------------------
>> Protect Your Site and Customers from Malware Attacks
>> Learn about various malware tactics and how to avoid them. Understand
>> malware threats, the impact they can have on your business, and how you
>> can protect your company and customers by using code signing.
>> http://p.sf.net/sfu/oracle-sfdevnl
>> _______________________________________________
>> Owfs-developers mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>
>
>
> --
> Roberto Spadim
> Spadim Technology / SPAEmpresarial
>



-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to