index
int64
0
4.08k
text
stringlengths
34
4.9k
url
stringclasses
38 values
55
Getting started To recover missing application icons: 1. Run the update command: # diagnose fortiguard-resources update sprite-isdb Deleted cached resource file: sprite-isdb.css Deleted cached resource file: sprite-isdb.png Deleted cached resource file: sprite_map_front.css Request URL: "https://globalproductapi.fortin...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
56
Getting started l Subcommands on page 68 l Permissions on page 70 Connecting to the CLI You can connect to the CLI using a direct console connection, SSH, the FortiExplorer app, or the CLI console in the GUI. You can access the CLI outside of the GUI in three ways: l Console connection: Connect your computer directly t...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
57
Getting started Data bits 8 Parity None Stop bits 1 Flow control None 3. Press Enter on the keyboard to connect to the CLI. 4. Log in to the CLI using your username and password (default: admin and no password). You can now enter CLI commands, including configuring access to the CLI through SSH. SSH access SSH access t...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
58
Getting started 5. Confirm the configuration using the following command to show the interface’s settings: show system interface <interface_str> For example: show system interface port1 config system interface edit "port1" set vdom "root" set ip 192.168.1.99 255.255.255.0 set allowaccess ping https ssh set type hard-sw...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
59
Getting started CLI basics Basic features and characteristics of the CLI environment provide support and ease of use for many CLI tasks. Help Press the question mark (?) key to display command help and complete commands. l Press the question mark (?) key at the command prompt to display a list of the commands available...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
60
Getting started Command tree Enter tree to display the CLI command tree. To capture the full output, connect to your device using a terminal emulation program and capture the output to a log file. For some commands, use the tree command to view all available variables and subcommands. Command abbreviation You can abbre...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
61
Getting started Special characters The following characters cannot be used in most CLI commands: <, >, (, ), #, ', and " If one of those characters, or a space, needs to be entered as part of a string, it can be entered by using a special command, enclosing the entire string in quotes, or preceding it with an escape ch...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
62
Getting started -A <num> After -B <num> Before -C <num> Context The -f option is available to support contextual output, in order to show the complete configuration. The following example shows the difference in the output when -f is used versus when it is not used: Without -f: show | grep ldap-group1 edit "ldap-group1...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
63
Getting started For example, with Shift-JIS, backslashes could be inadvertently interpreted as the symbol for the Japanese yen ( ¥ ), and vice versa. A regular expression intended to match HTTP requests containing monetary values with a yen symbol may not work it if the symbol is entered using the wrong encoding. For b...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
64
Getting started l Press any other key to show the next page, or l Wait for about 30 seconds for the console to truncate the output and return to the command prompt. When pausing the screen is disabled, press Ctrl + C to stop the output and log out of the FortiGate. To disable pausing the CLI output: config system conso...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
65
Getting started Command syntax When entering a command, the CLI console requires that you use valid syntax and conform to expected input constraints. It rejects invalid commands. Indentation is used to indicate the levels of nested commands. Each command line consists of a command word, usually followed by configuratio...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
66
Getting started config firewall service custom set iprange <range1> [<range2> <range3> ...] end next The next command is used to maintain a hierarchy and flow to CLI commands. It is at the same indentation level as the preceding edit command, to mark where a table entry finishes. The following example shows the next co...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
67
Getting started Entering end will save the <2> table entry and the table, and exit the entries subcommand entirely. The console returns to the filepattern table element prompt: Subcommands Subcommands are available from within the scope of some commands. When you enter a subcommand level, the command prompt changes to ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
68
Getting started The edit subcommand changes the command prompt to the name of the table value that is being edited, such as (27) #. delete <table_row> Delete a table value. For example, to delete firewall policy 27, enter the following commands: config firewall policy delete 27 end purge Clear all table values. The pur...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
69
Getting started show Show the configuration. Only table entries that are not set to default values are shown. end Save the configuration and exit the current config command. Purging the system interface or system admin tables does not reset default table values. This can result in being unable to connect to or log in t...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
70
Getting started To increase account security, set strong passwords for all administrator accounts and change the passwords regularly. See Default administrator password on page 3048 and Password policy on page 2992 for more information. Configuration and management FortiOS can be managed through the graphical user inte...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
71
Getting started FortiExplorer for iOS requires iOS 10.0 or later and is compatible with iPhone, iPad, and Apple TV. It is supported by FortiOS 5.6 and later, and is available on the App Store for iOS devices. Up to six members can use this app with 'Family Sharing' enabled in the App Store. Firmware upload requires a v...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
72
Getting started FortiExplorer opens the FortiGate management interface to the Device Status page: 7. Go to Network > Interfaces and configure the WAN interface or interfaces. 8. The wan1 interface Address mode is set to DHCP by default. Set it to Manual and enter its Address, Netmask, and Default Gateway, and then Appl...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
73
Getting started 10. Go to Network > Interfaces and configure the local network (internal) interface. 11. Set the Address mode as before and configure Administrative Access if required. 12. Configure a DHCP Server for the internal network subnet. 13. Return to the internal interface using the < button at the top of the ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
74
Getting started Connecting FortiExplorer to a FortiGate with WiFi You can wirelessly connect to the FortiGate if your iOS device and the FortiGate are both connected to the same wireless network. To connect and configure a FortiGate with FortiExplorer wirelessly: 1. Open the FortiExplorer app and tap Add on the Devices...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
75
Getting started 3. Enter the Host information, Username, and Password. 4. If required, change the default Port number, and optionally enable Remember Password. 5. Tap Done. 6. If the FortiGate device identity cannot be verified, tap Connect at the prompt. FortiExplorer opens the FortiGate management interface to the De...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
76
Getting started When the status LED is flashing green, pressing and holding the reset button for five seconds or longer will reset the device to factory default settings. BLE is enabled or disabled in the following scenarios after the FortiGate boots up: l In factory default settings: l After the FortiGate has finished...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
77
Getting started 3. Log into the FortiGate in the app using the default credentials: admin and no password. 4. If this is the first time logging into the device, set a password. 5. Optionally, register with FortiCare. 6. Configure the FortiGate, including the WAN and internal interfaces, static routes, and other require...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
78
Getting started After configuring the FortiGate and disconnecting, BLE is disabled. To check the status of BLE on the FortiGate: # diagnose hardware test ble # diagnose bluetooth status # diagnose bluetooth get_bt_version # diagnose bluetooth clean_bt_mode Running a security rating After configuring your network, run a...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
79
Getting started Migrating a configuration with FortiConverter A configuration can be migrated from an older FortiGate device to a new FortiGate device directly from the FortiGate GUI, without having to access the FortiConverter portal. Both the source and target FortiGates must be registered under the same FortiCare ac...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
80
Getting started 2. Log in to FGTA and on the GUI startup menu click Begin to start Migrate Config with FortiConverter. 3. Click Convert to start the conversion process. If the device does not have a FortiConverter license, a warning will be shown and the Convert button will be unclickable. The license status is shown i...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
81
Getting started l To upload from a file, set Source config to Upload then click Browse to locate the file. l To import from FGTB, set Source config to Import from source FortiGate then select the FGTB. Allow FortiConverter to obtain config file once must be enabled in System > Settings on FGTB. 6. Click Save and contin...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
82
Getting started 7. Define the interface mapping between the source and target configuration, then click Save and continue. The target interfaces are prepopulated. 8. Optionally, configure management access on the target FortiGate (FGTA), then click Save and continue. FortiOS 7.6.2 Administration Guide 83 Fortinet Inc.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
83
Getting started 9. Enter conversion notes in the Comments field, then click Save and continue. 10. Review the content, then click Submit. FortiOS 7.6.2 Administration Guide 84 Fortinet Inc.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
84
Getting started The conversion request is sent, an email is sent to confirm that the conversion process has started in FortiConverter, and the ticket status is shown. The estimated conversion time is one business day. 11. Click Done. When the conversion process completes, you will receive an email and a notifications i...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
85
Getting started 13. Click Apply migrated config to apply the converted configuration to the FortiGate. This will cause the FortiGate to reboot. The existing configuration will be backed up before the converted configuration is applied. 14. To manually load to configuration file: a. Click your administrator name and sel...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
86
Getting started To create an FNDN account: 1. Obtain sponsorship from two Fortinet employees. 2. Go to the FNDN website, https://fndn.fortinet.net/. The log in page appears. 3. Click Create a new account. The Sign Up page appears. FortiOS 7.6.2 Administration Guide 87 Fortinet Inc.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
87
Getting started 4. Enter the information in the form fields and agree to the Terms of Use. FortiOS 7.6.2 Administration Guide 88 Fortinet Inc.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
88
Getting started FortiOS 7.6.2 Administration Guide 89 Fortinet Inc.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
89
Getting started 5. Click Create my Account. New accounts are reviewed and approved by an FNDN administrator. After both sponsors approve the request, an FNDN administrator reviews the request and approves account access in around one business day if all requirements are met. Terraform: FortiOS as a provider Fortinet's ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
90
Getting started root@mail:/home/terraform# ls terraform-provider-fortios_v1.0.0_x4 test.tf 3. Edit the test.tf Terraform configuration file: In this example, the FortiGate's IP address is 10.6.30.5, and the API user token is 17b********************63ck. Your provider information must also be changed. # Configure the Fo...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
91
Getting started persisted to local or remote state storage. fortios_networking_route_static.test1: Refreshing state... (ID: 2) fortios_system_setting_dns.test1: Refreshing state... (ID: 96.45.45.45) ------------------------------------------------------------------------ An execution plan has been generated and is show...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
92
Getting started primary: "96.45.45.45" => "172.16.95.16" secondary: "208.91.112.22" => "8.8.8.8" Plan: 1 to add, 1 to change, 0 to destroy. Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value: yes fortios_networking_route_static...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
93
Getting started Resource actions are indicated with the following symbols: ~ update in-place - destroy Terraform will perform the following actions: - fortios_networking_route_static.test1 ~ fortios_system_setting_dns.test1 primary: "172.16.95.16" => "96.45.45.45" secondary: "8.8.8.8" => "208.91.112.22" Plan: 0 to add,...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
94
Getting started l If the FortiGate is not registered, activating FortiGate Cloud will force you to register with FortiCare. l If a FortiGate is registered in FortiCare using a FortiCloud account, then only that FortiCloud account can be used to activate FortiGate Cloud. l If a different FortiCloud account was already u...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
95
Getting started 3. Enter the password for the account that was used to register the FortiGate. 4. Click OK. The FortiGate Cloud widget now shows the activated FortiCloud account. To migrate from the activated FortiGate Cloud account to the registered FortiCloud account: 1. Go to System > FortiGuard. 2. Go to the Subscr...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
96
Getting started To activate FortiGate Cloud using an account that is not used for registration: 1. Enter the following with the credentials for the account being used to activate FortiGate Cloud: # execute fortiguard-log login <account_id> <password> 2. Check the account type: # diagnose fdsm contract-controller-update...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
97
Getting started The Register button is also accessible from tooltips for devices on the Managed FortiAPs and Managed FortiSwitches pages. Clicking Register opens the Device Registration pane. If a device is already registered, the pane still opens and displays the device information. Primary and secondary HA members ca...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
98
Getting started The Account Profile page opens. To transfer an account in the GUI: 1. Go to Dashboard > Status. 2. In the Licenses widget, click the Support link, then click Transfer FortiGate to Another Account. You can also transfer an account from System > FortiGuard. 3. In the Current FortiCloud Account fields, ent...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
99
Getting started 5. Review the information, then click Transfer. After the transfer is complete, the new the FortiCloud account is displayed in the Licenses widget. Deregistering a FortiGate An administrator can deregister a FortiGate if the device has been registered for three or more years, using the GUI or CLI, witho...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
100
Getting started FortiGate models Not all FortiGates have the same features, and some models support low encryption. This section also describes typical LEDs found on FortiGate models. l Differences between models on page 101 l Low encryption models on page 101 l LEDs on page 101 l Proxy-related features not supported o...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
101
Getting started LED State Description Logo Green or Blue The unit is on Off The unit is off Power (PWR) Green The unit is on and/or both power supplies are functioning Amber or Red Only one power supply is functional Flashing Amber or Red Power failure Off The unit is off Status (STA) Green Normal Flashing Green Bootin...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
102
Getting started LED State Description HA Green Operating in an HA cluster Amber or Red HA failover Off HA disabled Max PoE Green, Amber, or Red Maximum PoE power allocated Off PoE power available or normal PoE Green Power delivered Flashing Green Error or PoE device requesting power Off No PoE device connected or no po...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
103
Getting started LED State Description PoE Green PoE power on or PoE device receiving power Amber Providing power Red Connected but not powered Off PoE power off or no device receiving power Alarm levels Minor alarm Also called an IPMI non-critical (NC) alarm, it indicates a temperature or power level outside of the nor...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
104
Getting started l Firewall policy with proxy-based inspection mode l Explicit and transparent proxies l Layer 7 Virtual server load balance protocols (HTTP, HTTPS, IMAPS, POP3S, SMTPS and SSL) l Proxy-only UTM profiles: l Video Filter l Inline CASB l ICAP l Web application firewall (WAF) l SSH Filter l WAN optimization...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
105
Dashboards and Monitors FortiOS includes predefined dashboards so administrators can easily monitor device inventory, security threats, traffic, and network health. You can customize the appearance of a default dashboard to display data pertinent to your Security Fabric or combine widgets to create custom dashboards. M...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
106
Dashboards and Monitors To create a new dashboard: 1. Under Dashboard, click the Add Dashboard button. The Add Dashboard window opens. 2. Enter a name in the Name field and click OK. The new dashboard opens. To add a widget to a dashboard: 1. In the tree menu, select a dashboard. 2. In the banner, click Add Widget. The...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
107
Dashboards and Monitors To switch to another device in the Security Fabric: 1. In the tree menu, click the device name and select a Fabric device from dropdown. Using widgets You can convert a widget to a standalone monitor, change the view type, configure tables, and filter data. To save a dashboard widget as a monito...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
108
Dashboards and Monitors The settings will vary depending on the widget. To configure a table in the widget: 1. Hover over the left side of the table header and click Configure Table. 2. Configure the table options: Option Description Best Fit All Columns Resizes all of the columns in a table to fit their content. Reset...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
109
Dashboards and Monitors Some dashboards and widgets are not available in Multi-VDOM mode. The following table lists the available widgets in VDOM mode: Category Widgets FortiView l FortiView Application Bandwidth l FortiView Applications l FortiView Cloud Applications l FortiView Destination Interfaces l FortiView Dest...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
110
Dashboards and Monitors Category Widgets l Routing l SD-WAN l SSL-VPN l Top IP Pools by Assigned IPs The Interface Bandwidth widget can monitor a maximum of 25 interfaces. System l Administrators l Botnet Activity l HA Status l License Status l System Information l Top System Events l Virtual Machine Resource Usage l C...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
111
Dashboards and Monitors Category Widgets WiFi l Channel Utilization l Clients By FortiAP l FortiAP Status l Historical Clients l Interfering SSIDs l Login Failures l Rogue APs l Signal Strength l Top WiFi Clients Viewing device dashboards in the Security Fabric Use the device dropdown to view the dashboards in downstre...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
112
Dashboards and Monitors Creating a fabric system and license dashboard Create a dashboard summary page to monitor all the Fabric devices in a single view. You can use this dashboard to monitor aspects of the devices such as system information, VPN and routing. Example The following image is an example of a Fabric Syste...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
113
Dashboards and Monitors 5. In the Fabric member area, select Specify and select a device in the Security Fabric. 6. Click Add Widget. The widget is added to the dashboard. Repeat this step for all the devices you want to view in the dashboard. 7. (Optional) Arrange the widgets in the dashboard by Fabric device. Dashboa...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
114
Dashboards and Monitors Resetting the default dashboard template You can use the GUI to change the default dashboard template. The Optimal template contains a set of popular default dashboards and FortiView monitors. The Comprehensive template contains a set of default dashboards as well as all of the FortiView monitor...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
115
Dashboards and Monitors Updating system information The System Information widget contains links to the Settings module where you can update the System Time, Uptime, and WAN IP. A notification will appear in the Firmware field when a new version of FortiOS is released. Click Update firmware in System > Firmware & Regis...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
116
Dashboards and Monitors If the GUI is using the default HTTPS certificate, a warning is shown where you can download the HTTPS CA certificate or change the HTTPS server certificate. Viewing logs sent for remote logging source The Logs Sent widget displays chart for remote logging sources (FortiAnalyzer, FortiGate Cloud...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
117
Dashboards and Monitors You can switch between IPv4, IPv6, or IPv4+IPv6 in the Sessions monitor. Security dashboard The widgets in the Security dashboard provide a snapshot of the current threats and vulnerabilities targeting your Security Fabric. The Security dashboard contains the following widgets: Widget Descriptio...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
118
Dashboards and Monitors Viewing session information for a compromised host You can use the Compromised Hosts by Verdict widget to view the session information for a compromised host. To view session information for a compromised host in the GUI: 1. Go to Dashboard > Security and expand the Compromised Hosts by Verdict ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
119
Dashboards and Monitors 3. Select a session then click View session logs to view the session logs. Network dashboard The widgets in the Network dashboard show information related to networking for this FortiGate and other devices connected to your Security Fabric. Use this dashboard to monitor the status of Routing, DH...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
120
Dashboards and Monitors To view the routing monitor in the GUI: 1. Go to Dashboard > Network. 2. Hover over the Routing widget, and click Expand to Full Screen. The Routing monitor is displayed. 3. To view policy routes, click the monitors dropdown at the top of the page and select Policy. 4. To view neighbors and path...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
121
Dashboards and Monitors l BGP Paths 5. To filter a column: a. Hover over the column heading, and click the Filter/Configure Column icon. b. Configure the filter, then click Apply. 6. (Optional) Click the Save as Monitor button to save the widget as monitor. To look up a route in the GUI: 1. Click Route Lookup. 2. Enter...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
122
Dashboards and Monitors Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
123
Dashboards and Monitors To view the DHCP monitor: 1. Go to Dashboard > Network. 2. Hover over the DHCP widget, and click Expand to Full Screen. To filter or configure a column in the table, hover over the column heading and click the Filter/Configure Column button. To revoke a lease: 1. Select a device in the table. 2....
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
124
Dashboards and Monitors To view the DHCP lease list in the CLI: # execute dhcp lease-list IPsec monitor The IPsec monitor displays all connected Site to Site VPN, Dial-up VPNs, and ADVPN shortcut tunnel information. It also includes pie charts for tunnel status and uptime, filters, and quick access to several tools. Yo...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
125
Dashboards and Monitors For example, in the VPN tunnel pie chart, click the green pie or Hub-1. A filter icon displays beside VPN tunnel, the filter text displays in the Search bar, and the table displays the filtered results too. Clear the filter by clicking the filter icon beside VPN tunnel or clicking an X in the Se...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
126
Dashboards and Monitors The VPN Location Map is displayed. 3. Click OK to close the map. To view tunnel connection in FortiView: 1. In the table, select a tunnel. 2. Click More > Show in FortiView, or right-click the tunnel and click Show in FortiView. The FortiView VPN pane is displayed. 3. Click X to close the pane. ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
127
Dashboards and Monitors To view the IPsec monitor in the CLI: # diagnose vpn tunnel list Sample output: list all ipsec tunnel in vd 0 ------------------------------------------------------ name=Branch-HQ-B_1 ver=2 serial=8 10.100.65.101:0->10.100.67.13:0 tun_id=10.0.11.2 tun_ id6=::10.0.0.8 dst_mtu=1500 dpd-link=on wei...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
128
Dashboards and Monitors To view the SSL-VPN monitor in the GUI: 1. Go Dashboard > Network. 2. Hover over the SSL-VPN widget, and click Expand to Full Screen.The Duration and Connection Summary charts are displayed at the top of the monitor. To filter or configure a column in the table, hover over the column heading and...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
129
Dashboards and Monitors Widget Description Assets Shows information from detected addresses, devices, and users on a single page. Information is grouped by device. For more information see Assets on page 130. Identities Shows information from detected addresses, devices, and users on a single page. Information is group...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
130
Dashboards and Monitors Assets and filtering The Assets widget contains a series of summary charts that provide an overview of the operating system, vulnerability level, status, and interfaces. You can use these clickable charts to simplify filtering among your devices. To view the device inventory and apply a filter: ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
131
Dashboards and Monitors To filter all devices discovered on port2: 1. In the Interfaces chart, click port2. Adding MAC-based addresses to devices Assets detected by device detection appear in the Assets widget. You can manage policies around devices by adding a new device object (MAC-based address) to a device. Once yo...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
132
Dashboards and Monitors 6. Click OK, then refresh the page. The MAC address icon appears in the Address column next to the device name. Firewall Users monitor The Firewall Users monitor displays all currently logged in firewall and proxy users. You can use the monitor to diagnose user-related logons or to highlight and...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
133
Dashboards and Monitors 4. To switch to the proxy user view, click Proxy (next to the search bar). Proxy user view shows used that authenticated over ZTNA and explicit proxy. To filter or configure a column in the table, hover over the column heading and click the Filter/Configure Column button. When the number of user...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
134
Dashboards and Monitors The WiFi dashboard can be customized per your requirements. To learn more about using and modifying dashboards and widgets, see Dashboards and Monitors on page 106. This section describes the following monitors available for the WiFi Dashboard: l FortiAP Status monitor on page 135 l Clients by F...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
135
Dashboards and Monitors To view the Diagnostics and Tools menu: 1. Right-click an Access Point in the table, and click Diagnostics and Tools. The Diagnostics and Tools dialog opens. 2. To monitor and analyze the FortiAP device, click on the tabs in the Diagnostics and Tools dialog, such as Clients, Spectrum Analysis, V...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
136
Dashboards and Monitors Clients by FortiAP monitor The Clients by FortiAP monitor allows you to view detailed information about the health of individual WiFi connections in the network. It also provides access to tools to diagnose and analyze connected wireless devices. To view the Clients by FortiAP monitor: 1. Go to ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
137
Dashboards and Monitors 2. (Optional) Click Quarantine to quarantine the client, 3. (Optional) Click Disassociate to disassociate the client. Health status The Status section displays the overall health for the wireless connection. The overall health of the connection is: l Good if the value range for all three conditi...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
138
Dashboards and Monitors l Applications l Destinations l Policies l Logs FortiOS 7.6.2 Administration Guide 139 Fortinet Inc.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
139
Dashboards and Monitors Monitors FortiGate supports both FortiView and Non-FortiView monitors. FortiView monitors are driven by traffic information captured from logs and real-time data. Non-FortiView monitors capture information from various real-time state tables on the FortiGate. Non-FortiView monitors Non-FortiView...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
140
Dashboards and Monitors Template Monitors l FortiView Threats l FortiView Compromised Hosts l FortiView Policies l FortiView Sessions l Device Inventory Monitor l Routing Monitor l DHCP Monitor l SD-WAN Monitor l FortiGuard Quota Monitor l IPsec Monitor l SSL-VPN Monitor l Firewall User Monitor l Quarantine Monitor l F...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
141
Dashboards and Monitors Dashboard Usage FortiView Sources Displays Top Sources by traffic volume and drilldown by Source. FortiView Destinations Displays Top Destinations by traffic volume and drilldown by Destination. FortiView Applications Displays Top Applications by traffic volume and drilldown by Application. Fort...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
142
Dashboards and Monitors LANDMARK Widget Sort by Usage Applications Bytes/Sessions/Bandwidth/Packets Displays top applications and drilldown by application. Application Bandwidth Bytes/Bandwidth Displays bandwidth for top applications and drilldown by application. Cloud Applications Bytes/Sessions/Files(Up/Down) Display...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
143
Dashboards and Monitors WAN Widget Sort by Usage Servers Bytes/Sessions/Bandwidth/Packets Displays top servers and drilldown by server address. Sources Bytes/Sessions/Bandwidth/Packets Displays top sources and drilldown by device. Threats Threat Level/Threat Score/Sessions Displays top threats and drilldown by threat. ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
144
Dashboards and Monitors Real-time and historical charts Use the Time Display dropdown to select the time period to display on the current monitor. Time display options vary depending on the monitor and can include real-time information (now) and historical information (1 hour, 24 hours, and 7 days). Disk logging or rem...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
145
Dashboards and Monitors Other data sources that can be configured are: l FortiGate l FortiAnalyzer l FortiGate Cloud When Data Source is set to Best Available Device, FortiAnalyzer is selected when available, then FortiGate Cloud, and then FortiGate. Drilldown information Double-click or right-click an entry in a Forti...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
146
Dashboards and Monitors Graph l The graph shows the bytes sent/received in the time frame. real time does not include a chart. l Users can customize the time frame by selecting a time period within the graph. Summary of l Shows information such as the user/avatar, avatar/source IP, bytes, and sessions total for the tim...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
147
Dashboards and Monitors Enabling FortiView from devices You can enable FortiView from SSD disk, FortiAnalyzer and FortiGate Cloud. FortiView from disk FortiView from disk is available on all FortiGates with an SSD disk. Restrictions Model Supported view Entry-level models with SSD Five minutes and one hour Mid-range mo...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
148
Dashboards and Monitors This feature is only supported through the CLI. Troubleshooting Use execute report flush-cache and execute report recreate-db to clear up any irregularities that may be caused by upgrading or cache issues. Traffic logs To view traffic logs from disk: 1. Go to Log & Report, and select either the ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
149
Dashboards and Monitors When Data Source is set to Best Available Device, FortiAnalyzer is selected when available, then FortiGate Cloud, and then FortiGate. FortiView from FortiGate Cloud This function requires a FortiGate that is registered and logged into a compatible FortiGate Cloud. When using FortiGate Cloud, the...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
150
Dashboards and Monitors Use the Name field to assign a descriptive name to a device so it is easier to find it in the Device column. After you finish configuring the device, refresh the page to see the new name in the monitor. To quarantine a host: 1. In the table, hover over the source or device MAC address. An inform...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
151
Dashboards and Monitors The session table displayed on the FortiView Sessions monitor is useful when verifying open connections. For example, if you have a web browser open to browse the Fortinet website, you would expect a session entry from your computer on port 80 to the IP address for the Fortinet website. You can ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
152
Dashboards and Monitors You can be very specific with how you use filters and target sessions based on different filter combinations. For example, you may want to view all sessions from a device with a particular IP by adding the Source IP filter. Similarly, you may need to target all the sessions having a particular D...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
153
Dashboards and Monitors To add a firewall object monitor in the GUI: 1. Click Add Monitor. The Add Monitor window opens. 2. In the Search field, type Destination Firewall Objects and click the Add button next to the dashboard name. 3. In the FortiGate area, select the FortiGate(s) from the dropdown. 4. In the Data Sour...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
154
Dashboards and Monitors Viewing top websites and sources by category You can use FortiGuard web categories to populate the category fields in various FortiView monitors such as FortiView Web Categories, FortiView Websites or FortiView Sources. To view the categories in a monitor, the web filter profile must be configur...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf