All Projects → progala → ttl255-netbox-plugin-bgppeering

progala / ttl255-netbox-plugin-bgppeering

Licence: Apache-2.0 License
Example NetBox plugin - Tracking BGP Peering connections

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to ttl255-netbox-plugin-bgppeering

netbox-plugin-prometheus-sd
Provide Prometheus url_sd compatible API Endpoint with data from Netbox
Stars: ✭ 43 (+48.28%)
Mutual labels:  netbox-plugin
netbox-vcenter
vCenter integration plugin for NetBox
Stars: ✭ 36 (+24.14%)
Mutual labels:  netbox-plugin
netbox-paloalto
NetBox plugin for listing firewall rules (from a Palo Alto Networks firewall/Panorama) associated with a NetBox object.
Stars: ✭ 27 (-6.9%)
Mutual labels:  netbox-plugin
netbox-plugin-auth-saml2
Netbox plugin for SSO using SAML2
Stars: ✭ 87 (+200%)
Mutual labels:  netbox-plugin
netbox-bgp
NetBox plugin for BGP related objects documentation
Stars: ✭ 135 (+365.52%)
Mutual labels:  netbox-plugin
ntc-netbox-plugin-metrics-ext
NetBox Plugin to improve the instrumentation of NetBox and expose additional metrics (Application Metrics, RQ Worker).
Stars: ✭ 32 (+10.34%)
Mutual labels:  netbox-plugin
netbox-secretstore
No description or website provided.
Stars: ✭ 63 (+117.24%)
Mutual labels:  netbox-plugin
netbox-plugin-skeleton
Skeleton for starting NetBox plugins
Stars: ✭ 15 (-48.28%)
Mutual labels:  netbox-plugin

NetBox BGP Peering Plugin

This repository contains source code of NetBox BGP Peering plugin.

There are multiple branches in this repository. Each branch represents different stage of the development of the plugin. These stages are describred in detail in Developing NetBox plugin tutorial @ ttl255.com.

This plugin is currently undergoing development and should not be used in production.

Branches

Name Description Tutorial part
initial-plugin Dev environment setup and plugin config ^Part 1
minimal-plugin Minimal interactive plugin ^Part 1
adding-model Adds model and exposes it in admin panel ^Part 1
model-migrations Adds Django model migrations ^Part 1
bgppeering-view-init Adds web UI page for displaying details of single object ^Part 2
bgppeering-list-view-init Adds web UI page for displaying list of objects ^Part 2
bgppeering-create-view-init Adds web UI page with form for creating objects ^Part 2
bgppeering-list-search Adds search/filter side form ^Part 3
small-improvements Improves functionality and look of the plugin ^Part 4
adding-permissions Adds object permissions ^Part 5
adding-api Adds API endpoints ^Part 5


Follow the below links to the tutorial if you'd like to see detailed walkthrough on how I built this plugin:

Developing NetBox Plugin - Part 1 - Setup and initial build

Developing NetBox Plugin - Part 2 - Adding web UI pages

Developing NetBox Plugin - Part 3 - Adding search panel

Developing NetBox Plugin - Part 4 - Small improvements

Developing NetBox Plugin - Part 5 - Permissions and API

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].