Re: [c-nsp] Larger scale router rollout tools?

2007-07-04 Thread Garry
Thanks for the input ... due to the fact that things like the scp, or even netconf, would require setting up a working network config first, I stuck with hacking up a little expect script, which now does: - initial console login - configuring vlan1 - retrieving the router config via tftp to star

Re: [c-nsp] Larger scale router rollout tools?

2007-07-04 Thread Phil Mayers
On Tue, 2007-07-03 at 17:55 -0700, Kevin Graham wrote: > Or more generally still, just NETCONF. Hopefully it Isn't the CCE a netconf proxy in effect? > will eventually kill the stupid templates we all have > floating around in some form or another: > > http://www.cisco.com/univercd/cc/td/doc/pro

Re: [c-nsp] Larger scale router rollout tools?

2007-07-03 Thread Kevin Graham
Or more generally still, just NETCONF. Hopefully it will eventually kill the stupid templates we all have floating around in some form or another: http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124newft/124t/124t9/srnetcon.htm ...though fairly limited still being only in 12.4T a

Re: [c-nsp] Larger scale router rollout tools?

2007-07-03 Thread Arie Vayner (avayner)
:00 AM To: cisco-nsp Subject: [c-nsp] Larger scale router rollout tools? Hi, we will be required to go through some larger number of router rollout soon, I was wondering if there are any tools available to automate this? I will building some config template, with the (rather small number of

Re: [c-nsp] Larger scale router rollout tools?

2007-07-03 Thread Skeeve Stevens
Stevens Sent: Wednesday, 4 July 2007 4:17 AM To: cisco-nsp@puck.nether.net Subject: Re: [c-nsp] Larger scale router rollout tools? Anyway to do a variable based on time so it doesn't constantly overwrite itself? I'd love a 200707041530 in the filename. ...Skeeve -Original Message

Re: [c-nsp] Larger scale router rollout tools?

2007-07-03 Thread Skeeve Stevens
cisco-nsp@puck.nether.net Subject: Re: [c-nsp] Larger scale router rollout tools? 2007/7/3, Phil Mayers <[EMAIL PROTECTED]>: > Also, on recent IOS you can scp *to* the box and it works just like a > scp config-fragment router:running-config We successfully use the archive command (on

Re: [c-nsp] Larger scale router rollout tools?

2007-07-03 Thread Marco Huggenberger
2007/7/3, Phil Mayers <[EMAIL PROTECTED]>: > Also, on recent IOS you can scp *to* the box and it works just like a > scp config-fragment router:running-config We successfully use the archive command (on 12.4.x IOS): archive path tftp:///$h write-memory time-period 1440 This command enables

Re: [c-nsp] Larger scale router rollout tools?

2007-07-03 Thread Phil Mayers
On Tue, 2007-07-03 at 02:14 -0400, Jared Mauch wrote: > On Tue, Jul 03, 2007 at 07:59:40AM +0200, Garry wrote: > > Hi, > > > > we will be required to go through some larger number of router rollout > > soon, I was wondering if there are any tools available to automate this? > > I will building s

Re: [c-nsp] Larger scale router rollout tools?

2007-07-02 Thread Jared Mauch
On Tue, Jul 03, 2007 at 07:59:40AM +0200, Garry wrote: > Hi, > > we will be required to go through some larger number of router rollout > soon, I was wondering if there are any tools available to automate this? > I will building some config template, with the (rather small number of) > variable

[c-nsp] Larger scale router rollout tools?

2007-07-02 Thread Garry
Hi, we will be required to go through some larger number of router rollout soon, I was wondering if there are any tools available to automate this? I will building some config template, with the (rather small number of) variables filled in by some simple script. I remember some ancient basic c