Re: SNMPv2 snmpget error

2014-08-07 Thread sandhya reddy
Ok, then how do we set up TLS/TSM agent? >From the tutorial, test.net-snmp.org agent supports TLS. But right now not able to reach it. What is the next alternative that i can try. Can i install simulator locally and setup TLS on it? If yes, is there any specific guide to install configure and use

Re: SNMPv2 snmpget error

2014-08-07 Thread Ilya Etingof
No, TLS/TSM is not supported by that Agent. On 08/07/2014 01:29 PM, sandhya reddy wrote: Ilya, I want to try SNMPv3 with *TLS *which is*TSM *model *not USM.* For USM, the command which you quoted will work not for TLS. Thanks Sandhya On Thu, Aug 7, 2014 at 2:46 PM, Ilya Etingof

Re: SNMPv2 snmpget error

2014-08-07 Thread sandhya reddy
Ilya, I want to try SNMPv3 with *TLS *which is* TSM *model *not USM.* For USM, the command which you quoted will work not for TLS. Thanks Sandhya On Thu, Aug 7, 2014 at 2:46 PM, Ilya Etingof wrote: > > Yes, try, for example: > > snmpget -v3 -l authPriv -u usr-sha-aes -a SHA -A authkey1 -x AES

Re: SNMPv2 snmpget error

2014-08-07 Thread Ilya Etingof
Yes, try, for example: snmpget -v3 -l authPriv -u usr-sha-aes -a SHA -A authkey1 -x AES -X privkey1 demo.snmplabs.com 1.3.6.1.2.1.1.1.0 More working SNMPv3 usernames and keys are on the web page: http://snmpsim.sourceforge.net/public-snmp-simulator.html On 08/07/2014 12:43 PM, sandhya reddy

Re: SNMPv2 snmpget error

2014-08-07 Thread sandhya reddy
Thanks a lot Ilya. I'm able to get response for snmpget from my local manager to agent demo.snmplabs.com Does this agent simulator at demo.snmplabs.com support SNMPv3 with TLS. If so what is the command to be given for SNMPv3 TLS snpget request from Windows machine. Thanks, Sandhya On Thu, Aug 7