hart323
hart323
It seems like this is solely mikrotik-netmiko issue. I found some similar issues: https://github.com/ktbyers/netmiko/issues/2880 https://github.com/ktbyers/netmiko/issues/2512 Have to figure out what to do with this. Issue closed.
I did a little investigation and got the following. Plain netmiko script with a list of commands pushed to `send_command` indeed somehow does not have time to handle the input/output...
Oops, Mikrotik tests succeed but now Cisco tests randomly failed :(
Reverted code to original send_command(), but in the poller settings I added 2 options: ``` { "disable_lf_normalization": "True", "global_cmd_verify": "True" } ``` Short tests on routeros and ios now return...