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

Router Phone Home Updates

charlesdf22
Level 1
Level 1

We are about to deploy 200+ 871 routers for our home based users and have ran into a snag.  Periodically we would like to update the information on these routers, such as username password, IOS, syslog servers, etc.

Does anyone out there have a solution for updating the configuration on remote equipment?  Ideally a router would come online using Easy VPN, connect back to our ASA, check to see if there is a new config available or commands awaiting it and execute.

Thanks in advance.

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

You could setup a cron job to download a file from a server, then apply it to the running config. You can probably do it with EEM as well.

Hope it helps.

Look also at the Cisco Command Scheduler, which we call "kron"

http://www.cisco.com/en/US/docs/ios/12_3/feature/guide/g_kron.html

You can set that to run commands on a schedule, including commands like

copy tftp://x.x.x.x/foo.cfg startup-config

(which takes place at the next reboot)

or

copy tftp://x.x.x.x/foo.cfg running-config

to take place right away.

You can also do reloads and "copy run start" that way, too.