On 02/04/2008, Daniel Stewart <[EMAIL PROTECTED]> wrote:
> > However I am trying to use snmpv3 - when i do
> > "snmpwalk -c public -v 3 192.168.3.1"
> > It returns "snmpwalk: No securityName specified".
It is perfectly correct.
You haven't specified a securityName.
You've given a community string, but that's not the same
thing (and will be ignored when using SNMPv3)
Try
snmpwalk -v 3 -u fred -A {fred's passphrase} 192.168.3.1
Dave
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
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