Вот нашел пример использования:
Copy the Running-Configuration to the TFTP Server
To copy the running configuration to the TFTP server, replace this OIDs from the example above:
ccCopySourceFileType.<Random number> integer 4
ccCopyDestFileType.<Random number> integer 1
Notes:
*
Verify that the file exists on your TFTP server when you use a UNIX TFTP server, and that it has the correct permissions! There is no need to create the file when you use a TFTP server on Windows. These are two examples, but remember that you can copy in all possible directions.
*
TFTP is one of two supported protocols. The CONFIG-COPY-MIB also supports Remote Copy Protocol (RCP).
Appendix
This example is the same as the one used previously, but uses numbered OIDs:
C:\>snmpset -v 1 -c private <device name>
.1.3.6.1.4.1.9.9.96.1.1.1.1.2.<Random number> integer 1
.1.3.6.1.4.1.9.9.96.1.1.1.1.3.<Random number> integer 4
.1.3.6.1.4.1.9.9.96.1.1.1.1.4.<Random number> integer 1
.1.3.6.1.4.1.9.9.96.1.1.1.1.5.<Random number> ipaddress "<server ip address>"
.1.3.6.1.4.1.9.9.96.1.1.1.1.6.<Random number> octetstring "<file name>"
.1.3.6.1.4.1.9.9.96.1.1.1.1.14.<Random number> integer 4
C:\>snmpwalk cognac .1.3.6.1.4.1.9.9.96.1.1.1.1.10
C:\>snmpset -v 1 -c private <device name>
и т.л.
Всем спасибо.