Rancid
Voraussetzungen
- login mit ssh und key auf den switch
- braucht ein “enable” command ohne passwort, um in den enable mode zu gelangen
install Rancid
pkg_add rancid
Update Config
vim /etc/rancid/rancid.conf
RCSSYS=git; export RCSSYS
LIST_OF_GROUPS="switches"; export LIST_OF_GROUPS
Switch User
su - _rancid
.cloginrc
cat << 'EOF' >> .cloginrc
add user * backupuser
add password * passwort enablepasswort
add method * ssh
EOF
chmod 600 .cloginrc
Build Env & Directories
rancid-cvs
Router.db
switch1;cisco;up
switch2;cisco;up
switch3;cisco;up
switch4;cisco;up
switch5;cisco;up
Update clogin File
needed ???