-
Notifications
You must be signed in to change notification settings - Fork 55
"show full-configuration" and "show" commands return timeout exceptions #20
Comments
Hi there! Two questions:
Thanks! |
Hi!
PS: After a talk with a network engineer, I'm not on local network but inside a VPN. Maybe the 30 seconds make sense when the connection is slow. |
Yup, it seems that large configs are truncated.
The fact that it seems to be missing a parent for me, implies it truncated/lost lines. Possibly paramiko's default SSH recv buffer? |
I am getting the same thing on firewall with minimal config running 5.4.5.
|
Storing the full configuration does work but took about 8 minutes. a.open() |
Increasing the timer from 5s to 30s fixes the same error I hit when I try to run "show" on a firewall from a server on another continent. Apparently network condition (e.g. network latency) is a contributing factor. |
Hardware: FortiGate 40C
This code is returning a timeout since it take a long time to retrieve all the configuration :
In my tests (local network) it takes about :
show full-configuration
command result,show
command result.The text was updated successfully, but these errors were encountered: