Open sindhujit1 opened 1 year ago
The issue seems to be partly because the prompt changes in the F5 when we move to the dynamic routing module which uses imish
[root@xxx-f5:Active:Not All Devices Synced] config # imish xxxf5.lab.aexp.com[0]>enable xxxf5.lab.aexp.com[0]#
How do we catch or manage this in netmiko ? @ktbyers
I would recommend on ConnectHandler to add global_delay_factor or test with the different timeouts to see if it works.
EDIT Sorry didn't saw your last comment, you can try to change send_command_timming() to send_command() and add the expect_string=r"#", i you want to keep the timing just add read_timeout=bool
I am trying to get some basic info from an F5 device through netmiko and running into an error:
netmiko.ssh_exception.NetmikoTimeoutException: Timed-out reading channel, data not available.
Code:
Stack trace: