3
Because of routing requirements, you may need to add VRF management to the end of each
copy command. The variable $(TIMESTAMP) included in the file name inserts the date/time into
the file name when the tasks are executed. From the network device, to create the backup task,
type:
SWITCH# conf t
SWITCH(config)# scheduler aaa-authentication username login password
password
SWITCH(config)# scheduler job name cfgBackup
SWITCH(config-job)# copy startup-config tftp://IP/device/config/
name_startup_$(TIMESTAMP).cfg
SWITCH(config-job)# copy running-config tftp://IP/device/config/
name_running_$(TIMESTAMP).cfg
SWITCH(config-job)# end
SWITCH#
4
To schedule the backup task, type:
SWITCH# conf t
SWITCH(config)# scheduler schedule name Daily0600
SWITCH(config-schedule)# time daily 06:00
SWITCH(config-schedule)# job name cfgBackup
SWITCH(config-schedule)# end
SWITCH#
SWITCH# conf t
SWITCH(config)# scheduler schedule name Daily1800
SWITCH(config-schedule)# time daily 18:00
SWITCH(config-schedule)# job name cfgBackup
SWITCH(config-schedule)# end
SWITCH#
Guidelines for backing up configuration files
|
144
Need help?
Do you have a question about the VxBlock Systems 350 and is the answer not in the manual?