Hii, I want to make my own snmp server and agent.with my own MIB and OID's. how can i do it??and where to start??
And if i want to use windows SNMP service and extend it and insert my own OID's into its MIB then ,is it possible??.n if yes,how can i do this??
There is an excellent open-source implementation for the .NET framework called SharpSnmpLib. It can implement a normal SNMP server, and it allows you to load your own custom MIBS.
A couple of tips: