Page 1 of 1
Export vcsetup.cfg from master
Posted: 02 Dec 2024 08:28
by mod
Hello,
Is this possible to fetch vcsetup.cfg of all members from master connected via SFTP ? I want to backup without connecting on serial console
Actually, I use show configuration vcm-snapshot chassis-id X.
Thanks in advance,
Regards
Re: Export vcsetup.cfg from master
Posted: 03 Dec 2024 14:07
by silvio
the easiest way is realy: show configuration vcm-snapshot chassis-id X
So you can see vcsetup of all members.
Other way is to ssh or sftp/scp from the master to the slaves.
For ssh use " ssh-chassis admin@X"
or use the internal ip 127.10.X.65 for ssh, scp, sftp
X = chassis
In all cases you have to use a local user (not from Radius).
BR Silvio
Re: Export vcsetup.cfg from master
Posted: 04 Dec 2024 06:00
by mod
Hello,
Thanks your response. I didn’t know 127.10.X.65 access.
Maybe there is a command to run for exporting all configuration in an archive ?
Regards
Re: Export vcsetup.cfg from master
Posted: 07 Dec 2024 09:24
by silvio
you can use the "show tech-support eng complete" (or similar). Than you got at the master a file with all configs, swlogs etc. from all chassis.
BR Silvio