AuthenticationException on dlink_ds_telnet #2482
Unanswered
dftagliari
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I'm seeing exactly the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The one more asterisk is not significant since we always replace any length password with 6 asterisks (we would not want to log the actual length of your password). @aztec102 Can you show your Netmiko session_log (obviously change anything that is confidential, but let me know what you changed). Are you sure your credentials are correct? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am using netmiko with dlink_ds_telnet to access the switches and get the fdb table. The script it's ok except with the model "D-Link DES3526".
With "session_log" parameter I saw there is one more asterisk than the letters of the password.
I have tried the parameter "default_enter" with the values "\r\n", "\n" and "\r", but the problem continues.
Someone can help me?
Follow my script and the session_log:
username:admin
####There is one more asterisk:
password:*******
Fail!
username:
password:******
Fail!
username:
password:******
Fail!
Beta Was this translation helpful? Give feedback.
All reactions