Is it possible to parse texts directly instead of "send_commands" to get output ? #340
zhangineer2
started this conversation in
General
Replies: 2 comments 2 replies
-
if you just mean parse via textfsm/genie/ttp, there are helper funcs here but this isn't really a scrapli question/problem since we are just using those other parsers/libraries anyway |
Beta Was this translation helpful? Give feedback.
0 replies
-
@carlmontanari thank you for the late reply and sorry that I opened this as "issue". so I looked into the helper and tried the following, but the template was not found. Thoughts ?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'd like to just parse commands output, instead of SSH to a device, send a command and parse the output. Reason being that I don't always have direct access to these devices.
So maybe a way to "mock" the command outputs ? I would still provide the device/Driver information.
Thanks
Peter
Beta Was this translation helpful? Give feedback.
All reactions