How to backup Cisco UC 540 using CLI
The Cisco® Unified Communications 540 part of the Cisco Unified Communications 500 Series for Small Business is a critical part of the Cisco Smart Business Communications System. It is an affordable unified communications appliance that provides voice, data, voicemail, automated attendant, video, security, and wireless capabilities while integrating with existing desktop applications such as calendar, email, and customer relationship management (CRM) programs.
Steps to follow to backup the device using CLI
Requirement: Ftp Server Access, FTP client
-
At the Router> prompt, issue the enable command, and provide the required password when prompted. The prompt changes to Router#, which indicates the router is now in privileged mode.
-
Configure the ftp username and password.
-
#config terminal
-
(config)# ip ftp username Xyfon
-
(config)# ip ftp password Xyfon123
-
(config)#end
-
-
Copy the confirmation to the FTP server –
-
#copy running-config ftp:
-
Address or name of remote host []? 10.10.10.10
-
Destination filename [UC_540_config]? Backup_UC_540-config
-
Writing Backup_UC_540-config!
-
1030 bytes copies in 3.351 secs (208 bytes/secs)
-
#
-
-
Open the configuration file with a text editor. Search and remove any line any line that starts with “AAA”. This step is to remove any security commands that can lock you out of the router.
-
-
Backup the router : #service-module integrated-service-engine 0/0 session
-
Ser int 0/0 sess#:Enable
-
Enter the credentials for the router
-
# config terminal
-
Add ftp path by typing # backup server url <ftp://ftp server/folder> (eg. ftp://10.10.10.10/backup)
-
Add backup revisions by typing # Backup revisions 1 (or any number)
-
Exit the config by typing #exit
-
At the prompt type, #offline (CUE will go down and all voicemails calls would be disconnect. The System would prompt to backup your running config which we have done in Step 3.
-
At the prompt type, #Backup category <All/Data/Configuration>
-
Once the backup is completed, the system would return to the prompt#
-
On the prompt type #continue
-
Exit the config
-
Verifying with the ftp location, you would see the following
-
Running config [Backup_UC_540-config and history.log
-
Folders called
-
Configuration_1
-
Data_1
-
HistoricalData_1
-
TimeCardView_1
-
-