Laboratorio 15
Laboratorio 15
Happening Now
In this exercise, you will use CLI commands to get information about FortiGate, such as
traffic volume, CPU usage, memory usage, and the ARP table.
2. Find the following information and write down your answers in the space provided—
refer to the list of commands that follows to get the answers:
Field Value
Current HA mode
Host name
CPU utilization
Memory utilization
get system
performance status
(Press Shift+P to
order the processes
by CPU
usage, Shift+M to
order them by
memory usage,
or Q to stop.)
Exercise 2: Troubleshooting a
Connectivity Problem
In this exercise, you will use the sniffer and debug flow tool to troubleshoot a network
connectivity problem.
Identify the Problem
As you will see in this procedure, there is a network connectivity problem between the
Local-Client VM and the Linux server.
2. Enter the following command to start a continuous ping to the Linux server (IP
address 10.200.1.254):
ping 10.200.1.254
The ping is failing. You will use the sniffer and debug flow tool on Local-FortiGate to find
out why.
You will start troubleshooting by sniffing the ICMP traffic going to the Linux server.
interfaces=[any]
The packets are arriving on FortiGate, but FortiGate is not routing them.
2. Click Network > Diagnostics, and then click the Debug Flow tab.
Field Value
IP address 10.200.1.254
Field Value
Protocol ICMP
FortiGate receives the ICMP packet from 10.0.1.10 to 10.200.1.254 from port3.
The Denied by forward policy check message indicates that a firewall policy denied the
traffic. It could be either a denied policy that the administrator explicitly configured, or the
implicit denied policy for traffic that does not match a configured policy.
The policy 0 indicates that the default implicit policy denied the traffic. If an explicitly
configured policy blocked the traffic, its policy ID number would be indicated in this output,
instead of 0.
The Full_Access firewall policy does not allow ICMP traffic (only HTTP)—this is why
FortiGate is dropping the ping packets.
5. Click OK.
2. Press Ctrl+C to stop the ping, but leave the terminal open.
3. On the Local-FortiGate CLI session where you are running debug commands, clear
all the ICMP sessions from the session table, using the following commands:
4. Continuing on the Local-FortiGate GUI, click Network > Diagnostics, and then
click the Debug Flow tab.
Field Value
IP address 10.200.1.254
Protocol ICMP
There should not be any output yet, because the ping is not running.
8. Return to the terminal window, and then start the ping again.
ping 10.200.1.254
SNAT 10.0.1.10->10.200.1.1:60424
Additionally, you can see the debug flow logs from the return (ping reply) packets.
DNAT 10.200.1.1:0->10.0.1.10:7