Skip to content

NetBox plugin for BGP related objects documentation

License

Notifications You must be signed in to change notification settings

nick-bogle/netbox-bgp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NetBox plugin for BGP related objects documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.4%
  • HTML 16.3%
  • Makefile 1.4%
  • Other 0.9%