Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnitinv/openconfig-xpaths-dump
https://github.com/vnitinv/openconfig-xpaths-dump
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vnitinv/openconfig-xpaths-dump
- Owner: vnitinv
- License: mit
- Created: 2021-05-07T11:19:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T11:51:03.000Z (over 3 years ago)
- Last Synced: 2024-10-28T17:09:59.977Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openconfig-xpaths-dump
## steps to get all dumps
* install pyang
`pip3 install pyang`
* clone openconfig repo and go to
`git clone https://github.com/openconfig/public`
`cd public/release/models`
* mkdir plugins
`mkdir plugins`
* get plugin in from https://github.com/NSO-developer/pyang-xpath
`Copy content of https://raw.githubusercontent.com/NSO-developer/pyang-xpath/master/xpath.py to plugins/xpath.py`
* run script in current folder
`python3 script.py`