cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
2
Helpful
2
Replies

Router 927

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 

2 Replies 2

M02@rt37
VIP
VIP

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

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

pieterh
VIP
VIP

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

Review Cisco Networking for a $25 gift card