-
Notifications
You must be signed in to change notification settings - Fork 25
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
force the enable call to allow many cisco ios platforms to work #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do this thru a setting instead of defaulting to true? This could cause some challenges.
nornir-netmiko calls the enable method netmiko checks if it is enabled already Would be good to ensure you have tested
|
I'm more so thinking through places that may provide the commands natively to the account that logs in, and disallows/alerts on someone issuing the command |
So something like |
I'm open to whatever on this, I find we're getting setting bloat. |
@jvanderaa added your suggestion.
Plus a few other tests and everything seems to be working as we'd expect. |
fixes #64 , forcing the enable call to true fixes multiple cisco_ios switches.