2009/4/14 kamal sivadas :
> Everything goes fine. But when I am trying to use snmpwalk Its not
> displaying the objects related to etherlike mib
Please see the checklist in the FAQ entry
http://www.net-snmp.org/wiki/index.php/FAQ:Coding_13
That may help you pinpoint what is going wrong.
Thanks for your reply dave,
Your comment helped to configure ether like mib, and I have done make
and make install.
Everything goes fine. But when I am trying to use snmpwalk Its not
displaying the objects related to etherlike mib the command
which i have used is like
snmpwalk -v
2009/4/12 kamal sivadas :
> 3. File created for dot3StatsTable using mib2c are ,
> ./agent/mibgroup/EtherLike-MIB/dot3StatsTable/
> dot3StatsTable.c, dot3StatsTable.h,
> 4. ./configure --with-mib-modules="EtherLike-MIB"
Try
./configure --with-mib-modules=EtherLike-MIB/dot3Sta
Hi,
Steps which I followed to generate MIB files (using mib2c) are
1. exporting MIBS=ALL and MIBDIRS=/usr/local/share/snmp/mibs
2. mib2c EtherLike-MIB::dot3StatsTable (like this all the five tables are
created)
2.1 Options which I choose while mib2c are
style of code -
2009/4/10 kamal sivadas :
> 1. Successfully generated code for Ether-Like MIB using mib2c
> ( option which I choose is MFD-Mib for Dummies)
> 2.Now I kept all tables in that module in ./agent/mibgroup/Ether-Like-MIB/
> 3. Run ./configure --with-mib-modules="Ether-Like-MIB"
> (some missing file