Re: [snmpsim-users] useing '--version' in snmprec
Brought to you by:
elie
|
From: Ilya E. <il...@gl...> - 2013-06-25 16:46:20
|
Hi Jason, Oh, right. The fixed source code can be taken from here: http://snmpsim.cvs.sourceforge.net/viewvc/snmpsim/snmpsim/?view=tar It's now uses --protocol-version=<v1|v2c|v3> instead of --version. Meanwhile you could also use the --v1, --v2c and ---v3 options with your current snmprec tool. I could build Windows executable from fixed sources by the end of this week. -ilya On 06/25/13 20:15, Jason Kojro-Badziak wrote: > > Hey Ilya: > > While looking at the windows version of the snmprec tool, it looks > like you have duplication input variables that are messing up the > processing: > > C:\Users\jkb>"c:\Program Files (x86)\SNMP Simulator\snmprec.exe" > --agent-udpv4-endpoint=[IP ADDRESS] --version=2c > --community=[COMMUNITY STRING] > --output-file="c:\Users\jkb\Desktop\vm-badziak-new.snmprec" > > ERROR: option --version must not have an argument > > Usage: c:\Program Files (x86)\SNMP Simulator\snmprec.exe [--help] > > * [--version]* > > [--debug=<mibbuild|all|app|msgproc|proxy|io|secmod|dsp|acl|mibinstrum>] > > [--logging-method=<stdout|stderr|syslog|file>[:args>]] > > * [--version=<1|2c|3>]* > > [--community=<string>] > > [--v3-user=<username>] > > [--v3-auth-key=<key>] > > [--v3-auth-proto=<SHA|MD5>] > > [--v3-priv-key=<key>] > > [--v3-priv-proto=<3DES|AES256|DES|AES|AES128|AES192>] > > [--context=<string>] > > [--use-getbulk] > > [--getbulk-repetitions=<number>] > > [--agent-udpv4-endpoint=<X.X.X.X:NNNNN>] > > [--agent-udpv6-endpoint=<[X:X:..X]:NNNNN>] > > [--agent-unix-endpoint=</path/to/named/pipe>] > > [--start-oid=<OID>] [--stop-oid=<OID>] > > [--output-file=<filename>] > > [--variation-modules-dir=<dir>] > > [--variation-module=<module>] > > [--variation-module-options=<args>] > > Sorry to have to ask, but is there a way to work around this? > > Please let me know. > > Thank you! > > Jason Kojro-Badziak > > Monolith Software > > Staff Engineer > > 311 North 2nd Street, Suite #302 > > St. Charles, IL 60174 > > Office: 312-957-6470 x3010 > > Email: jba...@mo... > <mailto:jba...@mo...> > > |