Importing Networks

You can create networks by importing an XML file using the System > Import Center page. You cannot export network records. The format for the XML is shown below:

<?xml version="1.0" encoding="utf-8"?>
<networks>
<!-- <Network> Info = "0=networkName,1=IpScanRange,2=IpExclusionRange,3=AlertsActive(Y),,,,,,,,,12=enableSNMP(Y),13=commString,14=confirmCommString,15=enableVpro(Y),16=vproUserName,17=vProPassword,18=vProPasswordConfirm/>"
Use Y for checkboxes. Do not enter values in empty commas shown above.-->
<Network Info="OhioStar,10.100.23.20-80,10.100.23.40-50,Y,,,,,,,,,Y,public,public,Y,asmith,xyz9999!,xyz9999!" />
<Network Info="JaguarIT,10.20.20.20-80,10.20.20.30-60,,,,,,,,,,,,,,,, " />
<Network Info="PayServAcct,10.50.20.20-80,10.50.20.50-60,,,,,,,,,,,,,,,, " />
</networks>