sapwalk2 performs mibwalks from a specified starting oid and produces output in the format that can be directly utilized by our Simulator SimpleAgentPro. It can capture in SNMP v1, v2c and v3. With the "-xv vlanstartoid" argument it will use community string indexing (csi) to capture vlan specific objects for all configured vlans on the device, starting from the oid specified with this argument. Here you should specify the dot1dBridge branch: 1.3.6.1.2.1.17 SimpleAgentPro "plays back" simulations with changing values for counter, gauge, and timetick objects. You can specify a rate computation argument that will instruct sapwalk2 to capture multiple samples from objects of type counter with a specified interval and calculate an appropriate rate of change. Applying this argument for an entire mibwalk will usually result in an unacceptably long time to complete a capture. Instead, if you want to use this feature then break the walk up into sections, apply the rate computation argument only where desired, and concatenate the resulting walk files into a single file for upload. The usage for the command is as follows: #sapwalk2: ver 2.14 #Copyright (c) 1994-2013 SIMPLESOFT Inc. Usage: sapwalk2 -i ip_address -v snmp_version(v1/v2c/v3) -s startoid <-c community for v1/v2c > <-u username for v3 > <-l seclevel (nAnP/AnP/AP) for v3 > [-xt auth type (MD5/SHA) for v3 ] [-xa auth password for v3 ] [-xp priv password for v3 ] [-xn ctxtname for v3 ] [-xe priv type (DES/3DES/AES128/AES192/AES256)for v3 ] [-xi ctxtid for v3 (will discover if not specified)] [-e engineid for v3 (will discover if not specified)] [-t timeout(msec) ] [-r retries ] [-f compare (0/1) ] [-p snmpport ] [-d sleep_bet_req(msec) ] [-m maxlexerrors ] [-z samples:delay_in_msec: for ratecomputation of counter/gauge variables] [-o walkoutput filename ] [-n max num of variables to learn ] [-xf filename containing oids to be excluded(one per line) ] [-xr guestimate max rows ] [-xs source ip ] [-xy source endpoint (port) ] [-xv bridge / or vlanstartoid for auto vlan learn] [-xl save timestamps (0/1) ] [-xz timestamp threshold (def=10sec)] [-b getbulk flag (0/1) ] An example command is: sapwalk2.exe -i 10.253.190.15 -v v1 -s 1.3.6.1 -c public -xv 1.3.6.1.2.1.17 -o 10.253.190.15.walk