Wes Hardaker wrote:
lee> On remote host - I get:
lee> [EMAIL PROTECTED] snmpget -v 3 -u quadrics -l authNoPriv -A my_password -a MD5 -x DES 172.16.0.247 SNMPv2-MIB::sysUpTime.0
lee> snmpget: Authentication failure (incorrect password, community or key)
lee> [EMAIL PROTECTED]
You got me there.
> On Tue, 4 Apr 2006 10:46:02 +0100, <[EMAIL PROTECTED]> said:
lee> I have the following in my snmpd.conf file:
lee> createUser quadrics MD5 my_passord DES
lee> rwuser quadrics
lee> rwcommunity public default .1
lee> I'm just want the simplest v3 settings possible at the moment -
lee> so I
Title: RE: problem with remote connect v3 authenticaion...
Hi,
I've
gone though the man 5 snmpd.conf pages - but I
still CANNOT do a remote connect using
v3.
I
have the following in my snmpd.conf file:
createUser quadrics MD5 my_passord DESrwuser
quadricsrwcommunity public defau
Title: RE: problem with remote connect v3 authenticaion...
Hello lee,
It looks like your view name is incorrect, it should be remote_v3? Check it again. Try the following entries.
snmpd.conf->
group remote_v3 usm quadrics
access remote_v3 "" any(usm) authnopriv exact all
Hi,
I have a problem connecting to a remote host using V3.
I ran net-snmp-config --create-snmpv3-user -a my-password qaudrics
then I tested the connection to local host using:
snmpwalk -v 3 -u quadrics -l my-user-id -A my-password localhost
SNMPv2-MIB::sysName.0
this worked fine !
Then I