willyd61 / nautobot-plugin-ip-services

Nautobot plugin to view/manage Services from IPAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nautobot IP Services Plugin

Nautobot natively provides the ability to add Services such as TCP/UDP ports that are exposed on an Interface of a Device using the "Assign service" button on the Device view. The Services can also optionally be assigned to an IP address from the Device view. This plugin for Nautobot extends the functionality by adding the ability to view and add Services from the IP Address view in IPAM.

With the plugin installed, users can see the list of services associated with an IP address in IPAM.

image

In addition, users can also use the Assign service button to define new Services associated with the IP Address. The IP address from the previous IP Address view is automatically programmed into the IP Addresses field on the form.

image

Setup

  1. Install the package on the Nautobot server:
pip install nautobot-plugin-ip-services
  1. Add plugin to PLUGINS in nautobot_config.py:
PLUGINS = [
    "nautobot_plugin_ip_services",
]
  1. Restart the Nautobot services:
sudo systemctl restart nautobot nautobot-worker nautobot-scheduler 

About

Nautobot plugin to view/manage Services from IPAM

License:Other


Languages

Language:Python 85.6%Language:HTML 14.4%