My customer needs me to monitor X.25 packet switch. X.25 is based on RFC1382 and RFC1381 (for layer 2, lapb). It is also belong to mib2->transmission (.1.3.6.1.2.10.5?)
 
My working environment is Solaris 8, Perl 5.8.5, gcc 3.4.2
 
I am trying to following step summary
 
1. ./configure
2. make; make test; make install
3. cd Perl; perl Makefile.PL; make; make test; make install
4. copy RFC1382-MIB and RFC1381-MIB to /usr/local/share/snmp/mibs and
           net-snmp-5.2.1/mibs
5. mib2c sclar transmission => generate transmission.c and transmission.h
6. copy transmisison.c and .h to agent/mibgroup/mibII
7. include configure (mibII/transmission) in mibII.h
8. ./configure --with-mib-module="mibII/transmission..."
9. make; make test; make install
10 snmpwalk -c public localhost 1.3.6.1.2.10.5
result=> no suchname => no answer!!
 
(some information may not be correct, since I need a real environemnt. I just recall my memory)
 
What's wrong with it?
 
Mobby
 
 

Reply via email to