Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansheps/netbox-routing
A Netbox Routing plugin
https://github.com/dansheps/netbox-routing
netbox-plugin
Last synced: 2 months ago
JSON representation
A Netbox Routing plugin
- Host: GitHub
- URL: https://github.com/dansheps/netbox-routing
- Owner: DanSheps
- License: apache-2.0
- Created: 2022-03-30T13:40:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T19:57:54.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:11:13.242Z (8 months ago)
- Topics: netbox-plugin
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 27
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Netbox Routing
A plugin for tracking all kinds of routing information## Features
### Current features
* Static routing
### Under development
* Dynamic routing
* BGP
* Templates/Group inheritance
* OSPF### Roadmapped
* Dynamic Routing
* BGP
* IPv4/IPv46 AF VRF support
* VPNv4 support
* EIGRP
* IS-IS# Requirements
* Netbox 4.1+
* Python 3.10+## Compatibility Matrix
| | Netbox 3.2.x | NetBox 4.1.x |
|-------|----------------|----------------|
| 0.1.x | Compatible | Not Compatible |
| 0.2.x | Not Compatible | Compatible |## Installation
To install, simply include this plugin in the plugins configuration section of netbox.
Example:
```python
PLUGINS = [
'netbox_routing'
],
```## Configuration
None
## Usage
TBD
## Additional Notes
TBD
## Contribute
Contributions are always welcome! Please open an issue first before contributing as the scope is going to be kept
intentionally narrow