Network Device Change Control (NDCC) is a system that monitors and records changes to the configurations of network equipment. It can store configuration snapshots for any text-based configs. It has been used to store configurations from Unix and Linux systems, Cisco routers, switches, load balancers, and firewalls, Foundry, NetScreen, Juniper, NetScaler, and others.
| Tags | Archiving backup Monitoring Networking Recovery Tools Systems Administration |
|---|
A program that makes creating 3D scenes for your OpenSceneGraph applications really fun.
- All comments
Recent commentsINSTALL
Hi,
I was searching for a alternative for "rancid" and found your project. While the installation i found a small bug in the INSTALL there is written:
insert into routers ('1','Main gateway router','172.20.50.1','1');
Should be insttead:
insert into routers values('1','routerDNSname','172.20.50.1','Main gateway router','1');
well that was all. Thanks for this project, I hopefully can now save configs from my Linux boxes, hope it works out with ndcc.
Re: Nice tool and excellent installation instructions
> Wish there was a front-end for DB
> insertion. Maybe if I find the time
> I'll try to build one.
>
>
Thanks - yeah, I am working on a 'to do' list for this, and that is one of the items. A discovery tool is another item of interest.
Nice tool and excellent installation instructions
I've installed it, but haven't yet inserted devices. The instructions have been very easy to follow, and I don't anticipate any problem w/ the remaining instructions (hooray for autoexpect?).
Wish there was a front-end for DB insertion. Maybe if I find the time I'll try to build one.
Thanks.
Freshmeat newbie