Re: Reg net-snmp protocol

2015-12-03 Thread Tim Cox
Hello Lakshmi It's a long time since I touched NETSNMP, but I seem so remember it has relocatable (ie object binary .o) library for formatting the requests in BER (packet format of ASN) Will your manager application not be able to use NETSNMP manager library calls for Linux? The level of ma

Re: Reg net-snmp protocol

2015-12-03 Thread Tim Cox
Well Lakshmi Are you sure you want to develop both agent and manager? I assume you understand that manager is the client program usually on a workstation / PC and agent is the stateless server in the managed machine It's more frequent that someone wants to write parts of the agent and test it

Reg net-snmp protocol

2015-12-03 Thread lakshmi narasimhan
Hi All, I am new to SNMP protocol,i am trying to implement SNMP Manager in C.My SNMP Agent running on UPS and my SNMP Manager will be running on the Gateway running Linux.I have .mib supplied by manufacturer of UPS device.Please advice where to start and how to use this .mib file and i am using Ir