Hi all,
We have a Cisco Prime Infrastructure Appliance running version 2.1.
I'm attempting to create a CLI Template which will allow me to TFTP the running configuration from our network switches to a centralised location.
I appreciate that Prime itself has an archive of startup and running configs to draw from, but I'm taking a 'belt and braces' approach here and would like a secondary backup of switch configs.
I'm nearly there, but I cannot find how I can get a carriage return into the CLI command set.
So far, I have:
#MODE_ENABLE
write memory
#INTERACTIVE
copy running-config tftp<IQ><R>ip_address_of_tftp_server<IQ><R>?????
#ENDS_INTERACTIVE
#MODE_END_ENABLE
I'm wondering if someone could let me know what the required response to the second IQ would be.
Many thanks,
John P