UNSOLVED

five0_4tluv

updated

21 years ago

F

five0_4tluv

51 Posts

0

14877

September 26th, 2005 19:00

5324 copying image to new units

i have a base config that i want to copy to brand new units (20+). i can't seem to find the right syntax. i can get the new switches to start trying to configure, but it is not looking right when it's echoing commands

i have a image on my local machine (5324.config) and am using copy xmodem: image on the new switch. then starting my xmodem send on my localhost. it take about 10s for the switch to start doing something. then i get garbage in my xmodem window. the switch starts to enter commands but it seems to not recognize a new line in the config file and runs the same line over and over, then finally i get about 20 lines of "Unrecognized command"

i generated my config file using copy startup-config tftp://x.x.x.x/configs/5324.config

what am i missing? thanks.
  • DELL-Cuong N.

    1017 Posts

    528

    0

    Posted September 27th, 2005 13:00

    The command you are using "copy xmodem: image" is not the correct command for copying in a new configuration.  What you are doing is to copy from the xmodem to the FW image!  That would cause you to overwrite the FW image with the configuration file which is not what you want to do.
     
    The correct command is "copy xmodem: startup-config" to copy to the startup-config file instead.  BTW, if you copied the configuration from one switch to another switch, you must be careful to edit the configuration file before you actually load it to another switch since some configuration cannot be copied directly.  For example, you might want to modify IP address otherwise you will end up with duplicate IP address in the network.
     
    Cuong.
  • DELL-Cuong N.

    1017 Posts

    528

    0

    Posted September 27th, 2005 14:00

    I think this switch doesn't allow this particular command.  Ok, no problem.  Just do this:

    • From the console to the switch setup just the IP address for the switch so that you can get to it from your network.
    • Now use the command "copy tftp://.... startup-config" to copy the configuration file from the TFTP server to the startup-config.

    It is a bit more painful but it will work.

    Cuong.

  • five0_4tluv

    51 Posts

    528

    0

    Posted September 27th, 2005 14:00

    i tried that command also. the only one that even is allowed is copy xmodem: image. all others give the message "The source and destination combination is not supported"

    also i do not have hostname and vlan ip information in the base config for that same reason you mentioned.

    thanks