Link to home
Start Free TrialLog in
Avatar of NytroZ
NytroZFlag for United States of America

asked on

Export/Import Cisco 2950 Switch Configuration

I need to export a configuration from a Cisco 2950 switch and then import it back into another one so I can replace it.  Can I simply open the configuration into a text editor and copy and paste it into the switch at an enable prompt?  Or is it better to export into a tftp server then import back in using tftp?  What commands would be used?
Avatar of Ernie Beek
Ernie Beek
Flag of Netherlands image

The easiest way would be the TXT copy. Should give you no issues (assuming the IOS versions are the same). Most of the time that's the way I do it.
Avatar of NytroZ

ASKER

Wil the PKI certificate import as well with the TXT copy?
ASKER CERTIFIED SOLUTION
Avatar of Matt V
Matt V
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NytroZ

ASKER

For wahtever reason the two configuraitons do not match after copy start tftp on teh old and copy start tftp on the new
Well on the old one you do
Copy start tftp
And on the new one
Copy tftp start
Yes, you need to reverse the order:

copy <source> <destination>
Avatar of NytroZ

ASKER

The soution worked great!  The reaosn they did not compare is one switch was a 2960 and teh other was a 3560.  Will it still work?  It looks like teh ports were configured the same way and it will only be doing layer 2 switching.
It will work, but any commands that are different on the 3560 might fail and any that are not supported on the 3560 will fail.  You just need to go back and adjust any missing configs.