> But now what's next, hope someone can help me with:
> 
> 1. As I understand, .1.3.6.1.2.1.1.1.0. is just a demo OID, how do I
> build my own OID? 2. Under procedure TUDPSnmpDaemon.Execute;, there is
> code that reads MIB, how do I create that?

SNMP working with OIDs. It is long series of numeric identificators. 
It is structyred as tree. First number is root. And this strii of OID 
numbers is standardtized.

For human is not OID practical. So, exists symbolic names for each 
OID. This is defined in the MIB. MIB describes translation of 
symbolivc names to OID and describes data type too.

However Synapse does not contains any code for working with MIBs. It 
just working with OIDs on lowest possible level. Working with MIB is 
high-level task.

So, somewhere exists definition of standard SNMP MIB, where is 
defined OID 1.3.6.1.2.1.1.1.0 as "system description" with string 
content. So, I implement is as demo. ;-)

You can implement all OIDs what you wish.



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------

_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to