python-netbox-bgp
Port variant v13
Summary BGP related stuff (3.13)
Package version 0.15.0
Homepage https://github.com/netbox-community/netbox-bgp
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 11 JAN 2025, 16:34:39 UTC
Port created 08 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single # 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 3.4.x | >= 0.9.0 | | NetBox 3.5.x | >= 0.10.0 | | NetBox 3.6.x | >= 0.11.0 | | NetBox 3.7.x | >= 0.12.0 | | NetBox 4.0.x | >= 0.13.3 | | NetBox 4.1.x | >= 0.14.0 | | NetBox 4.2.x | 0.15.x | ## 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. * `top_level_menu`: Bool (default False) Enable top level section navigation menu for the plugin. ## Screenshots BGP Session ![BGP Session] BGP Sessions ![BGP Session Table] Community ![Community] Peer Group ![Peer Group] Routing Policy ![Routing Policy] Prefix List ![Prefix List]
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12 PY313 ON Build using Python 3.13
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Download groups
main mirror://PYPIWHL/e4/a1/58c6eecf0decb83bd45d018c8fd15ad8d519c6a3bc68bfb10002ecab05e9
Distribution File Information
4f67569176b13c4615f39e795fc4d042447f86cee4c14513e5223b5a11a71154 57387 python-src/netbox_bgp-0.15.0-py3-none-any.whl
Ports that require python-netbox-bgp:v13
python-netbox-vrf-context:v13 VRF Context plugin for Netbox (3.13)