ktbyers / netmiko

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

netmiko 3.0.0 failed to send long commands on hp_comware #1602

Closed jianghao198866 closed 3 years ago

jianghao198866 commented 4 years ago

Hello, When I use send_command() to send a long command。A “Timed-out reading channel” exception is occured。my netmiko version is 3.0.0。But if send a short command,no exception is occured。 I try to use version 2.4.2,both long command and short command can be send success。

My issue is similar to https://github.com/ktbyers/netmiko/issues/1531。But I use connect.send_command(),not send_config_set()

ktbyers commented 4 years ago

Which Netmiko device_type are you using?

jianghao198866 commented 4 years ago

device_type is hp_comware

ktbyers commented 4 years ago

Does this command exist on your device?

screen-width

What is the maximum value you can set it to?

ktbyers commented 3 years ago

No response on this issue.