Replies: 1 comment
|
I was able to figure this out. It seems when you use 'device_type':'dell_powerconnect' when setting up the device variable, it uses the dell_powerconnect.py which contains the Dell Powerconnect driver from my understanding |
0 replies
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.
When it comes to using the dell powerconnect driver, do I paste the whole dell_powerconnect.py into my script and then follow by "from netmiko import ConnectHandler" . Trying to use netmiko to ssh into a powerconnect switch to do a "show run" as a test.
All reactions