Netbox plugin for Juniper Networks device configuration components.
NetBox Juniper Plugin is designed to help with the configuration of certain Juniper Networks specific configuration objects.
This module is Alpha at best - USE AT YOUR OWN RISK.
- NetBox 4.3.0 or higher
- Python 3.12 or higher
$ source /opt/netbox/venv/bin/activate
(venv) $ pip install netbox-juniper
Add the plugin to the NetBox config: configuration.py
PLUGINS = [
'netbox_juniper',
]Permanently keep the plugin installed when using upgrade.sh:
echo netbox-juniper >> local_requirements.txt
Run the following to get things going:
manage.py migrate
I am not a Python expert so if you see something that is stupid feel free to improve.
Coming Soon: Using NetBox Juniper Plugin
Apache 2.0