Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netbox-bgp

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netbox-bgp

BGP related stuff

  • 0.14.0
  • PyPI
  • Socket score

Maintainers
2

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

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc