Skip to content

load networkfile

Chris Ladd edited this page Oct 15, 2019 · 3 revisions

load networkfile

Usage

stack load networkfile [file=string] [processor=string]

Description

Take rows from a spreadsheet that describe the logical networks that
should be configured and then place those values into the database.

Parameters

  • {file=string}

  • {processor=string}

    The processor used to parse the file. Default: default.

Examples

  • stack load networkfile file=mynets.csv

    Read network configuration from mynets.csv and use the default processor to parse the data.

Related

dump network

load

report networkfile

Clone this wiki locally