Skip to content

Installation

Requirements

  • NetBox ≥ 4.4.0
  • Python ≥ 3.12

Install from PyPI

pip install netbox-interface-name-rules

Enable the Plugin

Add to your NetBox configuration.py:

PLUGINS = ['netbox_interface_name_rules']

Run Database Migrations

cd /opt/netbox/netbox
python manage.py migrate

Restart NetBox

systemctl restart netbox netbox-rq

Verify

Navigate to Plugins → Interface Name Rules in the NetBox UI.