RS> ... [turn on packet dump and] you should be able to
RS> see if a packet goes out, if the agent receives it,
RS> if the agent sends a response and if the app receives it.

CN> Sending 93 bytes to UDP: [127.0.0.1]:161
CN> 0000: 30 5B 02 01  01 04 00 A0  54 02 04 77  0B 12 D2 02 ....


RS> Note that the community string 'config' does not appear in that
RS> packet dump.

More particularly, the dump begins:

30 5B           // request sequence
   02 01 01     // version = SNMPv2c
   04 00        // community = ""
   A0 54        // GET PDU
      <etc>

So the request is being sent with an empty community string
(hence it's not suprising that the agent is discarding it).

That tends to point the finger at the client again - in particular
the 'snmp_open' call.   What does the 'ss' structure look like?

Dave



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
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

Reply via email to