[cisco-voip] howto: automatically backup cme config
Joe Cisco
smetsysocsic at gmail.com
Tue Sep 9 16:27:53 EDT 2008
No problem on the hijack. When we install a new system we usually have
the administrator use the CUE GUI, which obviously must be kicked off
manually. However, it would be nice to be able to auto script it
somehow.
-Joe C.
On Tue, Sep 9, 2008 at 3:10 PM, Ryan West <rwest at zyedge.com> wrote:
> Not to highjack your post here, but has anyone figured out a way to auto backup the CUE config?
>
> -ryan
>
> -----Original Message-----
> From: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Joe Cisco
> Sent: Tuesday, September 09, 2008 4:05 PM
> To: cisco-voip at puck.nether.net
> Subject: [cisco-voip] howto: automatically backup cme config
>
> I assume a large percentage of you may have already known this, but I
> hadn't seen it and thought i'd post it. This a cheap/easy way to
> automatically back up a CME (or any IOS device for that matter) if you
> have an available FTP server. I think they started supporting this
> somewhere in the 12.3 range of code.
>
> ! *** the following config will automatically back up the config
> ! *** of the device to the folder of the ftp server listed in the
> ! *** PATH statement every 10080 minutes (7 days). It will
> ! *** also copy the config every time a "write mem" or "copy
> ! *** run start" is issued.
> !
> !
> ! *** set ftp server username
> ip ftp username admin
> ! *** set ftp server password
> ip ftp password ftp-server-password-goes-here
> !
> !
> !
> archive
> path ftp://10.0.0.10/ucme-configs/router-hostname-here
> log config
> write-memory
> time-period 10080
> !
> !
>
> Later,
>
> Joe C.
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
More information about the cisco-voip
mailing list