Hello all,

I am following the "Create an adaptertool" tutorial video on your website, and I was wondering if I could connect the adaptertool through SNMPv2 instead of Telnet. If this is possible, How would I go about making the changes?

(I am running WIndows 2003, on the server and PC, along with Perl 5.8.8 w/ all the recommended modules)

Thanks much,

<>

There is. I wish it was

There is. I wish it was easier, but you have to do the following....

1) run 'adapterTool -x > cp.xml' and answer all of questions, making sure to include SNMP in the protocol question. The cp.xml is an XML file containing all of the connection data necessary.
2) edit your cp.xml file
3) There is a 'protocol' element for SNMP. Inside that element there is a 'properties' element. Add the following 'property' element inside of the properties element...

<property name="Version" value="v2"/>

4) now you can run adapterTool with the -i switch. 'adapterTool -i cp.xml'

Here is a sample connectionPath XML document that shows the SNMP protocol and the properties that you can set on it.

http://fisheye.ziptie.org/browse/~raw,r=1.1/ZipTie/org.ziptie.adapters/s...