CLI command branches
The FortiAnalyzer CLI consists of the following command branches:
|
Examples showing how to enter command sequences within each branch are provided in the following sections.
config branch
The config
commands configure objects of FortiAnalyzer functionality. Top-level objects are not configurable, they are containers for more specific lower level objects. For example, the system object contains administrators, DNS addresses, interfaces, routes, and so on. When these objects have multiple sub-objects, such as administrators or routes, they are organized in the form of a table. You can add, delete, or edit the entries in the table. Table entries each consist of variables that you can set to particular values. Simpler objects, such as system DNS, are a single set of variables.
To configure an object, you use the config
command to navigate to the object’s command “shell”. For example, to configure administrators, you enter the command
config system admin user
The command prompt changes to show that you are in the admin shell.
(user)#
This is a table shell. You can use any of the following commands:
edit |
Add an entry to the FortiAnalyzer configuration or edit an existing entry. For example in the
|
delete |
Remove an entry from the FortiAnalyzer configuration. For example in the |
purge |
Remove all entries configured in the current shell. For example in the
|
get |
List the configuration. In a table shell, |
show |
Show changes to the default configuration as configuration commands. |
end |
Save the changes you have made in the current shell and leave the shell. Every The |
If you enter the get
command, you see a list of the entries in the table of administrators. To add a new administrator, you enter the edit command with a new administrator name:
edit admin_1
The FortiAnalyzer unit acknowledges the new table entry and changes the command prompt to show that you are now editing the new entry:
new entry 'admin_1' added
(admin_1)#
From this prompt, you can use any of the following commands:
The config
branch is organized into configuration shells. You can complete and save the configuration within each shell for that shell, or you can leave the shell without saving the configuration. You can only use the configuration commands for the shell that you are working in. To use the configuration commands for another shell you must leave the shell you are working in and enter the other shell.
get branch
Use get
to display settings. You can use get
within a config
shell to display the settings for that shell, or you can use get
with a full path to display the settings for the specified shell.
To use get
from the root prompt, you must include a path to a shell.
The root prompt is the FortiAnalyzer host or model name followed by a number sign (#).
Example 1
When you type get
in the config system admin user
shell, the list of administrators is displayed.
At the (user)#
prompt, type:
get
The screen displays:
== [ admin ]
userid: admin
== [ admin2 ]
userid: admin2
== [ admin3 ]
userid: admin3
Example 2
When you type get
in the admin
user shell, the configuration values for the admin administrator account are displayed.
edit admin
At the (admin)#
prompt, type:
get
The screen displays:
userid : admin
password : *
trusthost1 : 0.0.0.0 0.0.0.0
trusthost2 : 0.0.0.0 0.0.0.0
trusthost3 : 0.0.0.0 0.0.0.0
trusthost4 : 0.0.0.0 0.0.0.0
trusthost5 : 0.0.0.0 0.0.0.0
trusthost6 : 0.0.0.0 0.0.0.0
trusthost7 : 0.0.0.0 0.0.0.0
trusthost8 : 0.0.0.0 0.0.0.0
trusthost9 : 0.0.0.0 0.0.0.0
trusthost10 : 127.0.0.1 255.255.255.255
ipv6_trusthost1 : ::/0
ipv6_trusthost2 : ::/0
ipv6_trusthost3 : ::/0
ipv6_trusthost4 : ::/0
ipv6_trusthost5 : ::/0
ipv6_trusthost6 : ::/0
ipv6_trusthost7 : ::/0
ipv6_trusthost8 : ::/0
ipv6_trusthost9 : ::/0
ipv6_trusthost10 : ::1/128
profileid : Super_User
adom:
== [ all_adoms ]
adom-name: all_adoms
policy-package:
== [ all_policy_packages ]
policy-package-name: all_policy_packages
restrict-access : disable
restrict-dev-vdom:
description : (null)
user_type : local
ssh-public-key1 :
ssh-public-key2 :
ssh-public-key3 :
meta-data:
last-name : (null)
first-name : (null)
email-address : (null)
phone-number : (null)
mobile-number : (null)
pager-number : (null)
hidden : 0
dashboard-tabs:
dashboard:
== [ 6 ]
moduleid: 6
== [ 1 ]
moduleid: 1
== [ 2 ]
moduleid: 2
== [ 3 ]
moduleid: 3
== [ 4 ]
moduleid: 4
== [ 5 ]
moduleid: 5
Example 3
You want to confirm the IP address and netmask of the port1 interface from the root prompt.
At the (command) #
prompt, type:
get system interface port1
The screen displays:
name : port1
status : up
ip : 172.16.81.30 255.255.255.0
allowaccess : ping https ssh snmp telnet http webservice aggregator
serviceaccess :
speed : auto
description : (null)
alias : (null)
ipv6:
ip6-address: ::/0 ip6-allowaccess:
show branch
Use show
to display the FortiAnalyzer unit configuration. Only changes to the default configuration are displayed. You can use show
within a config
shell to display the configuration of that shell, or you can use show
with a full path to display the configuration of the specified shell.
To display the configuration of all config
shells, you can use show
from the root prompt. The root prompt is the FortiAnalyzer host or model name followed by a number sign (#).
Example 1
When you type show
and press Enter
within the port1
interface shell, the changes to the default interface configuration are displayed.
At the (port1)#
prompt, type:
show
The screen displays:
config system interface
edit "port1"
set ip 172.16.81.30 255.255.255.0
set allowaccess ping https ssh snmp telnet http webservice aggregator
next
edit "port2"
set ip 1.1.1.1 255.255.255.0
set allowaccess ping https ssh snmp telnet http webservice aggregator
next
edit "port3"
next
edit "port4"
next
end
Example 2
You are working in the port1
interface shell and want to see the system dns
configuration. At the (port1)#
prompt, type:
show system dns
The screen displays:
config system dns
set primary 65.39.139.53
set secondary 65.39.139.63
end
execute branch
Use execute
to run static commands, to reset the FortiAnalyzer unit to factory defaults, or to back up or restore the FortiAnalyzer configuration. The execute commands are available only from the root prompt.
The root prompt is the FortiAnalyzer host or model name followed by a number sign (#).
Example
At the root prompt, type:
execute reboot
The system will be rebooted.
Do you want to continue? (y/n)
and press Enter
to restart the FortiAnalyzer unit.
diagnose branch
Commands in the diagnose
branch are used for debugging the operation of the FortiAnalyzer unit and to set parameters for displaying different levels of diagnostic information.
Diagnose commands are intended for advanced users only. Contact Fortinet Technical Support before using these commands. |
Example command sequences
The command prompt changes for each shell. |
To configure the primary and secondary DNS server addresses:
- Starting at the root prompt, type:
config system dns
and press
Enter
. The prompt changes to(dns)#
. - At the
(dns)#
prompt, type (question mark)?
The following options are displayed.
set
unset
get
show
abort
end
- Type
set (question mark)?
The following options are displayed:
primary
secondary
- To set the primary DNS server address to
172.16.100.100
, type:set primary 172.16.100.100
and press
Enter
. - To set the secondary DNS server address to
207.104.200.1
, type:set secondary 207.104.200.1
and press
Enter
. - To restore the primary DNS server address to the default address, type
unset primary
and pressEnter
. - If you want to leave the
config system dns
shell without saving your changes, typeabort
and pressEnter
. - To save your changes and exit the
dns
sub-shell, typeend
and pressEnter
. - To confirm your changes have taken effect after leaving the
dns
sub-shell, typeget system dns
and pressEnter
.