I tried "--with-mibs=mibII ", and I get the summary as follow. obvious it does 
not contain all the mib II groups. As I konw there is 11 groups in mib II. 
Since CMOT is not used any more, so at least I should get 10 groups. Also I 
find out there were no "mibII/sysORTable" or "mibII/vacm_vars " in mib II. So 
what do the two groups represent? 

Anyone knows how to contain all the mib II groups in the agent? 


./configure --enable-mini-agent --with-mibs=mibII --target=arm-linux 
--build=i686-pc-linux-gnu --host=arm-linux --disable-scripts 
--disable-embedded-perl --enable-static=yes --without-rpm --with-endianness=big 
--without-perl-modules --disable-mannuls --without-rpm


---------------------------------------------------------
            Net-SNMP configuration summary:
---------------------------------------------------------
 
  SNMP Versions Supported:    1 2c 3
  Net-SNMP Version:           5.4
  Building for:               linux
  Network transport support:  Callback Unix TCP UDP
  SNMPv3 Security Modules:     usm
  Agent MIB code:             default_modules =>  snmpv3mibs mibII/snmp_mib 
mibII/system_mib mibII/sysORTable mibII/vacm_vars utilities/execute
  Embedded Perl support:      disabled
  SNMP Perl modules:          disabled
  SNMP Python modules:        disabled
  Authentication support:     MD5
  Encryption support:
 
---------------------------------------------------------






Best Regards,
Robin 
 
Tel: +86-27-8761-7326 Ext: 309
2007-01-25



发件人: Dave Shield
发送时间: 2007-01-24 17:42:21
收件人: liu.renfeng
抄送: [EMAIL PROTECTED]
主题: Re: Re: Re: Porting net-snmp to arm platform questions

On 24/01/07, liu.renfeng  <[EMAIL PROTECTED] > wrote:
> Thanks very much for your kindly reply.
> You really understand my problem well.

That's what you're paying me for :-)

>   Agent MIB code:             default_modules = >  snmpv3mibs mibII/snmp_mib
>       mibII/system_mib mibII/sysORTable mibII/vacm_vars utilities/execute


> So does that mean I just compiled "mibII/snmp_mib mibII/system_mib
> mibII/sysORTable mibII/vacm_vars "?

Correct.

>   And if so, how should I run the
> "./configure" to make it implement all the MIB II?


Try:

     ./configure --enable-mini-agent --with-mib-modules=mibII ....

Note that "--with-mib-modules" controls which MIB modules are implemented
within the agent.  "--with-mibs" just controls which MIB *files* are loaded by
the library (and hence which MIB object names are recognised).

Dave
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to