

Step 2: Check the status: snmpget -v 2c -c private lab-rtr1. You should get back something like this: ccCopyProtocol.111 = INTEGER: tftp(1)ĬcCopySourceFileType.111 = INTEGER: runningConfig(4)ĬcCopyDestFileType.111 = INTEGER: networkFile(1)ĬcCopyServerAddress.111 = IpAddress: 10.1.1.1ĬcCopyFileName.111 = STRING: lab-rtr1-confgĬcCopyEntryRowStatus.111 = INTEGER: createAndGo(4)


Using the text OIDs from the MIB: snmpset -O s -m CISCO-CONFIG-COPY-MIB -v 2c -c private lab-rtr1 Numerically: snmpset -v 2c -c private lab-rtr1 Last, set the RowStatus to “createAndGo” (4). Step 1: Configure the ccCopyEntryTable with the desired protocol (tftp=1), the source file type (runningConfig=4), the destination file type (networkFile=1), the IP address of your tftp server, and the desired filename on the tftp server. This document describes how to download to a remote TFTP server the configuration of a cisco SNMP
