ntc-rosetta
ntc-rosetta copied to clipboard
The missing bridge between industry standard CLIs and YANG
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.6.0 to 2.7.2. Release notes Sourced from jupyter-server's releases. v2.7.2 v2.7.1 2.7.1 (Full Changelog) Bugs fixed accessing API version should not count as activity #1315 (@minrk) Make...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...
I would like to update the openconfig models to reflect the latest in https://github.com/openconfig/public.git In order to make this work I need to generate an updated file containing JSON-encoded data...
Vyos
Implementation of VyOS Implemented for the same basic models as Junos and IOS
If an ios config contains a range of vlans a parsing error is observed. Example config: vlan 60 name VLAN_A ! vlan 64-65 ! vlan 80 name VLAN_B Result: File...
First of all: Cool project! I'm implementing demo parsers and translators for VyOS. When creating the translator for openconfig-system I get an exception when implementing: /system/logging/console/selectors/selector/facility It's the list key...
This looks to be such a cool project! Thanks for making it. I'd like to write my own driver for Mikrotik RouterOS. Looking over the directory structure, it seems like...
Not a major issue, but interface description has not been implemented for Junos parser and translator. Only the subinterfaces have description implemented. Parser: https://github.com/networktocode/ntc-rosetta/blob/fac7086c460a2c68c769879930b74c05ed89b1f4/ntc_rosetta/parsers/openconfig/junos/openconfig_interfaces/interfaces.py#L45 Translator: https://github.com/networktocode/ntc-rosetta/blob/fac7086c460a2c68c769879930b74c05ed89b1f4/ntc_rosetta/translators/openconfig/junos/openconfig_interfaces/interfaces.py#L60 Logically its possible to...
Look into adding a CLI function to build out the Python classes for parsing and translating by ingesting the model and spitting those out. Goal: Increase ease of building out...
When a `show conf | display xml` is performed on a juniper device, the configuration is provided as follows: ``` - configuration XML here - ``` However, this module currently...