Cisco IOS output to json #2873
Unanswered
akshayavk96
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@akshayavk96 Which particular The main options are using Textfsm or Cisco's genie, but these options will only work for specific show commands. They will not work for all show commands. These would return Python data structures which you would then need to convert to JSON. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
Is there a way to convert the output of Netmiko send command (cisco output) to JSON or XML?
I tried setting , use_textfsm=true, but it doesn't seem to be working. Any help would really be appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions