Replies: 2 comments 2 replies
-
@aclease Can you show your code and the error that you are getting. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You don't need this: net_connect.asa_login() Netmiko does that automatically. That is one of the extra "login" attempts. I think the other failed login is likely due to a timing issue on the login process (i.e. Netmiko doesn't realize it has fully logged in yet and attempts to send You can probably fix this, but would probably need to make some adjustments to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using 3.4.0 and I might be missing something.
I have been enjoying the usefulness of the tool, but I am running into an issue where I may be missing something as I am not an advanced python person, but I do understand a lot of various programing languages to at least a mid tier level.
I am running the Cisco_ASA_SSH, and I have wrote a script to validate the SNMPV3 OID for the configuration updates which then schedules an update to be pulled down for the configuration.
The issue is every time I connect using net_connect.asa_login Netmiko goes into Config Terminal and changes the terminal width there by causing the configuration to change, and it starts a repetitious cycle wher4e it never stops updating because the configuration has changed since the last time it was checked. I was looking for a way to disable the terminal width setting, as Allow_Auto_Change is supposed to default to false, which to my belief should stop this behavior. I attempted to set it to true but it errors out.
So I am wondering before I move this to something else if I am missing something, or if there is a little help the I am missing in the discussions threads that may help as to why this setting of the terminal width is required even when it shouldn't be making changes.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions