You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For get_config against Juniper switches, currently the format option is hard coded to "format"="text". Juniper supports JSON format for the show configuration, which is much better to work with programmatically. The underlying jnpr.junos.Device module supports JSON format.
This sounds good to me. If you're willing to open a PR for this, please make sure to add the argument for all the core drivers (even though for some it may not make sense, the NAPALM API must be consistent).
Description of Issue/Question
Feature Request:
For get_config against Juniper switches, currently the format option is hard coded to "format"="text". Juniper supports JSON format for the show configuration, which is much better to work with programmatically. The underlying jnpr.junos.Device module supports JSON format.
Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an
x
between the square brackets where applicable)Setup
N/A
napalm version
(Paste verbatim output from
pip freeze | grep napalm
between quotes below)Network operating system version
(Paste verbatim output from
show version
- or equivalent - between quotes below)Steps to Reproduce the Issue
N/A
Error Traceback
(Paste the complete traceback of the exception between quotes below)
The text was updated successfully, but these errors were encountered: