-
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
Issue with using netmiko for SONIC Nokia switch #3517
Comments
There is a If that fails, can you show what the the standard SSH login process looks like when you do it manually (i.e. copy-and-paste the SSH login interaction). You can change/mask any username and passwords. |
Tried that. It failed as well.
This is how the login looks:
|
I would probably try to capture the log file to see if it provides you any additional information as to why authentication is failing: |
Here is the script:
Here's the output on the console for the script: C:\Users\xxxx\OneDrive - xxx\Documents>python netmiko_sonic.py Attached is the netmiko log file: |
Any update on this @ktbyers ? |
Description of Issue/Question
We are facing an issue connecting to SONIC vendor using netmiko. We have used netmiko in the past for nexus 9ks, cat 9ks, aristas, and it worked. Is SONIC not supported ?
Setup
Netmiko version
Netmiko device_type (if relevant to the issue)
Nothing worked.
Error Traceback
(Paste the complete traceback of the exception between quotes below)
Relevant Python code
The text was updated successfully, but these errors were encountered: