I have customer that we deployed Northstar for their internal ip management over 8 yrs ago. They are still using it, but it is slowly breaking on them. Can someone recommend an IPAM solution that has a Northstar import option? They have hundreds of entries detailing customer who was assigned the ip address and I would like to avoid any data massaging. TIA -- Natambu Obleton, CISSP CCIE Senior Network Engineer FastTrack Communications, Inc. 970.828.1009
On Wed, 7 Aug 2013, Natambu Obleton wrote:
I have customer that we deployed Northstar for their internal ip management over 8 yrs ago. They are still using it, but it is slowly breaking on them. Can someone recommend an IPAM solution that has a Northstar import option? They have hundreds of entries detailing customer who was assigned the ip address and I would like to avoid any data massaging. TIA
I'm pretty sure that if 6connect doesn't have an existing tool to import Northstar that they'd work with your client to get it done. -- Brandon Ross Yahoo & AIM: BrandonNRoss +1-404-635-6667 ICQ: 2269442 Schedule a meeting: https://doodle.com/bross Skype: brandonross
+1 on 6connect here as well. Best regards, Florian On Thu, Aug 8, 2013 at 9:56 PM, Sander Steffann <sander@steffann.nl> wrote:
Hi,
I'm pretty sure that if 6connect doesn't have an existing tool to import Northstar that they'd work with your client to get it done.
+1 on 6connect. Very helpful people there :-) Sander
-- Florian Hibler Chief Technical Officer eMail: florian.hibler@kaiaglobal.com Kaia Global Networks Limited Internet: http://www.kaiaglobal.com Company No. 08257877 Registered Office: High Wycombe, UK Notice: This transmittal and/or attachments may be privileged or confidential. If you are not the intended recipient, you are hereby notified that you have received this transmittal in error; any review, dissemination, or copying is strictly prohibited. If you received this transmittal in error, please notify us immediately by reply and immediately delete this message and all its attachments. Thank you.
I don´t know Northstar, but if you can export their tables into a *.csv, you can easily import it into http://www.gestioip.net/ Michael Am 07.08.2013 18:41, schrieb Natambu Obleton:
I have customer that we deployed Northstar for their internal ip management over 8 yrs ago. They are still using it, but it is slowly breaking on them. Can someone recommend an IPAM solution that has a Northstar import option? They have hundreds of entries detailing customer who was assigned the ip address and I would like to avoid any data massaging. TIA
If you are using Postgresql with Northstar, you should be able to export data to csv with a command like following: COPY table_name TO '/tmp/file_name.csv' DELIMITER ',' CSV HEADER; If you are using mysql as your DB in Northstart, you can do something like this to create a CSV file: SELECT * INTO OUTFILE '/tmp/file_name.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' FROM table_name Once you create the csv file, most of tools can import it. One more tool to checkout is device42(http://www.device42.com) which has extensive import and auto-discovery options. On Wed, Aug 7, 2013 at 12:41 PM, Natambu Obleton <nobleton@fasttrackcomm.net
wrote:
I have customer that we deployed Northstar for their internal ip management over 8 yrs ago. They are still using it, but it is slowly breaking on them. Can someone recommend an IPAM solution that has a Northstar import option? They have hundreds of entries detailing customer who was assigned the ip address and I would like to avoid any data massaging. TIA
--
Natambu Obleton, CISSP CCIE Senior Network Engineer FastTrack Communications, Inc. 970.828.1009
Raj Jalan is right 2013/8/12 Raj Jalan <raj@rajlog.com>
If you are using Postgresql with Northstar, you should be able to export data to csv with a command like following:
COPY table_name TO '/tmp/file_name.csv' DELIMITER ',' CSV HEADER;
If you are using mysql as your DB in Northstart, you can do something like this to create a CSV file:
SELECT * INTO OUTFILE '/tmp/file_name.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\n' FROM table_name
Once you create the csv file, most of tools can import it. One more tool to checkout is device42(http://www.device42.com) which has extensive import and auto-discovery options.
On Wed, Aug 7, 2013 at 12:41 PM, Natambu Obleton < nobleton@fasttrackcomm.net
wrote:
I have customer that we deployed Northstar for their internal ip management over 8 yrs ago. They are still using it, but it is slowly breaking on them. Can someone recommend an IPAM solution that has a Northstar import option? They have hundreds of entries detailing customer who was assigned the ip address and I would like to avoid any data massaging. TIA
--
Natambu Obleton, CISSP CCIE Senior Network Engineer FastTrack Communications, Inc. 970.828.1009
-- *=====================================* *Coulibaly Laïcana* *IT Security auditor* *Web developer* *Skype:lecgates* *Phone: +22505547261*
participants (7)
-
Brandon Ross
-
COULIBALY Laïcana
-
excelsio@gmx.com
-
Hibler, Florian
-
Natambu Obleton
-
Raj Jalan
-
Sander Steffann