Port variant | py310 |
Summary | BGP related stuff (3.10) |
Package version | 0.11.0 |
Homepage | https://github.com/k01ek/netbox-bgp |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 22 SEP 2023, 12:17:47 UTC |
Port created | 07 JAN 2023, 04:18:24 UTC |
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 | >= 0.9.0 | | NetBox 3.5 | >= 0.10.0 | | NetBox 3.6 | >= 0.11.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 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] |
Build (only) |
python-pip:single:py310 autoselect-python:single:standard |
Build and Runtime | python310:single:standard |
main | mirror://PYPIWHL/29/9e/b414f2172d9a11dd135252ad7b88a76537ed1e158308acaecdd8e8b4c335 |
python-netbox-vrf-context:py310 | VRF Context plugin for Netbox (3.10) |