Page tree
Skip to end of metadata
Go to start of metadata

You have 2 options for one-time import:

Import a list of addresses

This is the fastest way to add devices to Unimus in bulk.
You can simply paste a comma or semicolon separated list of devices, and Unimus will add each of them as a new device to the selected Zone (preselected zone is the "default zone").

For example:

10.0.0.1, 10.0.0.2; 10.2.0.1; host.domain.tld, 7001:11::44:1

All valid address formats are supported - IPv4, IPv6 and FQDNs

Import devices from a .csv file

If you want to import devices together with descriptions, you can use a .csv file import.

Here, you provide a .csv file to Unimus, that should contain one device per line.
Both "\r" and "\r\n" (LF and CRLF) line terminations are supported.

You can optionally choose to ignore the 1st line of the .csv file - which is usually a header.

Example of the .csv file:

# Device, description
10.0.0.1, Edge router
10.0.0.2, VPN router
7001:11::44:1, Switch

In the above example, we would check the "Ignore .csv file header (1st line of file)" checkbox.

All valid address formats are supported - IPv4, IPv6 and FQDNs.

  • No labels