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
1 REPLY 1

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.

 

GTM-P2G8KFN