python-netbox-bgp
Port variant py311
Summary BGP related stuff (3.11)
Package version 0.8.1
Homepage https://github.com/k01ek/netbox-bgp
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 07 JAN 2023, 04:18:24 UTC
Port created 07 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 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]
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY311 ON Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py311
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/b4/f5/dbb4253adf2c8b154adccd94b3037f2fdda1805190c53000d2d19db8a5e0
Distribution File Information
e3ec15f7c5008eb66267ba8a75e0a8c9b4ee36da7b4262d05252ddf31520915d 47672 netbox_bgp-0.8.1-py3-none-any.whl
Ports that require python-netbox-bgp:py311
python-netbox-vrf-context:py311 VRF Context plugin for Netbox (3.11)