ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.61k stars 1.31k forks source link

[Errno 32] Broken Pipe #3487

Open yearcode opened 2 months ago

yearcode commented 2 months ago

hi ktbyers:

sometime netmiko raise a Exception, msg is '[Errno 32] Broken Pipe' the same device, not always

Netmiko version

netmiko== 4.1.2

device_type

device_type = 'cisco_iso'
ktbyers commented 2 months ago

@yearcode No idea...you need to post the full exception stack trace and the relevant code.

Also you would need to reproduce on the latest released version of Netmiko.