Hi Suresh,

You're right, you want to run snmpd as a master agent for SNMPv3 support,
and then be an agentx subagent to implement your MIB module.  This topic is
covered at http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent .
Please look the tutorial over and see if it answers your questions.

  Bill


On Tue, Oct 26, 2021 at 12:37 AM Suresh <skjaiswa...@hotmail.com> wrote:

> Hi All
>
> My C++ application running(on windows-64 bit application  with Apache 2.4
> (Daemon )and this application support only SNMP V1 V2 using net-snmp API
> our C++ application get snmp call (for SNMPGET,SNMP walk using Windows OS
> provided SNMP Service using ExtensionAgents C:\Windows\system32\snmp.exe,-)  
> by
> adding my service community string in sercurity string like "xyz".
>
>
>
>
>
> Since windows OS SNMP Aget service never provide support for SNMP V3 so we
> need to support SNMP V3 in our application.
>
> So we need to write our own Agentx Which running with our application
> stack (like only walk/get on appliation mibs not for trap)not with net-snmp
> Daemon like snmpd.
>
>
>
>
>
> Can someone light me how we can go head ,
>
>
>
>
>
> Is snmpd need to run for master Agent then how master agent and sub Agent
> communicate when master Agent get request for our enterprise specific
> get/walk request.
>
> Is MIB2c require for convert (Table/scalar) or generating code(because our
> enterprise specific MIB code will need run with our services not which
> Net-SNMP Daemon)
>
> What configuration require in snmd.conf file getting  snmpget/walk call
> for our enterprise specific MIB.
>
>
>
>
>
> Thanks
>
> Suresh
>
> _______________________________________________
> Net-snmp-users mailing list
> Net-snmp-users@lists.sourceforge.net
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
>
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to