Can we Automate IP Address Management and Device Provisioning with help of NetBox ? #14623
-
Hi Guys I am new to Netbox, and want to ask a question. Introduction: Specific Questions:
Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes you can do this, but you'll have to do the integration work yourself. You'll also have to decide which way the flow goes. Options include:
Whether this is the "right" tool for you is a matter of what you're trying to achieve. If you only want to reflect the current live state of your network - "what VMs are running right now?" - and you can include an agent as part of your provisioning flow, then you might be better off using a monitoring system and dashboard (e.g. prometheus+grafana, check_mk, librenms etc). This would be especially true if your environment is highly dynamic, e.g. VMs created/removed using auto scaling groups, or Kubernetes containers. |
Beta Was this translation helpful? Give feedback.
Yes you can do this, but you'll have to do the integration work yourself.
You'll also have to decide which way the flow goes. Options include: