Observe the following conventions for FlowCloneDef.ini files:
Header line -- Begin the FlowCloneDef.ini file with a single line, which contains all of the header token-value entries.
Destination host lines -- Follow the header line with a line for each destination host. Use the following format /dest ip=<X.X.X.X>, where <X.X.X.X> is the IP address of the destination host. You can put the destination host lines in any order, but the dest ip= lines must follow the header line.
Tokens -- Precede all values in the file with a token that identifies which type of value is defined. Precede each token with a | or / character to signal that a token follows.
Tokens are ignored if they are:
Unsupported
Entered incorrectly
Missing their values
The /use defaults token is ignored if the header line also contains a token-value entry.
Commenting Out Content:
Entire line -- Enter a semicolon (;) at the beginning of the line. The entire line is ignored.
Content from a particular point to the start of the next token -- Enter a semicolon (;) at the start of the content to ignore.
Everything from a particular point to the end of the line -- Enter two semicolons (;;) at the start of the content to ignore.