RK> I am trying to send SNMP GET. RK> When I use int status = snmp_synch_response(ss, pdu, &response); RK> status is 1 and response in NULL. My OID, Destination IP addresss and RK> community name all are correct. RK> I think packet is not reaching Destination.
If it works with snmpget (which is based on the Net-SNMP library) and not your code, then it's likely how your code is calling the library. That'd be step one: narrowing down that you can pass the same parameters to snmpget (or snmpwalk) and ensuring it works that way. -- Wes Hardaker Cobham Analytic Solutions ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
