It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda CloudGen Firewall

This Firmware Version Is End-Of-Support

Documentation for this product is no longer updated. Please see End-of-Support for CloudGen Firewall Firmware for further information on our EoS policy.

How to Import Network Objects from a CSV File

  • Last updated on

You can import and update existing static network objects from a CSV file containing the network object data in plain text. Each line in the CSV file contains one entry for the imported network object containing a single IP address, network in CIDR format or a reference to other networks objects. Mixing IP addresses, networks, and references is not allowed. For network objects containing multiple IP addresses or networks, create a line for each IP address, network, or reference. Network objects containing references are always created with the Generic Network Object type. You can import firewall objects in the Forwarding, Host, or Distributed Firewall and the Global, Range, or Cluster Firewall objects on the Control Center. If the network object already exists, the user has the option to replace it with the data stored in the CSV file. Supported network object types:

  • List of IP addresses
  • List of network addresses

CSV File Formatting Guidelines

Use the following guidelines to create the CSV file:

  • Each value must be placed in quotes. E.g., "name_of_network_object"
  • Use a semicolon (;) to separate the values. E.g., "value1";"value2";"value3"

Each line is made up of the following information:

  1. Network Object Name – Enter the name of the network object in quotes. Can be used multiple times to add more than one value to a network object. Names of the network objects may only contain ASCII characters.
  2. IP address, Network, or Existing Network Object – Enter the IP address or network in CIDR format in quotes, or the name of the referenced network object.
  3. Network Object Type – Enter one of the supported network object types in quotes:
    • "iplist"List of IP Addresses Network Object. 
    • "netlist"List of Network Addresses Network Object.
    • "ref" – Reference to existing network object
  4. Comment – Enter a comment for objects in quotes.

Example line: "NAME_OF_NETWORK_OBJECT";"IP_ADDRESS_OR_NETWORK";"NETWORK_OBJECT_TYPE";"Comment"

ImportNetworkObjects.csv file:

"Net_obj1";"172.16.10.1";"iplist";"Comment"
"customer_c";"172.16.22.0";"iplist"
"customer_c";"172.16.22.1";"iplist"
"customer_c";"172.16.22.2";"iplist";"Comment"
"customer_c";"172.16.22.3";"iplist"
"customer_c";"172.16.22.4";"iplist";"Comment"
"customer_c";"172.16.22.5";"iplist";"Comment"
"remoteNetworks";"10.22.1.0/24";"netlist"
"remoteNetworks";"172.16.101.0/24";"netlist"
"remoteNetworks";"172.16.102.0/24";"netlist";"Comment"
"remoteNetworks";"172.16.103.0/24";"netlist"
"allNetworks";"customer_c";"ref";"Comment"
"allNetworks";"remoteNetworks";"ref";"Comment"

Resulting network objects after importing the CSV file: 

import_network_example_01.png

import_network_objects_example_02.png import_network_objects_example_03.png import_network_objects_example_04.png import_network_example_04a.png

Import Network Objects from a CSV File

  1. Go to CONFIGURATION > Configuration Tree > Box > Virtual Servers > your virtual server > Assigned Services > Firewall > Forwarding Rules.
  2. Click Lock.
  3. In the menu, click Networks.
  4. On the top right, click the import Network Object icon, or right-click in the main area and select Import Network Objects.
    import_network_objects_01.png
  5. Select the CSV file containing the network object definitions in the required format, and click Open
  6. If a network object of the same name already exists, click Replace Existing Object to use the data stored in the CSV file, or click Skip to keep the current network object.
    import_network_objects_03.png
  7. Verify that the number of network objects to be created matches the content of your CSV file.
  8. Click OK
    import_network_objects_04.png
  9. Click Send Changes and Activate.