[166489] in North American Network Operators' Group
Re: Network configuration archiving
daemon@ATHENA.MIT.EDU (Michael Kehoe)
Fri Oct 25 18:37:20 2013
In-Reply-To: <20131025115948.GF10952@rootmail.cc.le.ac.uk>
Date: Fri, 25 Oct 2013 22:08:44 +1000
From: Michael Kehoe <michael.k.kehoe@gmail.com>
To: Matthew Newton <mcn4@leicester.ac.uk>
Cc: nanog@nanog.org
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
SNMP is a good/ quick way to do it, however you should keep in mind that
your configurations are not being sent securely if you're using tftp. Cisco
devices do allow you to also use ftp, rcp, scp and sftp.
As far as I'm aware (someone please correct me if I'm wrong), but Cisco is
the only vendor that supports this.
It's almost as easy to have a python/ perl script to do the exact same
thing as Matthew described but with SSH instead of SNMP.
Regards
On Fri, Oct 25, 2013 at 9:59 PM, Matthew Newton <mcn4@leicester.ac.uk>wrote:
> On Thu, Oct 24, 2013 at 11:25:26PM +0200, Job Snijders wrote:
> > As I am evaluating our path forward, I've compiled a small list of open
> > source projects with some biased highlights. Your feedback is most
> > welcome, maybe I missed some interesting projects or developments. I
> > would also be very interested in what other operators seek in a network
> > config/state archive tool.
>
> For the last ~8 years we've used a very simple in-house bash
> script that uses SNMP to tell the switch to write its config using
> tftp, and then does a wr mem. It then checks the configs into a
> subversion repository and e-mails out any diffs.
>
> One criteria we had was that our config backup system wasn't going
> to get CLI access to any routers if at all possible, and this
> turned out to be a good alternative. I can't think of many times
> when it's failed to work; occasionally the odd switch might not
> respond, but that's rare.
>
> The only possible issue being that we're 100% Cisco, so I don't
> know if other vendors support the same MIBs.
>
> I'll try and post the script (250 lines) somewhere if anyone's
> interested.
>
> Cheers,
>
> Matthew
>
>
> --
> Matthew Newton, Ph.D. <mcn4@le.ac.uk>
>
> Systems Specialist, Infrastructure Services,
> I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
>
> For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
>
>