cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
736
Views
0
Helpful
1
Replies

Importing Configuration from a Cisco switch to a DCN switch.

As the title says, Importing Configuration from a Cisco switch to a DCN switch...

Is such a thing possible? Since the both are made from the same software engineers and the OS's are 98% identical or something.

This something is needed for me as I have one DCN switch

1 Reply 1

pieterh
VIP
VIP

if indeed "the OS's are 98% identical" then you can try just to copy the config somehow.

if your current cisco switch has an USB connector, you can use an USB-key to transfer the configuration

Cisco:  copy startup-config usbflash0:

DCN:  copy usbflash0:startup-config  running-config

          copy running-config startup-config     (or just legacy "write")

or similar depending on how the usb is named on the device

if no usb present, you need another transfer method like

- using a tftp-server

- copy paste on the CLI from one switch to the other 
   do this with segments of the configuration at a time, not the whole config at once!