Miguel Barreiros wrote:
Hi
When I do: snmpwalk -c READ 172.25.7.8 (172.25.7.8 is a switch with community string READ)
in my linux works good, when I do it on a windows machine I get an error: No securityName specified
What do I have to do to solve it ?

It looks like it is defaulting to SNMP v3. Try forcing it to use SNMP v1 or 2c with:


 snmpwalk -v 1 -c READ 172.25.7.8

or

 snmpwalk -v 2c -c READ 172.25.7.8

Alex


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
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

Reply via email to