Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netbox-community/netbox-bgp
NetBox plugin for BGP related objects documentation
https://github.com/netbox-community/netbox-bgp
bgp netbox netbox-plugin
Last synced: 5 days ago
JSON representation
NetBox plugin for BGP related objects documentation
- Host: GitHub
- URL: https://github.com/netbox-community/netbox-bgp
- Owner: netbox-community
- License: apache-2.0
- Created: 2021-04-07T13:30:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T15:13:40.000Z (7 months ago)
- Last Synced: 2024-05-23T05:17:20.617Z (7 months ago)
- Topics: bgp, netbox, netbox-plugin
- Language: Python
- Homepage:
- Size: 6.04 MB
- Stars: 219
- Watchers: 18
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-netbox - k01ek/netbox-bgp - Plugin for BGP related objects documentation (Plugins)
README
# NetBox BGP Plugin
[Netbox](https://github.com/netbox-community/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 |## 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.txtSee [NetBox Documentation](https://docs.netbox.dev/en/stable/plugins/#installing-plugins) 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](docs/img/session.png)BGP Sessions
![BGP Session Table](docs/img/sessions.png)Community
![Community](docs/img/commun.png)Peer Group
![Peer Group](docs/img/peer_group.png)Routing Policy
![Routing Policy](docs/img/routepolicy.png)Prefix List
![Prefix List](docs/img/preflist.png)