[2012/10/29 03:28:44] #net-snmp <akm_> hello there
[2012/10/29 03:29:27] #net-snmp <akm_> i m trying to use snmp v3 over tls
[2012/10/29 03:29:49] #net-snmp <akm_> but facing a alot many issues, can anybody assist me ?
[2012/10/29 03:33:58] #net-snmp <akm_> anyone ?
[2012/10/29 05:55:32] #net-snmp <rstory-work> akm_: can you be more specific about the problems you are having?
[2012/10/29 05:56:14] #net-snmp <akm_> yes
[2012/10/29 05:56:14] #net-snmp <rstory-work> I also assume you've read http://www.net-snmp.org/wiki/index.php/TUT:Using_TLS
[2012/10/29 05:56:23] #net-snmp <akm_> yes i did
[2012/10/29 05:57:52] #net-snmp <akm_> snmpget -v 3 --defSecurityModel=tsm -u joecool -l authPriv -T our_identity=9E:E3:2B:B2:2B:EB:EE:2F:D8:0A:CD:31:EB:BC:56:E6:58:F4:08:51 -T their_identity=6C:74:3F:6C:26:82:F6:FE:A6:45:2E:59:90:FB:89:28:70:9C:F1:9E dtlsudp:localhost:10161 sysContact.0
[2012/10/29 05:57:52] #net-snmp <akm_> tsm: needed to free transport data
[2012/10/29 05:57:52] #net-snmp <akm_> tsm: needed to free transport data
[2012/10/29 05:57:52] #net-snmp <akm_> tsm: needed to free transport data
[2012/10/29 05:57:52] #net-snmp <akm_> tsm: needed to free transport data
[2012/10/29 05:57:54] #net-snmp <akm_> tsm: needed to free transport data
[2012/10/29 05:57:56] #net-snmp <akm_> failed rfc5343 contextEngineID probing
[2012/10/29 05:57:58] #net-snmp <akm_> snmpget: Timeout (Success)
[2012/10/29 05:58:31] #net-snmp <akm_> this is the issue i m facing, can you suggest me the remedy
[2012/10/29 05:58:46] #net-snmp <rstory-work> akm_: when pasting multiple lines, please use pastebin..
[2012/10/29 05:59:45] #net-snmp <akm_> ok, my i m sorry i m new to this
[2012/10/29 06:02:23] #net-snmp <rstory-work> have you tried querying the net-snmp test agent?
[2012/10/29 06:02:49] #net-snmp <akm_> yep i did
[2012/10/29 06:03:10] #net-snmp <rstory-work> and that works fine, i assume..
[2012/10/29 06:03:26] #net-snmp <akm_> yes, that was successful
[2012/10/29 06:04:04] #net-snmp <rstory-work> and are you using your own cert for your agent, or the one from the tutorial?
[2012/10/29 06:06:25] #net-snmp <akm_> the cert from tutorials are working nicely, with your test.net-snmp.org and things works, but, i m not able to figure it out that why its not working locally
[2012/10/29 06:06:53] #net-snmp <akm_> with my custom cert, that i developed based on tutorials
[2012/10/29 06:08:41] #net-snmp <rstory-work> does 'net-snmp-cert showcert' list your cert?
[2012/10/29 06:20:04] #net-snmp <akm_> it shows
[2012/10/29 06:20:33] #net-snmp <akm_> should i show you the output here
[2012/10/29 06:26:30] #net-snmp <rstory-work> no, i just wanted to make sure it was there..
[2012/10/29 06:27:31] #net-snmp <rstory-work> start your agent with '-Dtls,dtls,cert', then run your query, and put the output up on pastebin..
[2012/10/29 07:31:08] #net-snmp <akm_> ok
[2012/10/29 07:50:11] #net-snmp <akm_> http://pastebin.com/RF8hgKZr
[2012/10/29 07:51:30] #net-snmp <akm_> take a look at it
[2012/10/29 08:37:12] #net-snmp <rstory-work> akm_: change defX509ClientPub to localCert, and change defX509ServerPub to peerCert in your snmp.conf..
[2012/10/29 13:00:59] #net-snmp <xorrbit> hoo-ah
[2012/10/29 13:01:18] #net-snmp <xorrbit> so I need my program to be able to test a snmp server for connectivity
[2012/10/29 13:01:25] #net-snmp <xorrbit> something like a SNMP based ping
[2012/10/29 13:01:37] #net-snmp <xorrbit> anyone done this before?
[2012/10/29 13:05:25] #net-snmp <xorrbit> like just snmpget sysName.0 for instance
[2012/10/29 13:05:37] #net-snmp <xorrbit> but with apis, and look at what comes back