This is a discussion on Re: Community string field in netsnmp-session structure getting within the SNMP Users forums, part of the Networking and Network Related category; On Wed, Mar 26, 2008 at 05:57:54PM +0530, singh.srajendra@wipro.com wrote: > Hi all, > I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, Mar 26, 2008 at 05:57:54PM +0530, singh.srajendra@wipro.com wrote:
> Hi all, > I am calling snmp_open(&session) in a C++ function. Before passing > session variable to snmp_open I have initialized it properly > with the value of peer name , version , community string. But if I print > it inside snmp_open() I am getting NULL for community string > field but for others ie version and peername I am getting the proper > value. Can you please think of something which I might be doing > incorrectly ? Thank you for your valuable time. Did you remember to set the session.community_len member to the length of the community string? -- Roy M. Silvernail is roy@rant-central.com, and you're not "A desperate disease requires a dangerous remedy." - Guy Fawkes http://www.rant-central.com ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216...et/marketplace _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |