So I have an old job that upgrades IOS code on older 2950's that do not have enough memory to support 2 IOS's and that does not support the download-sw command that I can run from a job in NCM.
delete flash:*.bin ${CRLF}
${CRLF}
${CRLF}
delete /force /recursive flash:html/* ${CRLF}
${CRLF}
${CRLF}
archive tar /xtract tftp://{tftpserver}/c2950-i6k2l2q4-tar.121-22.EA13.tar flash: {CRLF}
${CRLF}
${CRLF}
but I can't for the life of me figure out how to convert it to a Config Change Template. Any help?