cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
485
Views
0
Helpful
6
Replies

Automated config check

Guys and Gals,

Im looking into seeing if such a bit of software exists, but...is there an automated backup and compare piece of software for routers and switches (in fact any device which uses the TFTP protocol to transfer data (we have HP switches as well as Cisco and Nortel)).

I should explain..I need this software to see when a config or whatever has been changed without a change control process being initiated. We have had some issues with changes being made without this happening. Id like to automate this process of downloading the config file, doing a compare of the last backup file and flagging any changes to Network admin or whoever.

I am considering trying to script such a task, but have no idea how to encrypt a username/password into a Script file in order to be secure.

So anyone on either the automatic backup software or a scripting guru, please let me know of any ideas.

Thanks.

Andrew

6 Replies 6

r.cheung
Level 1
Level 1

If you had Ciscoworks you could use RME for config checks. Otherwise, I believe Tripwire has come out with a version for routers that do config checks. They may not be automated though.

Thanks for the reply. We do have Cisco works, but never used the RME function. Will have a look into Tripwire and the Cisco works way of doing things. It would be nice if you could say use the scheduled tasks function or a Cron type job to get the script or software to go out and do the check. Once the config file is on a local machine, then I can script whatever to do a compare and flag it.

Any more info on this would be greatly appreciated.

Andrew

jpelletier
Level 1
Level 1

Although I don't know of such as product why not simply change the enable secret(cisco) passwords? Then only the admin could change the configs.

rmushtaq
Level 8
Level 8

RME in CW2000 bundle can handle Configuration Management. Look at the docs for more details.

cwu
Level 1
Level 1

You could use rsh/rcp to download a copy of the config. To use this you have to set up users on the router/switch and explicitly configure the set of user/host pairs the router/switch will accept r-commands from. A nice side effect of having usernames on the router is that you know who has logged in when and did a 'conf t'. (BTW with rcp and rsh the passwords never go over the net in the clear.) It would be nice if ssh were supported. (hint, hint)

Another way of tracking config changes is to just look at the log entries (on a secure syslog server, of course). There is probably also an SNMP OID that tells you when the config was changed last.

awo
Level 1
Level 1

You can use CW2k for that, but if you only need those funcionality please look for:

http://cosi-nms.sourceforge.net/

http://sourceforge.net/project/showfiles.php?group_id=25401&release_id=60367

There is a tool called ciscoconf which fetch config from routers and switches (and can be added whatever you want) and puts it in RCS or CVS tree 8-)