Document conventions – Fortinet FortiGate 100 User Manual
Page 23

Introduction
Logging and Reporting
FortiGate-100 Installation and Configuration Guide
23
Document conventions
This guide uses the following conventions to describe CLI command syntax.
• angle brackets
< >
to indicate variable keywords
For example:
execute restore config <filename_str>
You enter
restore config myfile.bak
<xxx_str>
indicates an ASCII string variable keyword.
<xxx_integer>
indicates an integer variable keyword.
<xxx_ip>
indicates an IP address variable keyword.
• vertical bar and curly brackets
{|}
to separate alternative, mutually exclusive
required keywords
For example:
set system opmode {nat | transparent}
You can enter
set system opmode nat
or
set system opmode
transparent
• square brackets
[ ]
to indicate that a keyword is optional
For example:
get firewall ipmacbinding [dhcpipmac]
You can enter
get firewall ipmacbinding
or
get firewall ipmacbinding dhcpipmac