07-18-2023 06:54 AM
Hello
I have to configure 500 Router with an initial config. How can i boot the router with this config via USB Stick or an other way?
The Router is new and needs a special config for our customer.
br
07-18-2023 07:53 AM - edited 07-18-2023 07:56 AM
Hello @Raimund Schimanovits,
If you have a large number of routers to configure (--500), automating the process is highly recommended. You can use scripting or automation tools to remotely apply the configuration to each router, minimizing manual intervention.
--https://osf.io/gxhjb/download
07-19-2023 05:48 AM - edited 07-19-2023 05:54 AM
if it is only about config, (and the router has an usb port!))
you may just copy the config from usb to running-config
copy usbflash0:<filename> running-config ! (use the correct name for the usb device)
copy running-config startup-config
alternatively copy from tftp server if available
copy tftp://<ip-addr>/<filename> running-config ! (use the correct name for the usb device)
you may prepare individual files with individual configuration for each client
use a dhcp server for inittial ip-address assignment of the router
or use the default ip-addres and configure the tftp server in the same network
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide