Wednesday, April 22, 2015

Cisco NCS: Create Repository For Backup In CLI

While troubleshooting the backup of an NCS server, I had to go in and create another repository for backups.  Here is how I did this in CLI.

BHMNCS/admin#
BHMNCS/admin# config t
Enter configuration commands, one per line.  End with CNTL/Z.
BHMNCS/admin(config)# repository ?
  <WORD>  Repository name (Max Size - 80)

BHMNCS/admin(config)# repository Shane
BHMNCS/admin(config-Repository)# url ftp://192.168.1.11
BHMNCS/admin(config-Repository)# user shane password plain nonenone
BHMNCS/admin(config-Repository)# exit
BHMNCS/admin(config)#

No comments:

Post a Comment

Your comment will be reviewed for approval. Thank you for submitting your comments.