Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.15 KB

NetBox BGP Plugin

Netbox plugin for BGP related objects documentation.

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

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.
  • asdot: Boolean (defaul False) asdot notation for 4-byte AS

Screenshots

BGP Session BGP Session

BGP Sessions BGP Session Table

ASN ASN

ASNs ASN Table

Community Community

Peer Group Peer Group