I have attached the "usr" folder that I am using to test the SNMP commands.
The commands used are as follows: D:\>net start "net-snmp agent" The Net-SNMP Agent service is starting. The Net-SNMP Agent service was started successfully. // User with auth and privacy protocol /***** With SSL supported net-snmp "Encryption" error is avoided but "authentication" error is observed*****/ D:\>snmpwalk -v 3 -l AuthPriv -u TestAuthMD5Priv -a MD5 -A 1234567891234567 -x DES -X 1234567891234567 172.26.26.175 Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Timeout: No Response from 172.26.26.175 //User with auth and privacy protocol D:\>snmpget -v 3 -l AuthPriv -u TestAuthMD5Priv -a MD5 -A 1234567891234567 -x DES -X 1234567891234567 172.26.26.175 SNMPv2-MIB::sysDescr.0 Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Authentication failed for TestAuthMD5Priv Timeout: No Response from 172.26.26.175. //User with auth and no privacy protocol /********This query return values for some queries while for others it throws Authentication failed messages.*******/ D:\usr\bin>snmpwalk -v 3 -l AuthNoPriv -u TestAuthMD5NoPriv -a MD5 -A 1234567891234567 172.26.26.181 Authentication failed for TestAuthMD5NoPriv SNMPv2-MIB::sysDescr.0 = STRING: Model Fibre Channel Switch, firmware 09.07.00 31 Authentication failed for TestAuthMD5NoPriv SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.289.2.1.1.2 Authentication failed for TestAuthMD5NoPriv DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (10392250) 1 day, 4:52:02.50 Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv SNMPv2-MIB::sysContact.0 = STRING: nissan Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv SNMPv2-MIB::sysName.0 = STRING: palo Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv SNMPv2-MIB::sysLocation.0 = STRING: wersa Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Authentication failed for TestAuthMD5NoPriv Timeout: No Response from 172.26.26.181 Thanks Priya ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
