Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/networktocode/network-importer
The network importer is a tool/library to analyze and/or synchronize an existing network with a Network Source of Truth (SOT), it's designed to be idempotent and by default it's only showing the difference between the running network and the remote SOT.
https://github.com/networktocode/network-importer
batfish diffsync netbox network nornir source-of-truth
Last synced: 1 day ago
JSON representation
The network importer is a tool/library to analyze and/or synchronize an existing network with a Network Source of Truth (SOT), it's designed to be idempotent and by default it's only showing the difference between the running network and the remote SOT.
- Host: GitHub
- URL: https://github.com/networktocode/network-importer
- Owner: networktocode
- License: other
- Created: 2019-09-30T02:38:12.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-04T18:07:08.000Z (6 months ago)
- Last Synced: 2024-12-14T17:03:14.853Z (8 days ago)
- Topics: batfish, diffsync, netbox, network, nornir, source-of-truth
- Language: Python
- Homepage:
- Size: 2.32 MB
- Stars: 171
- Watchers: 41
- Forks: 42
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Network Importer
The network importer is a tool/library to analyze and/or synchronize an existing network with a Network Source of Truth (SOT), it's designed to be idempotent and by default it's only showing the difference between the running network and the remote SOT.
The main use cases for the network importer:
- Import an existing network into a SOT (Nautobot or NetBox) as a first step to automate a brownfield network
- Check the differences between the running network and the Source of TruthThis application is intended to run __outside__ of Nautobot.
![Architecture](docs/images/batfish_network_importer.png)
## Quick Start
- [Getting Started](docs/getting_started.md)
- [Configuration file](docs/configuration.md)
- [Supported Features and Architecture](docs/architecture.md)
- [Extensibility](docs/extensibility.md)
- [Upgrade procedure](docs/upgrade.md)## Questions
For any questions or comments, please feel free to open an issue or swing by the [networktocode slack channel](https://networktocode.slack.com/). (channel #networktocode)
Sign up [here](http://slack.networktocode.com/)