senikamake / netbox-bgp

NetBox plugin for BGP related objects documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netbox BGP Plugin

Netbox plugin for BGP related objects documentation.

Compatibility

This plugin in compatible with NetBox 2.10 and later.

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

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 Object BGP Session

BGP Session Table BGP Session Table

Device Extension Device Session Table

ASN Object ASN

ASN Table ASN Table

Community Object Community

About

NetBox plugin for BGP related objects documentation

License:Apache License 2.0


Languages

Language:Python 70.6%Language:HTML 25.7%Language:Makefile 2.3%Language:Dockerfile 1.0%Language:Shell 0.5%