Hello,
I have a problem with snmp configuration. If I create a user win MD5 and DES 
authentication all it’s OK:

/var/lib/net-snmp/snmpd.conf:

createUser UserPrueba MD5 12345678 DES 87654321

/etc/snmp/snmpd.conf:
rouser UserPrueba auth

service snmp start

Test:
# snmpwalk -v3 localhost -a MD5 -A 12345678 -x DES -X 87654321 -l authPriv -u 
UserPrueba DISMAN-EVENT-MIB::sysUpTimeInstance
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (12996) 0:02:09.96


But, If I use SHA with AES it’s not OK:

/var/lib/net-snmp/snmpd.conf:
createUser UserPrueba SHA 12345678 AES 87654321

/etc/snmp/snmpd.conf:
rouser UserPrueba auth

service snmpd start
Iniciando snmpd:                                           [  OK  ]

# snmpwalk -v3 localhost -a SHA -A 12345678 -x AES -X 87654321 -l authPriv -u 
UserPrueba DISMAN-EVENT-MIB::sysUpTimeInstance
No log handling enabled - turning on stderr logging
snmpwalk: Authentication failure (incorrect password, community or key)

¿What are the possible problem?

Centos 6.3
NET-SNMP v 5.5


Thanks in advance
Bet Regards
Domingo Corral



∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞
Domingo Corral de Dios
Security Software Factory

* dcor...@sia.es<mailto:dcor...@sia.es>
Grupo SIA



P   Antes de imprimir este e-mail piense bien si es necesario hacerlo. El 
medioambiente es cosa de todos


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to