cancel
Showing results for 
Search instead for 
Did you mean: 

TFTP configuration in Brocade VDX6740 switch.

TFTP configuration in Brocade VDX6740 switch.

Svalbard_GM
New Contributor II

Hello Team,

I am trying to configure TFTP on VDX6740 switch to schedule regular backup from switch.

I searched some KB Articles but could not find anything specific.

I tried using command: Copy running-config tftp://@hostname/filepath

But this is manual how do I configure it to happen in regular intervals.

I have attached some snaps.

Thanks in advance.

Regards
GM
3 REPLIES 3

mjtmorey
New Contributor

Your best bet is likely going to be using Event based management with Python:

https://documentation.extremenetworks.com/networkos/SW/74x/nos-740-management.pdf

You could use the DCM-1116 event to upload the config after any reload:

[DCM-1116], 1477, SW/0 | Active, INFO, VDX6740, System initialization is complete. NOS is ready to handle all commands.

You could also potentially use crontab in the linux subsystem to run a similar script periodically.

sw0# unhide foscmd
Password: ********    < Root Password
sw0# fos bash | no
bash-2.04# crontab -l

Possibly use the "configupload" command in linux via crontab to regularly upload the config.

 

Hello,

Is there a way to configure it to take backup file from switch.

Like in VSP switch we can take .cfg file from switch how to generate the same for VDX.

I tried the command given in KB article but I got the error in attached snap.

 

Regards
GM

The correct syntax should be "sw0# copy running-config tftp://@hostname/<filepath>" dont forget the @ 

 

Michael Morey
Principal Technical Support Engineer
Extreme Networks
GTM-P2G8KFN