This is an easy way of downloading the running configuration of Cisco 2960 switch to your TFTP server using SNMP
snmpset -v2c -c netgods 192.168.1.250 .1.3.6.1.4.1.9.9.96.1.1.1.1.2.700 i 1 .1.3.6.1.4.1.9.9.96.1.1.1.1.3.700 i 4 .1.3.6.1.4.1.9.9.96.1.1.1.1.4.700 i 1 .1.3.6.1.4.1.9.9.96.1.1.1.1.5.700 a 192.168.1.200 .1.3.6.1.4.1.9.9.96.1.1.1.1.6.700 s running .1.3.6.1.4.1.9.9.96.1.1.1.1.14.700 i 4
Then edit the file with the req changes\\
snmpset -v 2c -c netgods 192.168.1.250 .1.3.6.1.4.1.9.9.96.1.1.1.1.2.701 i 1 .1.3.6.1.4.1.9.9.96.1.1.1.1.3.701 i 1 .1.3.6.1.4.1.9.9.96.1.1.1.1.4.701 i 4 .1.3.6.1.4.1.9.9.96.1.1.1.1.5.701 a 192.168.1.200 .1.3.6.1.4.1.9.9.96.1.1.1.1.6.701 s “running-config.txt” .1.3.6.1.4.1.9.9.96.1.1.1.1.14.701 i 4
