Re: Cisco running-config replication
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Wed, 7 Sep 2005 14:29:34 +0000 (UTC)
In article <431edfa5$0$25584$4d4eb98e@xxxxxxxxxxxxxxxxxxx>,
Pilu <Pilu@xxxxxxxxxx> wrote:
:I would like to configure a spare router to automatically download the
:running-config every hour of the production router..
:What is possible to do with cisco?
:My routers are Cisco 2610xm and 2811
The 2610xm is, I'm fairly sure, not sophisticated enough to do
that, so it would have to be operated upon by the outside.
I don't know if the 2811 is sophisticated enough; if it is,
it would have to be by some funky tcl programming, and I do
not -remember- the 28xx as having tcl [but could easily be wrong.]
Exactly what you can do with tcl is not well documented, I have
read.
:It is possible to easily schedule a config replication process?
:What do you suggest for me?
Are the 2610xm and 2811 configured the same right down to the
interface names? And do they support the same configuration file
versions and the same features? I would doubt it: the 2811 is
an integrated services router that supports a bunch of features
not available on the 2610xm.
Anyhow, what I would suggest is that you use SNMP to trigger
a tftp upload of the configuration you want to replicate, to
a tftp server, and that then you use SNMP to trigger a tftp
download of that file to the other router. You will find that
a -lot- easier than trying to program tcl right on one of the
routers.
The 2610xm is, I am sure, not designed to be able to handle
configuration failover.
Does your production router configuration really change often
enough to make copying it once an hour worthwhile? Are there
several people authorized to modify its configuration
"on the fly" ?
With SNMP you might be able to detect the time of the last
configuration write, and only bother with the upload/download
if a change had been made. That probe would probably be
fairly light-weight -- you could probably schedule that kind
of check every 10 minutes or so. And if you do upload onto a tftp
server, then you could check for differences in the configurations
[beyond the comment that gives the time the configuration was written]
and skip the download if there are no differences.
I wonder, though, whether you wouldn't be better off *not*
automating the configuration transfer, and instead set up HSRP
failover between the routers.
--
The rule of thumb for speed is:
1. If it doesn't work then speed doesn't matter. -- Christian Bau
.
- Follow-Ups:
- Re: Cisco running-config replication
- From: Pilu
- Re: Cisco running-config replication
- References:
- Cisco running-config replication
- From: Pilu
- Cisco running-config replication
- Prev by Date: ACL problem - allow subnet - block all else
- Next by Date: Re: ACL problem - allow subnet - block all else
- Previous by thread: Cisco running-config replication
- Next by thread: Re: Cisco running-config replication
- Index(es):
Relevant Pages
|