>>>>> On 13 Dec 2004 13:08:31 -0000, "Gurusidhesh Hiremath" <[EMAIL PROTECTED]> >>>>> said:
Gurusidhesh> usm: Verification failed. Gurusidhesh> Authentication failed for newv3user Gurusidhesh> To be more specific: I am running snmpd on a Motorola Gurusidhesh> hardware. If I send a get request from Intel processor Gurusidhesh> pc, the authentication fails. And if I send a request Gurusidhesh> from other Motorola processor pc, the request succeeds. Gurusidhesh> Is it problem with the network byte ordering?. I tried Gurusidhesh> calling MDreverse() after every time MDupdate is Gurusidhesh> called. But still I'm not able to contact the Gurusidhesh> snmpd. Where & when should I call MDreverse? One more Gurusidhesh> observation is that it only happens whenever MD5 Gurusidhesh> authentication is used. With SHA it works fine. Well, it does seem like a byte order problem. However, all of our code should be properly testing for byte order at compilation time and should deal with it in the code. You haven't been modifying the code have ya ;-) Check the WORDS_BIGENDIAN setting in your net-snmp-config.h file to ensure it is set right. -- Wes Hardaker Sparta ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
