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
The process I follow is:
• create the running-config yang model. scripts/yang-create.py
• create the candidate config yang model. Via modying a copy of the running-config yang.
• obtain the config via nos_driver.merge scripts/push-config.py`
• A config example that I send it shown below. However, any native config generated by Rosetta results in the exception above.
After translating a Yang model to native config, and then sending the config to a vQFX via Napalm I get the following,
Note: my scripts/code are located within https://github.com/rickdonato/rosetta-demo/tree/master/scripts
The process I follow is:
• create the running-config yang model.
scripts/yang-create.py
• create the candidate config yang model. Via modying a copy of the running-config yang.
• obtain the config via
nos_driver.merge
scripts/push-config.py`• A config example that I send it shown below. However, any native config generated by Rosetta results in the exception above.
• I send this to the device via Napalm but I get the error above.
Any help on this would be appreciated. Everything works great with IOS.
UPDATE: Confirmed working XML via Napalm push. VLANs are slighty different. But it shows main differences...
The text was updated successfully, but these errors were encountered: