Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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