Re: clarification in net snmp

2011-01-23 Thread Dave Shield
On 20 January 2011 14:40, deepa ramar login2de...@gmail.com wrote: 1). when i am accessing  snmpget -O qv -I r -c public x.x.x.x -v 3 -u  admin -a  MD5 -A Key -x DES -X Key -l authPriv mibname.id.mac-address(01.00.5E.01.01.01) it shows that: Unknown Object Identifier (Index out of range: 5E)

compiling net-snmp based sub-agent using C++ compiler(CC)

2011-01-23 Thread sujata patra
Hi, Is it possible to develop the sub-agent code using C++(CC) compiler? mib2c generated code is a .c extention. I like to rename it to cpp and likes to build using cpp compiler. I need to do that as there are many files which are alredy in CPP and will be the part of sub-agent code.