Replies: 3 comments 11 replies
-
|
Yes, you can use NetBox to just manage your IP addresses. If you can format your data into a CSV file you should be able to import it into NetBox. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have the same task. I tried to migrate from phpIPAM to Netbox. The migration isn't complicated; I migrated over 35,000 IPs. The only thing I see that Netbox lacks is folder hierarchy, which is critical for day-to-day administration. You can read about the issues I faced in this link #21255 ; it might save you time since I went through this a week ago. There's a supposed plugin called ipamtree. I installed Netbox 4.5, but it supposedly works on version 4.2.99. I installed it to testing Netbox version 4.2, but unfortunately, that plugin doesn't work correctly. Unfortunately, I can't completely migrate from phpIPAM to Netbox at the moment. I do see that Netbox has great potential for IPAM, but until they integrate folders, it will be complicated. Navigating between prefixes is a headache because you always have to open a new link. |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This is one of NetBox’s core use cases. I’ve been using NetBox for some time now and initially adopted it primarily as an IPAM solution as well. One thing I’ve learned is that IPAM becomes even more powerful once you start leveraging other modules (sites, tenants, devices, virtualization, etc.). It can really change how you look at it. As @jcollie mentioned, NetBox includes built-in CSV bulk import functionality. For more complex or very large datasets, it can be a good idea to import in phases, or to automate the process via the REST API and/or Ansible modules. I’d also recommend preparing your spreadsheet with as much relevant context as possible for the IPAM module (e.g., prefixes/VRFs, tenants, status, descriptions, tags). Even if you don’t attach every IP to a VM/device on day one, having clean metadata up front will make the later enrichment much easier. If you haven’t already, it’s worth testing the workflow in the NetBox demo environment (or NetBox Cloud free tier/trial) to validate your CSV format before importing the full ~50k records. Given the scale of your deployment, you may also want to explore discovery/integration solutions to help map IPs to nodes/VMs over time (for example, NetBox Discovery or NetBox Assurance, depending on what fits your needs). Hope that helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our CEO has an idea to use NetBox as a pure IP addresses manager. Can somebody comnent, please on that? The pre-set is as follows: There are many different IP addresses' ranges, subnets, and prefixes located in many different countries supplied by many different providers. They are all managed by Proxmox that also has many different nodes in many different locations in many different countries worldwide as well. Now to put it all simply is there a way to import it into NetBox as just one single file of all the IP addresses without going one by one and without attaching each single IP address per VM, rack, router, switch and so on? I have the list of all our IP addresses in a simple MS Excel file format. I can convert it into any other formats if needed. Would highly appreciate any comments as it would save me and other people on our team a lot of time and effort (and headache) of doing it per each single IP address as we have over 50k of IP addresses in total. Our hardware people would sort out the list of all the IP addresses later per nodes and VMs, etc. (need to go through documentation if there is an easy way to do that for 50k of IP addresses; that would be our second concern), but dropping the full list into NetBox first would be ideal for us, software people.
Beta Was this translation helpful? Give feedback.
All reactions