All Projects → k01ek → netbox-bgp

k01ek / netbox-bgp

Licence: Apache-2.0 license
NetBox plugin for BGP related objects documentation

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to netbox-bgp

netbox-plugin-skeleton
Skeleton for starting NetBox plugins
Stars: ✭ 15 (-88.89%)
Mutual labels:  netbox, netbox-plugin
netbox-paloalto
NetBox plugin for listing firewall rules (from a Palo Alto Networks firewall/Panorama) associated with a NetBox object.
Stars: ✭ 27 (-80%)
Mutual labels:  netbox, netbox-plugin
hphr
Halophile Router (a VyOS-based, SaltStack-automated, NetBox-configured router for small provider networks)
Stars: ✭ 39 (-71.11%)
Mutual labels:  bgp, netbox
netbox-vcenter
vCenter integration plugin for NetBox
Stars: ✭ 36 (-73.33%)
Mutual labels:  netbox, netbox-plugin
ntc-netbox-plugin-metrics-ext
NetBox Plugin to improve the instrumentation of NetBox and expose additional metrics (Application Metrics, RQ Worker).
Stars: ✭ 32 (-76.3%)
Mutual labels:  netbox, netbox-plugin
Looking Glass
Easy to deploy Looking Glass
Stars: ✭ 233 (+72.59%)
Mutual labels:  bgp
netbox-sync
Sync objects from VMware or redfish sources to NetBox
Stars: ✭ 172 (+27.41%)
Mutual labels:  netbox
Pypacker
📦 The fastest and simplest packet manipulation lib for Python
Stars: ✭ 216 (+60%)
Mutual labels:  bgp
Gortr
The RPKI-to-Router server used at Cloudflare
Stars: ✭ 216 (+60%)
Mutual labels:  bgp
terraform-metal-kubernetes-bgp
Kubernetes on Equinix Metal using Calico and MetalLB
Stars: ✭ 110 (-18.52%)
Mutual labels:  bgp
pocketinternet
A Pocket Internet for teaching how the Internet really works.
Stars: ✭ 28 (-79.26%)
Mutual labels:  bgp
netbox automation
Manage netbox configuration with automation. Netbox as a the source of truth: generate an ansible inventory file from Netbox with automation, generate yaml files for ansible playbooks or jinja templates from Netbox with automation
Stars: ✭ 28 (-79.26%)
Mutual labels:  netbox
Hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 242 (+79.26%)
Mutual labels:  bgp
hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 478 (+254.07%)
Mutual labels:  bgp
Mylg
Network Diagnostic Tool
Stars: ✭ 2,538 (+1780%)
Mutual labels:  bgp
django-netbox-graphql
Django module which provides a GraphQL API for Netbox
Stars: ✭ 16 (-88.15%)
Mutual labels:  netbox
Routinator
An RPKI Validator written in Rust
Stars: ✭ 215 (+59.26%)
Mutual labels:  bgp
Ryu-SDN-IP
SDN-IP project implemented by Ryu SDN framework.
Stars: ✭ 33 (-75.56%)
Mutual labels:  bgp
calico-bgp-daemon
GoBGP based Calico BGP Daemon
Stars: ✭ 23 (-82.96%)
Mutual labels:  bgp
netbox-chart
A Helm chart for NetBox
Stars: ✭ 141 (+4.44%)
Mutual labels:  netbox

NetBox BGP Plugin

Netbox plugin for BGP related objects documentation.

Features

This plugin provide following Models:

  • BGP Communities
  • BGP Sessions
  • Routing Policy
  • Prefix Lists

Compatibility

NetBox 2.10 0.3.9
NetBox 2.11 0.3.9
NetBox 3.0 0.4.3
NetBox 3.1 0.5.0
NetBox 3.2 >= 0.6.0
NetBox 3.3 >= 0.8.1

Installation

The plugin is available as a Python package in pypi and can be installed with pip

pip install netbox-bgp

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:

PLUGINS = ['netbox_bgp']

Restart NetBox and add netbox-bgp to your local_requirements.txt

See NetBox Documentation for details

Configuration

The following options are available:

  • device_ext_page: String (default right) Device related BGP sessions table position. The following values are available:
    left, right, full_width. Set empty value for disable.

Screenshots

BGP Session BGP Session

BGP Sessions BGP Session Table

Community Community

Peer Group Peer Group

Routing Policy Routing Policy

Prefix List Prefix List

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].