grelleum / youtube-network-automation

Files created in my YouTube series "Network Automation using Python and Netmiko."
MIT License
71 stars 26 forks source link

Search pattern never detected in send_command_expect #6

Open Chikkis opened 5 years ago

Chikkis commented 5 years ago

Hi Greg,

I get the following error on when i try to execute the script. with multiple run i learnt that it is happening randomly ie. mean on different devices.

I dont seems to understand the error."IOError: Search pattern never detected in send_command_expect"

File "C:\Python27\lib\site-packages\netmiko\base_connection.py", line 1322, in send_command search_pattern IOError: Search pattern never detected in send_command_expect: termin

looking forward to your advice. Thank you Chikki