Courseiva

CCNA Nse7 Enterprise Firewall Security And VPN Questions

31 questions · Nse7 Enterprise Firewall Security And VPN · All types, answers revealed

1
Multi-Selecthard

When configuring an IPsec tunnel using IKEv2, which THREE parameters are commonly negotiated during Phase 1?

Select 3 answers
A.Encryption algorithm (e.g., AES-256)
B.Authentication method (e.g., PSK or RSA)
C.TCP port selection
D.Firewall policy ID
E.Diffie-Hellman group
AnswersA, B, E

This ensures confidentiality.

Why this answer

IKEv2 negotiates encryption, integrity, and Diffie-Hellman groups during the initial exchange.

2
MCQeasy

A network administrator is configuring SSL inspection for a group of users. Which certificate must be installed on the client endpoints to prevent browser certificate warnings?

A.The FortiGate CA certificate used for SSL inspection
B.The FortiGate's local device certificate
C.The Fortinet_Factory CA certificate
D.A third-party public CA certificate
AnswerA

Clients must trust the CA that signs the re-issued certificates.

Why this answer

The FortiGate acts as a man-in-the-middle, so the client must trust the CA certificate generated by the FortiGate.

3
MCQhard

What is the effect of changing the IPS 'buffer' size on a FortiGate device?

A.It disables the hardware acceleration engine
B.It changes the signature timeout
C.It increases the number of concurrent IPS connections
D.It determines the maximum size of data packets to hold for inspection
AnswerD

The buffer directly manages memory for flow-based inspection.

Why this answer

Adjusting the IPS buffer affects how much data is held in memory for inspection, which can prevent packet drops during heavy traffic but increases memory load.

4
MCQhard

In an OSPF setup, you have a redundant path. You want to ensure traffic prefers one link over another based on cost. Which OSPF command is used?

A.set ospf-cost
B.set metric-type
C.set bandwidth-reference
D.set priority
AnswerA

This command adjusts the interface cost within the OSPF configuration.

Why this answer

The OSPF cost is configured on the interface level to influence link preference.

5
MCQhard

A FortiGate is performing OSPF routing. You want to redistribute connected routes into OSPF, but only for a specific subnet. How can this be achieved?

A.Configure a distribute-list in the OSPF process
B.Use an IP prefix list under the OSPF area command
C.Use a route map in the OSPF redistribute configuration
D.Use an access list under the interface configuration
AnswerC

Route maps provide the necessary granularity to filter prefixes during redistribution.

Why this answer

A route map must be applied during redistribution to filter the prefixes being injected.

6
Multi-Selectmedium

Which TWO items must be configured to ensure a FortiGate can successfully resolve external hostnames?

Select 2 answers
A.A firewall policy allowing DNS traffic from internal clients to the FortiGate
B.An OSPF area configuration
C.An IPSec tunnel for DNS traffic
D.DNS server IP addresses in system settings
E.A static route to the internet
AnswersA, D

This is required if the FortiGate acts as a DNS server.

Why this answer

DNS settings are required for the FortiGate itself to resolve external names, and firewall policies must allow DNS traffic if the client uses the FortiGate as a DNS proxy.

7
MCQeasy

What is the default behavior of a FortiGate firewall policy when no explicit policy matches the traffic?

A.Send to local DNS
B.Implicit Deny
C.Route to DMZ
D.Allow
AnswerB

The implicit deny policy is the default safety catch-all.

Why this answer

The implicit deny policy is the last rule in the firewall policy list and drops all non-matching traffic.

8
MCQmedium

Which FortiGate feature should be enabled to prevent internal users from accessing malicious websites based on real-time threat intelligence?

A.Antivirus profile
B.Web Filter
C.Application Control
D.DNS Filter
AnswerB

Web filtering specifically categorizes URLs for security policy.

Why this answer

Web Filtering using categories provides real-time protection by checking URLs against the FortiGuard database.

9
Multi-Selecthard

Which THREE of the following are mandatory for a BGP neighbor adjacency to establish?

Select 3 answers
A.Identical prefix lists
B.Correct autonomous system numbers
C.Reachability to the neighbor IP
D.Identical router IDs
E.Matching BGP version
AnswersB, C, E

The peers must know their AS relationship.

Why this answer

BGP requires the correct AS numbers, reachable IPs, and matching timers or specific parameters to form a connection.

10
MCQmedium

You need to inspect traffic between two internal VLANs. How do you ensure this traffic is processed by the FortiGate?

A.Configure firewall policies between the VLAN interfaces
B.Enable hardware switching
C.Set the firewall mode to Transparent
D.Enable inter-VLAN routing on the switches only
AnswerA

The FortiGate requires a policy to permit traffic between zones/interfaces.

Why this answer

Since VLANs are logical interfaces, the FortiGate will act as a gateway if the devices are configured to use the FortiGate's IP as their default gateway.

11
MCQmedium

You are configuring an IPS policy to protect a web server. You notice that traffic is being dropped due to a false positive. Which action is the most efficient way to resolve this while maintaining security?

A.Change the IPS mode from blocking to monitoring
B.Disable the entire IPS sensor profile
C.Create an IPS sensor override for the specific signature ID
D.Increase the IPS packet buffer size
AnswerC

This allows targeted tuning of individual signatures.

Why this answer

Using an IPS sensor override or a specific signature exemption allows you to modify the behavior for a single signature without disabling it globally.

12
MCQhard

You are configuring BGP and need to advertise a summary route to your ISP. How do you ensure only the summary route is advertised?

A.Use a distribute-list
B.Set the weight to 0
C.Use an aggregate-address with summary-only
D.Configure a route map with a prefix list
AnswerC

This command effectively suppresses specific routes.

Why this answer

The 'aggregate-address' command with the 'summary-only' option is the correct way to advertise only the summary and suppress specific component routes.

13
Multi-Selectmedium

Which TWO of the following are necessary to successfully deploy an SSL VPN in tunnel mode?

Select 2 answers
A.An IPSec phase 1 configuration
B.A BGP session with the client
C.A valid SSL certificate for the VPN portal
D.A firewall policy allowing the SSL VPN interface to the Internal zone
E.A dedicated hardware switch
AnswersC, D

A trusted certificate is required for secure handshakes.

Why this answer

Tunnel mode requires a configured portal and a policy allowing the VPN tunnel interface to the internal network.

14
MCQhard

In a BGP deployment, your FortiGate is receiving routes from two different ISPs. You want to influence outbound traffic to prefer ISP1 for specific destinations. Which BGP attribute should you modify?

A.Weight
B.Local Preference
C.AS-Path
D.Multi-Exit Discriminator (MED)
AnswerB

Local Preference is the standard BGP attribute for controlling outbound path selection.

Why this answer

Local Preference is used to influence outbound traffic selection within an AS.

15
MCQmedium

You notice that an IPsec tunnel is up, but no traffic passes. What is the most common reason related to firewall policy configuration?

A.Missing static route
B.Incorrect IKE ID
C.Phase 1 lifetime expiration
D.Missing firewall policy
AnswerD

Policies are mandatory to permit inter-zone traffic flow.

Why this answer

Even if the tunnel is up, a policy must exist to allow traffic to flow between the internal network and the tunnel interface.

16
Multi-Selectmedium

Which TWO of the following are benefits of using the FortiGate flow-based inspection mode?

Select 2 answers
A.It supports deep content inspection for all protocols
B.It uses fewer system resources than proxy-based inspection
C.It provides higher throughput performance
D.It requires manual buffer allocation
E.It offers more granular application control
AnswersB, C

It avoids the overhead of buffering the entire object.

Why this answer

Flow-based inspection is generally faster and provides better performance than proxy-based inspection.

17
MCQeasy

What is the primary function of the FortiGate Security Fabric?

A.To configure OSPF automatically
B.To increase the throughput of the firewall
C.To replace the need for an IPS sensor
D.To synchronize security policies and share intelligence across devices
AnswerD

This is the core value proposition of the Security Fabric.

Why this answer

The Security Fabric integrates multiple devices to provide coordinated, end-to-end security visibility and control.

18
Multi-Selectmedium

Which TWO of the following are valid methods for user authentication on a FortiGate?

Select 2 answers
A.BGP
B.RADIUS
C.LDAP
D.IGMP
E.RIP
AnswersB, C

RADIUS is a standard for enterprise authentication.

Why this answer

FortiGate supports both local user databases and integration with external enterprise servers like RADIUS and LDAP.

19
MCQmedium

When using an IPS sensor, what is the difference between 'Protect' and 'Monitor' mode?

A.Protect applies only to WAN; Monitor applies to LAN
B.Protect drops traffic; Monitor only logs it
C.Protect requires SSL inspection; Monitor does not
D.Protect logs traffic; Monitor drops it
AnswerB

'Protect' implies active enforcement.

Why this answer

'Protect' drops the traffic if a signature matches, whereas 'Monitor' logs the hit without dropping the traffic.

20
Multi-Selecthard

Which THREE actions can be performed by the FortiGate when a policy match occurs?

Select 3 answers
A.Re-route to a specific switch port
B.Disable hardware acceleration
C.Traffic Shaping
D.Deny
E.Accept
AnswersC, D, E

Limits bandwidth usage.

Why this answer

Firewall policies can accept, deny, or perform traffic shaping and logging depending on the configured profile settings.

21
MCQmedium

Which FortiGate feature allows you to bypass SSL inspection for specific known-trusted websites to maintain user privacy?

A.URL Filter category exemption
B.Firewall address object
C.Application Control override
D.IPS signature exclusion
AnswerA

Exempting categories like 'Finance' or 'Health' is standard practice.

Why this answer

SSL Inspection Exemptions allow bypassing decryption for specific categories or domains.

22
MCQeasy

What is the purpose of the 'Any' interface in a firewall policy?

A.To force traffic through the hardware switch
B.To bypass the routing table
C.To match traffic only on the WAN port
D.To match traffic regardless of the ingress or egress interface
AnswerD

'Any' is a wildcard for interface matching.

Why this answer

The 'Any' interface enables the policy to match traffic originating from or destined to any physical or logical interface on the FortiGate.

23
MCQmedium

In a site-to-site VPN, you need to allow traffic initiated from the remote site. What configuration is essential on the local FortiGate?

A.An IPSec phase 3 policy
B.A static route to the remote subnet
C.A firewall policy allowing traffic from the VPN zone to the Internal zone
D.A NAT rule for the remote subnet
AnswerC

This policy enables the inbound connection flow.

Why this answer

A local firewall policy must exist to permit traffic arriving from the VPN interface and destined for the internal network.

24
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.

25
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.

26
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.

27
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.

28
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.

29
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.

30
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.

31
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.

Ready to test yourself?

Try a timed practice session using only Nse7 Enterprise Firewall Security And VPN questions.