cBackup / main

Releases, documentation and issue tracker
http://cbackup.me
GNU Affero General Public License v3.0
29 stars 17 forks source link

SSH response expect is failed. Check command timeouts. Again... #75

Open nEkToSAN opened 2 years ago

nEkToSAN commented 2 years ago

Hi! I have Cbackup Worker, which is working normally with most of my Cisco switches, but there are some, with which I have the error:

Task backup, node 495: timeout. Command: show running-config view full
. SSH response expect is failed. Check command timeouts.
Schedule id: 2
Task name: backup
Node id: 495
Worker id: 5

I`ve added into AuthTemplate lines:

#
terminal length 0
#
terminal no monitor
#

and added timeout 30000 (ms) into Worker for command show running-config view full, but nothing works. If I login on the switch from cbackup terminal as cbackup-user I have all nesessary privileges for commands above and comands work. Also, I have the switch with the same model, on which cBackup gets config successfully.

What can I do to repair this issue?