Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy same configurations to diffrenet ES2500

Status
Not open for further replies.

TDN2007

Vendor
Apr 10, 2008
49
JO
hi all,

i have about 10 ES2500 that will take the same identical configurations, i want to configure 1 switch and copy the configuration file to other, how i can do this ?, is there a way to retrieve the file to a TFTP server ?
 
You can save the config file and copy it off via tftp. Then upload it to another switch. The config does not save the IP configuration. this will only work on stand alone switches with the same firmware.

From config command mode

Copies config to tftp server;
copy config tftp <ip address> filename <what you want to call the file>

Copies config from tftp server;
copy tftp config <ip address> filename <name of file you want to copy>


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top