Skip to main content

View/Manage Services from IPAM

Project description

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 

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

nautobot-plugin-ip-services-1.0.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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