Courseiva

Fortinet NSE7 Specialty Modules (SD-WAN and Enterprise Firewall tracks) (FORTINET-NSE7-SPECIALTY) (FORTINET-NSE7-SPECIALTY) — Questions 151191

191 questions total · 3pages · All types, answers revealed

Page 2

Page 3 of 3

151
MCQmedium

When configuring an SD-WAN rule, what is the purpose of the 'Source' address field?

A.To define the gateway IP for the route.
B.To force traffic to a specific SD-WAN zone.
C.To determine which ISP the traffic exits through regardless of SLA.
D.To match traffic based on the source IP or user.
AnswerD

This provides granular traffic steering.

Why this answer

The 'Source' field allows you to selectively apply SD-WAN rules based on specific traffic origins, such as a subnet or user group.

152
MCQmedium

You want to automate the onboarding of new FortiGate units. Which FortiManager feature allows you to pre-configure devices before they connect to the network?

A.Provisioning Templates
B.Scripting
C.Device Registration Key
D.Policy cloning
AnswerA

Templates enable automated configuration.

Why this answer

Provisioning Templates allow you to define configuration settings that are applied automatically when the device registers with the FortiManager.

153
Multi-Selecthard

In a high availability (HA) cluster, which THREE settings are synchronized between the primary and secondary units?

Select 3 answers
A.Hardware serial numbers
B.Management IP address
C.Address objects
D.User authentication database
E.Firewall policies
AnswersC, D, E

Objects must be consistent across the cluster.

Why this answer

HA synchronization ensures that policies, objects, and configurations are mirrored to provide seamless failover.

154
MCQeasy

What is the purpose of 'dedicated HA' interfaces?

A.To provide extra management access
B.To isolate heartbeat traffic
C.To increase throughput
D.To act as a backup WAN port
AnswerB

Dedicated interfaces prevent data traffic from interfering with HA signaling.

Why this answer

They isolate heartbeat traffic from data traffic to prevent jitter and ensure cluster stability.

155
MCQeasy

An administrator needs to inspect encrypted traffic traversing an SD-WAN IPsec tunnel using Deep Packet Inspection (DPI). What must be installed on the client endpoints or configured on the FortiGate to prevent browser trust warnings when using SSL/TLS full inspection?

A.ADVPN 2.0 shortcut certificates must be exchanged between spokes
B.BGP MD5 authentication keys must match on both routers
C.The FortiGate's self-signed CA certificate must be installed in the trusted root certificate store of the client endpoints
D.A pre-shared key must be configured in the IPsec Phase 1 proposal
AnswerC

Correct. Client endpoints must trust the FortiGate CA certificate for SSL full inspection to operate without browser security warnings.

Why this answer

When using SSL Full Inspection (DPI), the FortiGate acts as a man-in-the-middle and re-signs certificates using a Certificate Authority (CA) certificate. This CA certificate must be installed and trusted on the client devices.

156
MCQeasy

What does the 'FortiGuard' service provide to the FortiGate?

A.User management and authentication
B.Local firmware storage
C.Hardware acceleration support
D.Real-time threat intelligence and database updates
AnswerD

This allows the FortiGate to block the latest threats.

Why this answer

FortiGuard provides real-time updates for security signatures, including IPS, Antivirus, and Web Filtering.

157
MCQeasy

An administrator configures a static route where the gateway is an SD-WAN zone instead of a specific IP address. How does FortiOS process this SD-WAN static route?

A.The FortiGate drops the packet because static routes require a valid IP address gateway
B.The FortiOS SD-WAN engine intercepts the route lookup and applies SD-WAN rules to dynamically select the best member interface based on performance SLAs
C.The packet is forwarded exclusively through the physical interface with the lowest index number
D.Traffic is load-balanced equally across all physical interfaces in the FortiGate chassis using round-robin
AnswerB

Correct. Routing to an SD-WAN zone hands off the forwarding decision to the SD-WAN rules and SLA evaluation engine.

Why this answer

When a static route points to an SD-WAN zone as its gateway, the FortiOS routing table delegates the packet forwarding decision to the SD-WAN engine, which then evaluates SD-WAN rules to select the best member interface.

158
MCQmedium

An enterprise firewall administrator needs to deploy different security profiles to branch offices while sharing the same firewall policy structure. Which feature should be used?

A.Creating multiple ADOMs for every branch
B.Manual copy-paste of rules
C.Using CLI templates exclusively
D.Policy Package inheritance and mapping
AnswerD

Inheritance allows sharing of policy structures.

Why this answer

Policy Packages allow for the grouping of policies, while the use of 'Global Policy' or 'Package Inheritance' allows for common policies to be shared across various ADOMs or device groups.

159
Multi-Selectmedium

When configuring advanced IPsec VPN tunnels to act as members of an SD-WAN zone, which TWO configuration parameters on the FortiGate are critical for ensuring proper IPsec tunnel operation and traffic steering? (Choose two)

Select 2 answers
A.Ensure the IPsec interface is added to an SD-WAN zone and assigned a valid virtual IP/interface configuration
B.Disable NAT traversal (NAT-T) globally on all IPsec phase 1 tunnels
C.Configure the IPsec tunnel mode as dialup server on all participating branch spokes
D.Set the IPsec phase 1 authentication method strictly to RSA certificates only, disabling pre-shared keys
E.Configure Phase 2 selectors to match the exact source and destination subnets, or use 0.0.0.0/0 for route-based VPN flexibility
AnswersA, E

Correct. IPsec interfaces must be added to an SD-WAN zone to participate in SD-WAN rules.

Why this answer

When configuring IPsec tunnels for SD-WAN, setting the interface as a member of an SD-WAN zone and ensuring correct Phase 2 selectors or mode-cfg / routing settings are essential. Specifically, setting the interface to allow traffic, defining appropriate Phase 2 selectors or using 0.0.0.0/0 with route-based VPNs, and assigning it to an SD-WAN zone are critical.

160
MCQmedium

What does the 'set tcp-rst-timeout' command control?

A.The TCP handshake timeout
B.The maximum session duration
C.The time to wait after sending a reset
D.The time before an idle session is dropped
AnswerC

This helps clean up resources after a connection reset.

Why this answer

It specifies how long the FortiGate waits after sending a TCP RST packet before clearing the session from the session table.

161
MCQmedium

You are configuring SD-WAN templates in FortiManager. What is the primary purpose of using SD-WAN Central Management instead of configuring SD-WAN directly on individual FortiGates?

A.To perform local traffic analysis on the FortiGate only
B.To allow FortiGates to manage their own SD-WAN interfaces independently
C.To bypass the need for ADOMs
D.To enable SD-WAN template inheritance and synchronized policy updates across multiple managed devices
AnswerD

SD-WAN templates allow for standardized configurations across managed FortiGates.

Why this answer

Central management enables consistent SD-WAN policy deployment, simplified configuration management across large-scale deployments, and centralized monitoring.

162
MCQmedium

What is the benefit of using 'SD-WAN Zones' in templates when managing 100+ branches?

A.They allow for multiple internet service providers
B.They automatically configure static routes
C.They increase the speed of the internet connection
D.They allow for easier mapping to physical ports across different hardware models
AnswerD

Zones decouple logical configuration from physical interface names.

Why this answer

Zones allow you to assign generic names to interfaces, so the template can refer to 'WAN_ZONE' rather than specific port names.

163
Multi-Selecthard

Which THREE types of traffic are typically NOT offloaded by the NP6 processor?

Select 3 answers
A.Simple ICMP packets
B.Traffic requiring proxy-based inspection
C.Encrypted traffic before decryption
D.Traffic using unsupported protocols
E.Standard UDP traffic
AnswersB, C, D

Proxy modes are CPU-intensive and generally not NP-offloaded.

Why this answer

Traffic that requires complex inspection, such as encrypted traffic that hasn't been decrypted or specific types of tunnels without hardware support, is handled by the CPU.

164
Multi-Selecthard

Which THREE factors can affect the 'Performance SLA' logic in an SD-WAN template?

Select 3 answers
A.Packet loss threshold
B.The firmware version of the FortiGate
C.Jitter threshold
D.The number of active VPN tunnels
E.Latency threshold
AnswersA, C, E

Packet loss is a primary SLA parameter.

Why this answer

Performance SLA evaluates paths based on measured latency, jitter, and packet loss compared to defined thresholds.

165
MCQmedium

You want to standardize the SD-WAN configuration for 50 remote branch offices. Which FortiManager feature should you use?

A.Policy Packages
B.Firmware Images
C.CLI Scripts
D.SD-WAN Templates
AnswerD

Templates provide consistent, manageable configurations.

Why this answer

SD-WAN templates are specifically designed for mass deployment of standardized configurations.

166
MCQeasy

A network administrator is configuring an HA cluster with two FortiGates in Active-Passive mode. Which parameter must be identical on both devices to ensure a successful cluster formation?

A.Device Hostname
B.Serial Number
C.HA Group ID
D.Priority value
AnswerC

The HA Group ID must match to allow devices to discover each other.

Why this answer

In an HA cluster, devices must share identical HA group IDs, passwords, and heartbeats to form a cluster.

167
Multi-Selecthard

Which THREE steps are involved in the 'Policy Package Installation' workflow?

Select 3 answers
A.Select the target device
B.Perform a factory reset
C.Review the install preview
D.Select the policy package
E.Reboot the target device
AnswersA, C, D

Target selection is required.

Why this answer

The workflow involves selecting the package, choosing the target device, and executing the installation (with a preview).

168
MCQhard

You have a large SD-WAN deployment. Why would you use a 'Centralized Policy' in FortiManager instead of local policies?

A.To eliminate the need for logs
B.To enforce global security and traffic routing policies consistently across multiple sites
C.To reduce the CPU load on the FortiGate
D.To allow local admins to override global policies
AnswerB

Global policy packages ensure consistency.

Why this answer

Centralized policy packages allow you to enforce security and SD-WAN routing rules consistently across the entire organization from one location.

169
MCQmedium

When a policy change is made in FortiManager, it must be 'Installed' to take effect. What is the first stage of the install process?

A.Install Preview
B.Database validation
C.Config push
D.Reboot
AnswerA

Previewing is the first phase of verification.

Why this answer

The install process begins with an 'Install Preview' to verify the configuration changes before they are actually pushed to the device.

170
MCQhard

In a complex VPN scenario with NAT-Traversal (NAT-T) enabled, what is the primary purpose of the UDP 4500 port?

A.To replace the AH protocol
B.To manage Phase 1 re-keying
C.To encapsulate ESP packets
D.To verify certificate revocation status
AnswerC

UDP 4500 is used to traverse NAT for IPsec.

Why this answer

NAT-T encapsulates ESP packets in UDP 4500 to allow them to pass through NAT devices that would otherwise break ESP integrity.

171
MCQmedium

You are implementing SSL VPN and need to ensure that only compliant corporate laptops can connect. Which feature should you use?

A.Host check
B.SSL VPN portal settings
C.Two-factor authentication
D.PKI user authentication
AnswerA

Host check verifies endpoint security posture.

Why this answer

Host check allows the FortiGate to verify the presence of specific software like Antivirus before allowing the VPN connection.

172
MCQeasy

Which method is the most secure for managing FortiGate devices remotely?

A.HTTP with password authentication
B.HTTPS with restricted access via Trusted Hosts
C.Telnet
D.SNMPv1
AnswerB

Restricting management access to specific IPs is a security best practice.

Why this answer

SSH with key-based authentication or HTTPS with restricted access is standard; HTTPS is common for GUI access.

173
MCQhard

You have an SD-WAN rule with 'Priority' strategy. What happens if the highest priority member fails its SLA?

A.Traffic is dropped.
B.The FortiGate enters an error state.
C.Traffic is load balanced across all remaining members.
D.Traffic fails over to the member with the next highest priority value.
AnswerD

The system moves down the list of priorities.

Why this answer

In 'Priority' strategy, if the highest priority member becomes unhealthy (SLA failure), the traffic automatically fails over to the next highest priority member.

174
MCQmedium

You are configuring an IPsec VPN tunnel between two FortiGates. Phase 2 fails to come up. What is the most likely cause?

A.Mismatched Phase 2 selectors
B.Incorrect IKE version
C.Expired certificate
D.Mismatched pre-shared key
AnswerA

Phase 2 requires matching local and remote subnets/selectors.

Why this answer

Phase 2 failure is usually due to mismatched selectors (proxy IDs) or mismatched encryption/authentication algorithms.

175
Multi-Selectmedium

An administrator is troubleshooting BGP route propagation over SD-WAN IPsec tunnels where a branch office is not receiving specific routes from the datacenter hub. Which TWO CLI commands on the FortiGate are most useful for diagnosing BGP peering and advertised route issues? (Choose two)

Select 2 answers
A.execute ipsec tunnel list
B.diagnose sys sdwan member
C.get system interface physical
D.get router info bgp neighbors advertised-routes
E.get router info bgp summary
AnswersD, E

Correct. This command displays the routes being advertised by the FortiGate to a specific BGP neighbor.

Why this answer

To troubleshoot BGP routing issues on FortiOS, commands examining the BGP summary, advertised routes, and received routes are essential. These include 'get router info bgp summary' and 'get router info bgp neighbors <ip> advertised-routes'.

176
Multi-Selectmedium

Which TWO of the following can be used to optimize IPsec VPN performance?

Select 2 answers
A.Increase the Phase 1 lifetime to 24 hours
B.Use DES encryption for speed
C.Ensure the configuration uses AES-NI supported ciphers
D.Use hardware acceleration (ASIC offloading)
E.Disable NAT-Traversal
AnswersC, D

AES-NI optimizes the encryption process.

Why this answer

Hardware acceleration (ASIC) and selecting efficient encryption algorithms like AES-NI (hardware-accelerated AES) improve VPN throughput.

177
Multi-Selectmedium

Which THREE of the following are benefits of using SD-WAN?

Select 3 answers
A.Built-in physical layer cabling.
B.Simplified WAN management through zones.
C.Automated failover between WAN links.
D.Automatic hardware replacement.
E.Dynamic path selection based on application performance.
AnswersB, C, E

Core benefit.

Why this answer

SD-WAN provides link aggregation, intelligent path selection, and simplified WAN management.

178
Multi-Selecthard

An administrator configures an SD-WAN health check with multiple probes (e.g., ping and HTTP) to monitor a set of IPsec VPN tunnels. Which THREE criteria or settings govern how FortiOS determines whether an SD-WAN member has met or failed the performance SLA? (Choose three)

Select 3 answers
A.The BGP AS number assigned to the WAN interface gateway
B.The restoretime parameter, which specifies how many consecutive successful probes are required before restoring a failed member to healthy status
C.The physical cable length calculated in meters between the FortiGate and the nearest ISP switch
D.The failtime parameter, which dictates how many consecutive probe failures must occur before the member is marked as failed
E.Configured thresholds for latency, jitter, and packet loss that a member must remain under to be considered meeting the SLA
AnswersB, D, E

Correct. Restoretime ensures stability by requiring multiple consecutive successful probes before returning a recovered link to service.

Why this answer

FortiOS SD-WAN health check SLA criteria evaluate packet loss, jitter, latency, and threshold failures. When multiple criteria or probes are used, settings such as latency-threshold, packet-loss-threshold, jitter-threshold, and failtime/restoretime determine state transitions.

179
Multi-Selecthard

An administrator troubleshoots an ADVPN 2.0 deployment where dynamic shortcut tunnels fail to establish between branch spokes. Which THREE diagnostic steps or log checks should the administrator perform on the FortiGate hub or spoke to isolate the issue? (Choose three)

Select 3 answers
A.Check 'diagnose vpn tunnel list' to verify if dynamic shortcut child security associations are being created
B.Check the firewall policy statistics to ensure SD-WAN rules have zero hit counts globally
C.Run diagnose vpn ike log-filter ... and enable IKE real-time debugging to inspect negotiation messages between spokes
D.Execute 'execute format disk' to reset the internal flash storage and clear corrupted ADVPN certificates
E.Verify that 'get router info routing-table database' contains the dynamic shortcut routes injected when traffic hits the phase 1 interface
AnswersA, C, E

Correct. This command shows active child SAs, confirming whether the shortcut tunnel has successfully built.

Why this answer

Troubleshooting ADVPN shortcut failures requires checking IPsec status, IKE exchanges, routing table entries, and network device creation. Valid diagnostic steps include checking IKE daemon output, verifying IPsec tunnel status, and inspecting routing table entries for shortcut triggers.

180
MCQmedium

A FortiGate SD-WAN deployment uses a firewall policy with an Intrusion Prevention System (IPS) profile applied. After turning on IPS, administrators notice that throughput over an IPsec SD-WAN tunnel drops significantly. What is the primary reason for this throughput reduction, and how can it be mitigated?

A.IPS requires proxy-based inspection, which permanently disables IPsec hardware acceleration
B.IPS inspection requires intensive CPU processing for packet payload analysis, which can be optimized by using flow-based inspection mode and ensuring hardware offloading is active where supported
C.IPS blocks all IPsec AH/ESP headers, forcing fallback to unencrypted GRE tunnels
D.The IPS database size exceeds the IPsec Phase 2 buffer limit
AnswerB

Correct. IPS profile processing consumes CPU cycles, and flow-based inspection mode optimized for NPx offloading mitigates performance degradation.

Why this answer

IPS inspection performs deep packet inspection and signature matching, which is CPU-intensive. While NP6/NP7 hardware offloading accelerates IPsec encryption, full content inspection like IPS typically requires CPU processing unless offloaded or optimized. Using flow-based inspection or hardware offloading settings where supported helps mitigate performance impact.

181
Multi-Selecthard

Which THREE tasks are required to successfully deploy SD-WAN via FortiManager?

Select 3 answers
A.Installing the configuration to the devices
B.Creating an SD-WAN template
C.Performing a hard factory reset on the FortiGate
D.Deleting all existing firewall policies
E.Assigning the template to managed FortiGates
AnswersA, B, E

Installation executes the push.

Why this answer

Deployment requires defining the template, assigning it to devices, and installing the configuration.

182
MCQhard

An administrator needs to provide access to FortiManager for a junior team member who should only be able to view logs and reports. Which feature is used to define this access?

A.Administrator Profiles
B.Access Control Lists (ACLs)
C.ADOM Assignment
D.User Groups
AnswerA

Profiles control feature-level access.

Why this answer

Administrators create 'Administrator Profiles' to restrict access to specific modules and permissions.

183
Multi-Selecthard

Which TWO of the following steps are required to correctly configure a Performance SLA?

Select 2 answers
A.Configure a firewall address object for the probe.
B.Enable BGP on the interface.
C.Select the probe protocol.
D.Define the destination IP address.
E.Assign the probe to a VPN tunnel.
AnswersC, D

Required for the health check method.

Why this answer

To configure an SLA, you must define the destination IP (or server) and the probe protocol.

184
MCQhard

An administrator is troubleshooting an SD-WAN deployment where traffic matching an SD-WAN rule with a destination service object (e.g., HTTPS) is not being steered according to the SLA priority. Instead, it is always taking the default static route member. Upon checking the firewall policies, what is the most common reason why an SD-WAN rule fails to process application or service-based traffic matching?

A.IPsec VPN phase 2 selectors must be set to 0.0.0.0/0 for service-based rules to evaluate
B.The SD-WAN rules are evaluated sequentially from top to bottom; an earlier broad SD-WAN rule with matching source/destination IP addresses is intercepting the traffic before the service-specific rule is reached
C.The firewall policy containing the traffic has SSL inspection disabled, preventing service-based identification
D.The FortiGate kernel requires hardware acceleration (NP7) to be disabled for service-based SD-WAN rules to function
AnswerB

Correct. SD-WAN rules are evaluated top-down. If a broader rule matches the traffic first, the more specific service-based rule below it is never evaluated.

Why this answer

For SD-WAN rules based on applications or destination services to take effect, the matching firewall policy must have application control or appropriate inspection enabled, or the SD-WAN rule position/criteria order must match correctly. Furthermore, explicit proxy or policy routing interactions can interfere if implicit firewall rules intercept the traffic first.

185
Multi-Selectmedium

Which TWO items must be configured within an SD-WAN template for SD-WAN traffic steering to work?

Select 2 answers
A.DHCP server settings
B.SD-WAN Members
C.SD-WAN Rules
D.VLAN tagging
E.Local users
AnswersB, C

Members are the egress interfaces.

Why this answer

You must define the members (interfaces) and the rules (policies) that dictate how traffic is steered.

186
MCQhard

You need to ensure that VoIP traffic stays on the interface with the lowest jitter. Which strategy should you use?

A.Load Balance
B.Lowest Cost (SLA)
C.SLA Target
D.Manual
AnswerC

Allows selecting interfaces based on jitter performance.

Why this answer

'SLA Target' strategy allows you to set specific criteria like jitter, latency, and packet loss, and select the best interface for those metrics.

187
Multi-Selecthard

Which THREE items can be managed via Device Templates in FortiManager?

Select 3 answers
A.Firewall policies
B.NTP configuration
C.Application control databases
D.DNS settings
E.Local interface IP settings
AnswersB, D, E

NTP is a standard template item.

Why this answer

Device templates are used for system-level settings like DNS, NTP, and local interface configurations.

188
Multi-Selectmedium

Which TWO configuration changes require a push from FortiManager to the FortiGate?

Select 2 answers
A.Changes to the log settings on the FortiGate local GUI
B.Changes to an SD-WAN template
C.Updating a firewall policy package
D.Adding a new user to the FortiGate local database
E.Changing the FortiManager admin password
AnswersB, C

Templates are configuration data needing a push.

Why this answer

Any change made in the FortiManager policy or template objects requires a push to keep the device config synchronized.

189
Multi-Selectmedium

An administrator is configuring BGP over SD-WAN IPsec tunnels between a headquarters FortiGate and branch FortiGates. Which TWO configuration steps are required to ensure robust and stable dynamic routing over the SD-WAN IPsec tunnels? (Choose two)

Select 2 answers
A.Set the BGP administrative distance to 255 to disable all routing updates
B.Configure BGP neighbors using the loopback interface IP addresses or tunnel specific IP addresses rather than physical interface IPs
C.Enable BGP graceful restart or adjust keepalive and holddown timers to accommodate potential latency spikes and failover delays on WAN links
D.Configure static default routes on all BGP neighbors pointing to the null0 interface
E.Disable IPsec phase 2 encryption to allow BGP plaintext hello packets to pass through without encapsulation overhead
AnswersB, C

Correct. Using loopback or tunnel specific IPs ensures BGP sessions remain stable even if underlying physical WAN interfaces flap, as long as an alternative path exists.

Why this answer

Robust BGP over SD-WAN requires configuring the BGP router ID, setting up appropriate timers or neighbor relationships, and ensuring that the underlying SD-WAN members and IPsec tunnels allow routing protocol traffic. Additionally, managing BGP timers or enabling graceful restart helps maintain stability during brief IPsec reconnections.

190
Multi-Selecthard

Which THREE types of traffic are typically inspected by an IPS policy?

Select 3 answers
A.HTTP/HTTPS traffic
B.SMTP traffic
C.SNMP monitoring traffic
D.FTP traffic
E.ICMP echo requests
AnswersA, B, D

Web traffic is a primary vector for attacks.

Why this answer

IPS is designed to detect and block threats in common protocols like HTTP, FTP, and SMTP.

191
Multi-Selecthard

Which TWO of the following can cause an SD-WAN member to be marked as 'down' in an SLA?

Select 2 answers
A.The probe times out.
B.The system clock is updated.
C.The packet loss exceeds the threshold.
D.The firewall policy is disabled.
E.The interface IP address is changed.
AnswersA, C

Failure condition.

Why this answer

An interface is marked down if the probe fails to receive a response or if the response exceeds configured thresholds.

Page 2

Page 3 of 3

All pages