Hello all,
 
I have already installed net-snmp-5.2.1.0 on AMD Opteron. Previously I had written a MIB-module for using along with net-snmp, that worked fine in 32 bit machines. I followed the same steps for compiling net-snmp in 64-bit OS, ie:-
 
1) ./configure --with-mib-modules="bbb"   ---> This "bbb" is my own mib module written in C.
2) make
3) make install
 
It compiled without any errors. Then I executed the snmpd executable on the agent machine. But when I tried to run the snmpwalk in the admin machine, the agent machine shows the error :- 
 
Send response: Error building ASN.1 representation ( build int size 4 : s/b 8)
Send response: Error building ASN.1 representation ( build int size 4 : s/b 8)
..............................................................................................................
 
And in the admin side :-
 
Timeout : No response from <ip-address(agent)>
 
 
Both the snmpget and snmpset are working fine.
 
Please help me in this issue. Thanks in advance...
 
 
Regards,
 
Toby

Reply via email to