cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
237
Views
0
Helpful
1
Replies

Schudler problem

ahmedfh2006
Level 1
Level 1

Hello

we would like to get a periodical backup everyday in our data-center. We tried to use the feature schudler, but we always have problems with the script:

cli var name timestamp $(TIMESTAMP) ;copy running-config bootflash:/$(SWITCHNAME)-cfg.$(timestamp)

;copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp) tftp://1.2.3.4/ vrf management

We couldn`t manage to use it as we are using the sftp as a protocol between the nexus and the server.

Anyone could help us creating a possible script to let the backup goes to the server periodically? If not, could anyone advise us any other feature on the 7K`s to use to let us make the backup periodacally?

Best Regards;

1 Accepted Solution

Accepted Solutions

acampbell
VIP Alumni
VIP Alumni

Hi,

Have you tried using the correct credentials in your SFTP string

copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp) sftp://USERNAME:PASSWORD@1.2.3.4/ vrf management

Regards

Alex

Regards, Alex. Please rate useful posts.

View solution in original post

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Hi,

Have you tried using the correct credentials in your SFTP string

copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp) sftp://USERNAME:PASSWORD@1.2.3.4/ vrf management

Regards

Alex

Regards, Alex. Please rate useful posts.
Review Cisco Networking for a $25 gift card