I'm thinking to move from IPPlan to phpIPAM, but I have dozens of subnets and it would be a lot of work for me to create all of them again.
I think the ability to import subnets, besides IP addresses descriptions, would be a very important feature that would to add more users to this fantastic program.
Thx.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, thanks. Yes, this can be tricky, I usually write custom parser to migrate from one system to another. Maybe import from ipplan directly would be an option? Have to look into that...
brm
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-12-11
Any news on import from .xls subnet to phppipam ?
What about at feature/section for device management , so username/password could be assigned to devices (would like to do asset management also..)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-12-18
Hi, we're also considering moving to phpIPAM however we have thousands of subnets deployed (our network has over 900 sites with multiple subnets per site) so manually creating subnets is not really practical for us. We'd love a subnet import function OR to maybe know the phpIPAM DB schema so our DBA's can develop a script to munge our existing (exported) records into phpIPAM format, so they can be directly dropped into the phpIPAM DB. cheers Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-12-27
the ability to import excel and populate or match or create custom fields would be really a great feature for the application nice work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-02-11
Simply importing from CSV would be amazing
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a work around for this? I have a bunch of information including subnets in CSV format an would like to import it into phpIPAM. Please advise on how this can be accomplished.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-02-27
Me too would need this feature. Any info on how to accomplish this will be greatly appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-03-12
Hi guys, i want to move from gestio to phpipam, but i can't imput again more than 500 subnet.
Do you have a script to import subnets from an excel or csv file?
Kind Regards
Alberto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
just started using phpipam and we need to import 500 ipv4 subnets. so this feature would be very welcome. or is there script that allows to that?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2015-03-06
How is it going with this feature? I think if you only support import from xls/csv should be good enough. I guess almost anybody can export his networks into some form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
we finally managed to import our subnets by inserting directly into mysql. luckily the subnets are defined within a single table. just make sure to correctly link subnet id to correct parent subnet id.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I am trying to do it in the same way. However i didn't manage to import subnets as i don't understand how the information of the field "subnet" is converted to be transformed from 10.x.x. to 1254568...
Can you help ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I am trying to do it in the same way. However i didn't manage to import
subnets as i don't understand how the information of the field "subnet" is
converted to be transformed from 10.x.x. to 1254568...
Can you help ?
You can't import directly into MySQL because the "sunbet" and "ip_addr" fields aren't in IP address/mask format. They are stored as a 9 digit log number. You would need to change formats but I have no idea how to do that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
Thanks for that very useful app!
I'm using phpipam 1.4.2 and have to migrate thousands of subnets. :)
Is there any way with the available tool for automatic subnets import via XLS/CSV file template, together with the fields "vlan", "vrf", "description" ..., to be possible importing the respective "Customer" field?
Thank You in advance !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm thinking to move from IPPlan to phpIPAM, but I have dozens of subnets and it would be a lot of work for me to create all of them again.
I think the ability to import subnets, besides IP addresses descriptions, would be a very important feature that would to add more users to this fantastic program.
Thx.
I agree, using ipplan atm too. But import is a requirement.
Awesome tool btw !
Hi, thanks. Yes, this can be tricky, I usually write custom parser to migrate from one system to another. Maybe import from ipplan directly would be an option? Have to look into that...
brm
Any news on import from .xls subnet to phppipam ?
What about at feature/section for device management , so username/password could be assigned to devices (would like to do asset management also..)
Hi, we're also considering moving to phpIPAM however we have thousands of subnets deployed (our network has over 900 sites with multiple subnets per site) so manually creating subnets is not really practical for us. We'd love a subnet import function OR to maybe know the phpIPAM DB schema so our DBA's can develop a script to munge our existing (exported) records into phpIPAM format, so they can be directly dropped into the phpIPAM DB. cheers Tony
the ability to import excel and populate or match or create custom fields would be really a great feature for the application nice work
Simply importing from CSV would be amazing
Hi,
Is there a work around for this? I have a bunch of information including subnets in CSV format an would like to import it into phpIPAM. Please advise on how this can be accomplished.
Me too would need this feature. Any info on how to accomplish this will be greatly appreciated.
Hi guys, i want to move from gestio to phpipam, but i can't imput again more than 500 subnet.
Do you have a script to import subnets from an excel or csv file?
Kind Regards
Alberto
just started using phpipam and we need to import 500 ipv4 subnets. so this feature would be very welcome. or is there script that allows to that?
Thanks
How is it going with this feature? I think if you only support import from xls/csv should be good enough. I guess almost anybody can export his networks into some form.
we finally managed to import our subnets by inserting directly into mysql. luckily the subnets are defined within a single table. just make sure to correctly link subnet id to correct parent subnet id.
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Hello
I am trying to do it in the same way. However i didn't manage to import subnets as i don't understand how the information of the field "subnet" is converted to be transformed from 10.x.x. to 1254568...
Can you help ?
Hi,
Please look at the link provided by Miha,
https://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_inet-aton
when you call the function inet-aton in mysql as shown in the sample it
will do the conversion for you.
On Sat, Aug 15, 2015 at 12:20 PM, noreply@in.sf.net wrote:
--
Regards,
Eric Magutu
Related
Feature Requests: #111
could import subnet and Vlans form a csv?
You can't import directly into MySQL because the "sunbet" and "ip_addr" fields aren't in IP address/mask format. They are stored as a 9 digit log number. You would need to change formats but I have no idea how to do that.
Hi, use inet_aton and inet_ntoa MySQL native functions:
https://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_inet-aton
Hi everyone,
Thanks for that very useful app!
I'm using phpipam 1.4.2 and have to migrate thousands of subnets. :)
Is there any way with the available tool for automatic subnets import via XLS/CSV file template, together with the fields "vlan", "vrf", "description" ..., to be possible importing the respective "Customer" field?
Thank You in advance !