-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aruba os write memory timeout. #3510
Comments
I am assuming that this is not Aruba CX switches? You probably should use If you use Can you post the full exception stack trace here? |
Its Aruba swtiches, i tried with aruba_osswitch device_type, and when i tried save_config, in the logs, there is no write memory command. With send_command("write memory") i have timeout: **netmiko.exceptions.ReadTimeout:Pattern not detected: 'SWITCH#' in output. Things you might try to fix this:
Meantime, i try it with send_command_timing and that working. wr=connect.send_command_timing("write memory", strip_prompt=False, strip_command=False) |
Is the |
Here is the debug lines: (I think netmiko dont wait the end of save proccess) DEBUG:netmiko:write_channel: b'write memory\n' DEBUG:netmiko:Pattern found: (write\ memory) write memory I tried with read_timeout and in this case that worked: |
Okay, so it sounds like that (for some reason) the normal |
Aruba os, connect.save_config and connect.send_command(write memory) runs into a timeout. (Aruba 6000 switches)
Netmiko version
4.4.0
Netmiko device_type (if relevant to the issue)
aruba_os
I tried aruba_osswitch and hp_procurve type and with configure timeouts etc.... same problem.
The text was updated successfully, but these errors were encountered: