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.
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.
Setup
- Install the package on the Nautobot server:
pip install nautobot-plugin-ip-services
- Add plugin to
PLUGINS
innautobot_config.py
:
PLUGINS = [
"nautobot_plugin_ip_services",
]
- 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
Built Distribution
File details
Details for the file nautobot-plugin-ip-services-1.0.0.tar.gz
.
File metadata
- Download URL: nautobot-plugin-ip-services-1.0.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a70a3d7ff0874287d5aac232dcd66fea064a0a6a3b86c0c8cec4c983dd8858e |
|
MD5 | 9bceb237f447b5656beb523cc5cafa91 |
|
BLAKE2b-256 | 826a650b794b968fe1efe2937393b2eeda2432ef19c12c40a15dc7380e4586de |
File details
Details for the file nautobot_plugin_ip_services-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: nautobot_plugin_ip_services-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f944de97416f1a523b12e7460db39fa81cab1f6edbf1b40965e1d2d01b50a27 |
|
MD5 | c863f03e1b5a846b5e239503184e40ac |
|
BLAKE2b-256 | ee35605998dfcd36a46c5fdcbe5eeac654637f164d3ffcb2cb7815c6afba5f36 |