2009/3/25 Abhishek Avasthi <[email protected]>:
> Please help me understand how I can develop a standalone (core) SNMP agent
> using 5.4.2.1 release.

   ./configure
   make
   make install


>   I don’t need Agent X support (Master and sub agent).

  ./configure --with-out-mib-modules=agentx
  make
  make install


> I have to support a single enterprise mib.

  ./configure --with-out-mib-modules=agentx  --with-mib-modules=myMib
  make
  make install


Dave

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to