Closed empusas closed 2 years ago
I think this feature could open up interesting use cases, such as generating firewall configuration from NetBox data.
I was more thinking in the other direction, to document what is going on in a brownfield environments. I did many data center migrations in my career and there was never a reliable documentation about the communication between systems. I assume that many migrate to cloud now and have the same problem. Then such documentation could indeed be used to create new firewall rules in the target environment and check routing etc.
It seems that Nautobot has implemented this (and the firewall config side of it). They seem to have a plug-in "application dictionary" that implements all of it. I wonder if any of that is usable, or they have some restrictive license on it.
This sounds like the sort of thing that would best be implemented as a plugin. Maybe you'd be interested in developing something as a proof of concept. As a core feature though I'm afraid this is far too vague for us to take on.
NetBox version
v3.4
Feature type
Change to existing functionality
Proposed functionality
I was struggling with the IPAM/Services for a while. But meanwhile i think it is really useful. You can get the data from FW logs, via ansible/netstat or from nmap/nessus scans. I think what would be a really useful addition would be to add a "consumer" list field to the service object. That way we could also track who is using this service, at least what IP addresses.
Use case
Quite often there is a demand to identify the affected services or accounts if a system goes down(for maintenance or other reasons). There are a few commercial products who try to address this, like a module for Service Now. I think there are many use cases, from my experience quite often FW logs and other data sources get analyzed to figure out the communication relations between IT systems. Also from my experience this is often done only in case of actual need, not proactively and also often not stored/updated anywhere.
Database changes
There are two viable options to enhance the service object.
External dependencies
No response