Skip to main content

NetBox plugin for CESNET services.

Project description

NetBox cesnet_services Plugin

NetBox plugin for CESNET services.

Features

Enables CESNET services in Netbox. BGP connections, LLDP Neigbors, LLDP Leafs

Compatibility

NetBox Version Plugin Version Notes
4.5.0+ 2.0.0 Breaking change: Filter system updated, NOT compatible with 4.4.x
4.4.x 1.2.8 Last version compatible with NetBox 4.4.x
4.4.0 1.2.5
4.3.1 1.2.4
4.3.1 1.2.3
4.2.8 1.2.2

Installing

For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.

Prerequisites

  • NetBox 4.5.0 or higher (for plugin version 2.0.0)
    • Important: Plugin version 2.0.0 is NOT compatible with NetBox 4.4.x due to filter system changes
    • If you're running NetBox 4.4.x, use plugin version 1.2.8 or earlier

Installation

You can install with pip:

pip install netbox-cesnet-services-plugin

or by adding to your local_requirements.txt or plugin_requirements.txt (netbox-docker):

# For NetBox 4.5.0+
netbox-cesnet-services-plugin==2.0.0

# For NetBox 4.4.x (use 1.2.8 or earlier)
# netbox-cesnet-services-plugin==1.2.8

Configuration

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py, or if you use netbox-docker, your /configuration/plugins.py file.

You can optionally set device platforms for filtering choices in LLDPNeighbor form:

PLUGINS = [
    'netbox_cesnet_services_plugin'
]

PLUGINS_CONFIG = {
    "netbox_cesnet_services_plugin": {
        "platforms" : ["ios", "iosxe", "iosxr", "nxos", "nxos_ssh"],
    },
}

Credits

Based on the NetBox plugin tutorial:

This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_cesnet_services_plugin-2.0.0b1.tar.gz (28.3 kB view details)

Uploaded Source

File details

Details for the file netbox_cesnet_services_plugin-2.0.0b1.tar.gz.

File metadata

File hashes

Hashes for netbox_cesnet_services_plugin-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 1d79a363d40251256fece3c34f3afc981bad0839f3544f0351a9fe9baf5c2ebf
MD5 0efff161385a5e904baf9ac37bc7f3d5
BLAKE2b-256 29ebc882032e708eeeef0f9a39545abaf334e734b273ce6e1977b5b404a23b8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page