03-22-2012 09:07 AM
We were having a discussion in my group about startup vs running configs, and how often some network managers forget to "click save" when they configure a switch. Is there a way to configure Ciscoworks to copy the running config to the startup? I thought I saw one in the config archive jobs, but I can't find it now.
Thanks,
Paul
03-22-2012 11:43 AM
You can definitely create a CiscoWorks job that issues the "copy run start" command, but I assume you're wanting it to be a recurring job. I can't remember if CiscoWorks can do recurring jobs...
Or you could just do it from the router itself with an EEM script. Something like:
event manager applet WRITE_MEM
event syslog pattern "%SYS-5-CONFIG_I: Configured"
action 1.0 cli command "wr"
action 2.0 syslog msg "Change detected, saving config..."
Sent from Cisco Technical Support iPad App
03-22-2012 11:48 AM
LMS also has the out of sync report that you can use as a basis for the sync
Not sure if this can be scheduled though
Cheers,
Michel
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide