Re: SNMP TLS snmpget error

2014-08-11 Thread sandhya reddy
I have one basic doubt. Why do we mention the their_identity in snmpget TLS request as the peers certificate info will be unknown?? our_identity will be sufficient right ? I'm trying to setup agent also locally. Using the DTLS turtorial i have done the following 1) *In Server(Agent)* i have

Re: SNMP TLS snmpget error

2014-08-05 Thread sandhya reddy
Hi all, By default, on Windows OS *net start net-snmp agent* command will start the agent on udp port 161. What is the procedure to run agent with tlstcp:10161 on Windows machine. Also is there any specific link to follow the commands in Windows for TLSTCP? Please help me. Thanks, sandhya On

Re: SNMP TLS snmpget error

2014-08-01 Thread sandhya reddy
I've included the debug options when i run snmpd daemon from which also i can see errors. root@rootuser-Veriton-Series:/home/rootuser/projects/net-snmp-5.6.2.1# s*nmpd -f -Le -Dtsm,dtls,tls,openssl,cert tlstcp:10161* registered debug token tsm, 1 registered debug token dtls, 1 registered debug

Re: SNMP TLS snmpget error

2014-07-31 Thread sandhya reddy
Hi Bill, I've understood bit better from your explanation. I'll follow that link. Conceptually, i understand the following. Please let me know whether I’m correct. 1) a) Net-SNMP tool can act as both SNMP manager and SNMP Agent. Or b) Net-SNMP tool acts as Manager only and test.net-snmp.org acts

Re: SNMP TLS snmpget error

2014-07-31 Thread sandhya reddy
Hi Bill, I guess that SYN not getting any response is due to *firewall issue* at our side 1) Now i've tried to setup one PC as Net-SNMP Agent and other as manager. 2) On the PC which is an Agent i have started snmpd service on port 10161 using snmpd tlstcp:10161 command. This port is in LISTEN

Re: SNMP TLS snmpget error

2014-07-31 Thread sandhya reddy
Is there any way that we set the source port also when sending request?? Thanks, Sandhya On Thu, Jul 31, 2014 at 6:30 PM, sandhya reddy sr8...@gmail.com wrote: Hi Bill, I guess that SYN not getting any response is due to *firewall issue* at our side 1) Now i've tried to setup one PC as

Re: SNMP TLS snmpget error

2014-07-31 Thread sandhya reddy
Hi Bill Followig is the detailed error statement: trace: netsnmp_tdomain_transport_full(): snmp_transport.c, 478: tdomain: tdomain_transport_full(snmp, tlstcp:10.253.6.83, 0, udp, [NIL]) trace: find_tdomain(): snmp_transport.c, 430: tdomain: Found domain tlstcp from specifier tlstcp trace:

Re: SNMP TLS snmpget error

2014-07-25 Thread sandhya reddy
Hi Bill, Glad to see your response. I have retrieved the entire certificate tar-ball http://www.net-snmp.org/tutorial/tutorial-5/certificates/tutorial-.snmp.tar.gz and uncompressed it. Initially, i tried to send the snmpget request to test.net-snmp.org using the certificates from the tutorial

Re: SNMP TLS snmpget error

2014-07-25 Thread Bill Fenner
I followed the step by step directions from http://www.net-snmp.org/wiki/index.php/TUT:Using_TLS and got: $ snmpget -T our_identity=tutorial-joecool \ -T their_identity=tutorial-agent \ -t 10 tls:test.net-snmp.org sysUpTime.0 DISMAN-EVENT-MIB::sysUpTimeInstance =

Re: SNMP TLS snmpget error

2014-07-24 Thread sandhya reddy
Hi , Is there any one who is using SNMPv3 with TLS. Please respond. I don't find anyone showing interest. Thanks Sandhya On Wed, Jul 23, 2014 at 4:38 PM, sandhya reddy sr8...@gmail.com wrote: Hi Coders and Users, I've setup NET-SNMP 5.6.2.1 and configured tsm model. I've done this setup

Re: SNMP TLS snmpget error

2014-07-24 Thread Bill Fenner
Did you configure the certificates properly? In particular, did you configure the server with the private key? Since you're using the fingerprints from the tutorial, but using your local server instead of test.net-snmp.org, where did you get the private key? It's not part of the published set