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
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.
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.
DELL-Cuong N.
1017 Posts
528
0
Posted September 27th, 2005 13:00