Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 8.0.0

...

1) Generate .csv files to use with the IP Import - Upload/Import from CSV tool CSV tool through the ProVision UI.

2) Import IPs directly into ProVision without accessing the UI.

...

This method creates .csv files that you can use with the IP Import - Upload/Import from CSV tool CSV tool through the ProVision UI.

  1. From the tools/ folder, run the tool with the --csv option. Be sure to reference your sql export file name and location:

    "php ipplan_import.php ../ipplanv6.sql --csv" 

     (where '../ipplanv6.sql'  is the path to your SQL file) 
    This will generate two files: ipplan_aggregates.csv   and ipplan_hosts.csv.  Both can be used to import in the IP import section of ProVision.
  2. Copy / Download the generated .csv files to a browsable directory on your local machine, to be accessed by the ProVision UI. 
  3. Through the ProVision UI, import the ipplan_aggregates.csv file as described in IP Import - Upload/Import from CSV.
  4. Through the ProVision UI, import the ipplan_hosts.csv file as described in IP Import - Upload/Import from CSV.

Info

Note that you must import ipplan_aggregates first. into IP Import - Upload/Import from CSV to CSV to create the aggregates ipplan_hosts.csv will use.

Then, import ipplan_hosts.csv as described in IP Import - Upload/Import from CSV.

Importer Method (Results in full import):

...

 "ipplan_import.php   ../ipplanv6.sql --rir=1918 --no-overwrite"