But Dave, All the SNMP data is in TLV(ASN.1) format. That is why third party clients(like snmpwalk, getif) are able to connect to snmp service and able to read those datas.-- If I am not wrong.
So If we use mib2c tool to generate the code template(which uses Net-snmp api's) and to integrate with the Snmp service if we implement SNMP Extension API Functions, It should work.
Do you forsee any issue?
Thanks
mamon
Dave Shield <[EMAIL PROTECTED]> wrote:
Dave Shield <[EMAIL PROTECTED]> wrote:
On Wed, 2005-06-15 at 09:25, mahua dutta wrote:
> I like to integrate an Net -SNMP agent, which has been developed as
> one DLL using Net-SNMP api's. Net-SNMP is also installed in my machine
> so that the dll can use Net-SNMP libraries. But instead of Integrating
> with Net-SNMP master Agent , It need to be integrated with the
> Microsoft provided SNMP service. Definitely The integration part of
> code should be according to the Microsoft specification.
>
> Will it work ?
No.
The Net-SNMP agent and MIB module APIs do not use the Microsoft
SNMP Agent API, so things cannot be integrated in that way.
If the Microsoft agent supported the Internet standard AgentX
mechanism, then you could run the Net-SNMP-based agent as an
AgentX client. But AFAIK, the MS agent doesn't support AgentX.
It would dou btless be useful if someone could develop an
MS-SNMP interface for the Net-SNMP agent - either for plugging
Net-SNMP-based modules into the Microsoft agent, or MS-based
modules into the Net-SNMP agent.
But until someone supplies the necessary code, that's not
going to be possible.
Dave
Discover Yahoo!
Find restaurants, movies, travel & more fun for the weekend. Check it out!
