Driver for linux? #251
-
Is there a scrapli driver for just plain linux? (Actually, I'm looking for a scrapli driver for F5 network devices, but they are basically just linux vm's, so I'm thinking a linux driver would work...?) Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
For just linux-y things there are probably better options than scrapli (ansible for example), but if you want to you would use the hth |
Beta Was this translation helpful? Give feedback.
-
I'm working on driver for linux (NetworkDriver based) and i'm stuck in privelege management (on sudo escalate prompt). My model contains only "exec" and "root" levels. Scenario example for I've tried many regexpressions and tested validation through online services like regex101. |
Beta Was this translation helpful? Give feedback.
-
Ansible is "heavy" and slow. Netmiko is slow. Paramiko is hard for create new driver. Your lib is the best choice at the moment. |
Beta Was this translation helpful? Give feedback.
For just linux-y things there are probably better options than scrapli (ansible for example), but if you want to you would use the
GenericDriver
. The generic one has no concept of privilege levels and other network-y things. Docs here.hth