NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
so_hemanth
Oct 06, 2017Aspirant
TFTP enable
How copy the running config from switch to TFTP server or vice versa how to push the config from tftp server to switch in CLI mode ( I am searching for commands)..? Help me Thank you in advance...
- Oct 08, 2017
Welcome to the community! :)
You will need to create a script of your running configuration:
(GSM7224P) # show running-config running-config.scr
Then, upload the running configuration script from the GSM7224P switch to the TFTP server:
(GSM7224P) #copy nvram: script running-config.scr tftp://<TFTP server IP address>/running-config.scr
If you want to download the running configuration script from the TFTP server to the GSM7224P switch:
(GSM7224P) #copy tftp://<TFTP server IP address>/running-config.scr nvram: script running-config.scr
For more information, kindly read the following:
Pages 269-271 of the M4100 Software Administration Manual here.
Pages 371-374 of the M4100 CLI Manual here.
Regards,
DaneA
NETGEAR Community Team
DaneA
Oct 08, 2017NETGEAR Employee Retired
Welcome to the community! :)
You will need to create a script of your running configuration:
(GSM7224P) # show running-config running-config.scr
Then, upload the running configuration script from the GSM7224P switch to the TFTP server:
(GSM7224P) #copy nvram: script running-config.scr tftp://<TFTP server IP address>/running-config.scr
If you want to download the running configuration script from the TFTP server to the GSM7224P switch:
(GSM7224P) #copy tftp://<TFTP server IP address>/running-config.scr nvram: script running-config.scr
For more information, kindly read the following:
Pages 269-271 of the M4100 Software Administration Manual here.
Pages 371-374 of the M4100 CLI Manual here.
Regards,
DaneA
NETGEAR Community Team
- so_hemanthOct 09, 2017Aspirant
Dear DaneA,
Thank you for the Suggetion.....!!
Commands are working..
With best Regards
Hemanth.S
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!