nerdexam
Fortinet

NSE4 · Question #544

Examine this output from a debug flow: Which statements about the output are correct? (Choose two.)

The correct answer is B. The source IP address of the packet was translated to 10.0.1.10. C. FortiGate routed the packet through port 3. The debug flow output indicates that the packet's source IP address was translated to 10.0.1.10 and that the FortiGate routed the packet out through port 3.

Submitted by the_admin· Apr 18, 2026Firewall Policies and Authentication

Question

Examine this output from a debug flow:

Which statements about the output are correct? (Choose two.)

Exhibit

NSE4 question #544 exhibit

Options

  • AFortiGate received a TCP SYN/ACK packet.
  • BThe source IP address of the packet was translated to 10.0.1.10.
  • CFortiGate routed the packet through port 3.
  • DThe packet was allowed by the firewall policy with the ID 00007fc0.

How the community answered

(57 responses)
  • A
    11% (6)
  • B
    74% (42)
  • D
    16% (9)

Why each option

The debug flow output indicates that the packet's source IP address was translated to 10.0.1.10 and that the FortiGate routed the packet out through port 3.

AFortiGate received a TCP SYN/ACK packet.

Without specific TCP flag information (e.g., 'flags=0x12'), the debug flow output related to routing and NAT alone does not provide sufficient detail to confirm it was a TCP SYN/ACK packet.

BThe source IP address of the packet was translated to 10.0.1.10.Correct

A debug flow output line indicating 'snat ip=... -> 10.0.1.10' explicitly confirms that the source IP address of the packet underwent Source NAT (SNAT) to 10.0.1.10.

CFortiGate routed the packet through port 3.Correct

A debug flow output line stating 'route_lookup: matched kernel route with distance 1, output [port3]' or similar indicates that the FortiGate selected port 3 as the egress interface for the packet.

DThe packet was allowed by the firewall policy with the ID 00007fc0.

A hex value like '00007fc0' is not a standard firewall policy ID; FortiGate policy IDs are typically decimal integers (e.g., policy_id=10).

Concept tested: FortiGate debug flow interpretation (NAT and Routing)

Source: https://docs.fortinet.com/document/fortigate/7.4.0/fortios-handbook/356593/debug-flow-examples

Topics

#Debug flow interpretation#Source NAT#Packet routing#Firewall policies

Community Discussion

No community discussion yet for this question.

Full NSE4 Practice