Courseiva

Cisco Securing Networks with Cisco Firewalls (300-710 SNCF, CCNP Security) (300-710 SNCF) (300-710 SNCF) — Questions 76150

478 questions total · 7pages · All types, answers revealed

Page 1

Page 2 of 7

Page 3
76
MCQeasy

When creating a network object in FMC, which field allows you to define a group of IP addresses using CIDR notation?

A.Network
B.Host
C.Range
D.FQDN
AnswerA

Network allows defining an IP block using CIDR.

Why this answer

The Network object type allows single hosts, ranges, or subnets using CIDR notation.

77
MCQhard

An administrator needs to deploy an FTD in inline mode for IPS functionality but must ensure that the traffic remains uninterrupted if the software process fails. Which feature should be enabled?

A.Set the FTD to passive mode.
B.Enable high availability failover.
C.Implement ECMP routing.
D.Configure the interfaces as a hardware bypass pair.
AnswerD

Hardware bypass allows traffic to pass through the interface pair physically if the system is down.

Why this answer

The fail-open feature (hardware bypass) on supported FTD interfaces ensures that traffic continues to flow even if the FTD software fails or reboots.

78
MCQeasy

Which FTD deployment mode is best suited for an environment where the device should monitor traffic without performing any blocking or dropping actions?

A.Transparent mode
B.Inline mode
C.Routed mode
D.Passive mode
AnswerD

Passive mode only receives copies of traffic for analysis.

Why this answer

Passive mode is specifically designed for monitoring traffic via a SPAN or TAP port without impacting traffic flow.

79
MCQhard

An administrator is deploying Cisco Secure Firewall Virtual in a Microsoft Azure environment using automated templates. The deployment requires multiple network interfaces for management, internal, and external zones. How does Azure assign IP configurations to these virtual network interfaces (NICs)?

A.Azure relies on stateful ARP broadcasts to dynamically allocate IPs to virtual firewall subinterfaces.
B.Azure assigns IP configurations via DHCP directly to each attached virtual NIC, which must correspond to the FMC interface settings.
C.IP addresses must be manually hardcoded inside the cloud-init script using API tokens.
D.The firewall assigns static IP addresses to the Azure fabric controllers via BGP peering.
AnswerB

Azure VNets provide IP addresses via DHCP to the guest OS interfaces, which are mapped inside the firewall configuration.

Why this answer

Azure allocates private IP addresses from the Azure Virtual Network (VNet) subnet via DHCP to the virtual machine's NICs, which must then match the interface configuration defined in the firewall deployment template.

80
MCQhard

An FTD high-availability pair is experiencing split-brain behavior due to a unidirectional failure of the state and heartbeat links. As a result, both units are claiming to be Active. Which CLI command on the FTD should an administrator use to troubleshoot interface failover status and verify interface health across the failover link?

A.system support failover-check
B.show cluster info
C.ha-manager status --detailed
D.show failover
AnswerD

'show failover' provides detailed status on unit roles, mate status, state links, and interface health.

Why this answer

To check failover status and health on an FTD device, administrators use the diagnostic CLI command 'show failover' or 'show failover history'.

81
MCQmedium

An engineer deploys an Access Control Policy change from the FMC to a managed FTD device. The task hangs in the Deployment History with a status of 'Applying' for an extended period. Upon checking the FTD CLI, the engineer notices a locked deployment file or stuck process. What action should be taken to clear or restart the deployment process safely?

A.Cancel the task in the FMC Task Manager (System > Task Monitor), verify deployment locks, and re-attempt the deployment after clearing pending changes.
B.Power cycle the physical FTD chassis immediately using the hardware power switch.
C.Delete the Access Control Policy and recreate it with a new name.
D.Run 'reload factory-default' from the FTD CLI to reset the management plane.
AnswerA

The Task Monitor allows administrators to cancel stuck tasks, and checking pending changes prevents duplicate deployment locks.

Why this answer

If a deployment hangs, administrators can check deployment status, cancel or restart the deployment daemon (sfims) or use the task manager in FMC to cancel the task. On the FTD, checking the deployment status or restarting management services may be required.

82
Multi-Selectmedium

An administrator is configuring security zones on a Cisco Secure Firewall Threat Defense. Which TWO rules regarding security zones and interface assignments are correct? (Choose two)

Select 2 answers
A.Every security zone must contain at least one BVI interface.
B.Security zones replace the need for Access Control Policies entirely.
C.Security zones are only supported in transparent mode and cannot be used in routed mode deployments.
D.Multiple interfaces (such as physical ports, subinterfaces, or EtherChannels) can be grouped into a single security zone.
E.A single physical or logical interface can be a member of only one security zone at any given time.
AnswersD, E

Security zones can aggregate multiple interfaces for unified policy application.

Why this answer

Security zones can contain multiple interfaces, but a single physical or logical interface can only belong to one security zone at a time.

83
MCQmedium

An administrator notices that health alerts from managed FTD devices are not appearing in the FMC health monitor, although traffic logs are updating normally. Which service or daemon on the FMC is primarily responsible for collecting and processing health and performance metrics from managed devices?

A.healthd
B.mgmtd
C.snort
D.dbus
AnswerA

The healthd daemon on FMC is responsible for collecting, aggregating, and processing health monitor data from managed devices.

Why this answer

The sftunnel daemon manages communication between FMC and FTD for control traffic, while specific health daemons handle metrics. Specifically, the 'healthd' process on FMC processes health monitoring data.

84
MCQmedium

Which tab in the FMC Object Manager allows you to manage pre-defined objects?

A.User Objects
B.System Objects
C.Global Objects
D.Custom Objects
AnswerB

Shows system-provided objects.

Why this answer

FMC provides a list of pre-defined objects under the 'Network' or 'Port' categories; you can filter for 'System' objects.

85
MCQhard

An administrator needs to troubleshoot an issue where legitimate traffic is being silently dropped by the FTD device. The standard packet trace does not reveal the exact reason. Which command executed on the FTD CLI is best suited to diagnose accelerated security path (ASP) drops in real time?

A.capture capin interface outside match ip any any
B.capture drop type asp-drop all
C.system support firewall-engine-debug
D.debug crypto ipsec
AnswerB

Capturing type asp-drop all on the FTD CLI allows the firewall to intercept and display packets dropped by the ASP mechanism along with the specific drop reason string.

Why this answer

The command 'capture drop type asp-drop' or monitoring ASP drop counters using 'show asp drop' helps identify packets dropped by the accelerated security path due to ACLs, spoofing, or exhausted resources.

86
MCQeasy

When configuring the integration between Cisco Secure Firewall and Cisco ISE via pxGrid, what is the primary role of Cisco ISE in this architecture?

A.To act as the primary syslog collector for firewall intrusion alerts.
B.To act as an inline packet inspection engine for Layer 7 threats.
C.To provide user identity, IP address mapping, and group context to the firewall.
D.To store and analyze raw eStreamer event streams from the firewall.
AnswerC

ISE provides rich identity and context via pxGrid to enrich firewall policies.

Why this answer

Cisco ISE acts as the source of truth for user identity, endpoint posture, and contextual metadata, sharing it with the firewall via pxGrid.

87
MCQmedium

An organization is planning to deploy a Cisco Secure Firewall Threat Defense Cluster using three Secure Firewall 9300 security modules to handle a massive aggregate throughput requirement. Which consideration is critical when designing this cluster?

A.All security modules in the cluster must be identical in model, memory, and interface module composition.
B.Cluster nodes can be spread across different geographical data centers over high-latency WAN links.
C.The control node processes all data traffic while data nodes only handle control plane heartbeats.
D.Clustering requires transparent mode; routed mode is unsupported on clustered Secure Firewall platforms.
AnswerA

Clustering requires uniform hardware models and matching interface configurations across all cluster members.

Why this answer

In a firewall cluster, one unit is automatically elected as the control node, while the others act as data nodes. All units share a common configuration and distributed connection table, but session handling is managed across the cluster nodes via a central cluster control link.

88
MCQmedium

You are configuring a NAT rule on an FTD device managed by FMC. You need to translate the source IP of internal hosts to a specific public IP address when they access the internet. Which NAT type must be selected in the FMC NAT Rule editor?

A.Identity NAT
B.Static NAT
C.Policy NAT
D.Dynamic NAT
AnswerD

Dynamic NAT is the correct selection for source translation from a group of internal hosts.

Why this answer

Dynamic NAT allows mapping a range of internal addresses to a single or range of public addresses, typically used for internet access.

89
MCQhard

When configuring a QoS policy, what happens if you exceed the 'Rate Limit' set for a traffic class?

A.The traffic is redirected to another interface
B.The traffic is logged as critical
C.The connection is reset
D.The excess traffic is policed
AnswerD

Policing discards traffic exceeding the threshold.

Why this answer

Traffic exceeding the rate limit is policed (dropped or shaped).

90
Multi-Selecteasy

Which TWO FTD interface types are commonly used for connectivity to an ISP?

Select 2 answers
A.Cluster control link.
B.Passive interface.
C.Routed interface.
D.Bridge group interface.
E.Sub-interface.
AnswersC, E

Standard for ISP connections.

Why this answer

Routed interfaces are standard for ISP connectivity, often using sub-interfaces for VLAN-based segmenting.

91
MCQeasy

An administrator needs to forward Cisco Secure Firewall Threat Defense intrusion events to a third-party SIEM in real-time. Which menu path in the Firepower Management Center is used to configure syslog alerts for intrusion rules?

A.Analysis > Intrusion > Events > Configuration
B.Devices > Device Management > Syslog
C.Policies > Access Control > Intrusion
D.System > Integration > Syslog
AnswerC

Intrusion policies contain the rule states and alert actions, including syslog notification configuration.

Why this answer

Intrusion event alerting via syslog in FMC is configured by navigating to Policies > Access Control > Intrusion, editing the intrusion policy, and configuring the alert destination settings or global alert responses.

92
MCQeasy

Which Cisco SecureX component acts as the central pivot point for threat investigations across Cisco Secure Firewall, Cisco Secure Endpoint, and third-party security tools?

A.Cisco Threat Response
B.Cisco eStreamer Client
C.Cisco ISE pxGrid Server
D.Firepower Device Manager (FDM)
AnswerA

Cisco Threat Response (integrated into SecureX) provides the pivoting and threat investigation engine across products.

Why this answer

Cisco SecureX (or Cisco XDR) provides a cloud-native platform that unifies visibility and enables pivoting across security products.

93
Multi-Selectmedium

Which TWO methods can be used to identify users in an Identity Policy?

Select 2 answers
A.Captive Portal
B.DHCP Snooping
C.RADIUS Proxy
D.SNMP Polling
E.Passive Authentication
AnswersA, E

Active auth via browser.

Why this answer

Passive (ISE/AD) and Active (Captive Portal) are the main identification methods.

94
MCQmedium

An administrator wants to configure an Access Control rule that triggers an Intrusion Policy only when specific vulnerability signatures match. Where is the Intrusion Policy assigned?

A.Under the Advanced tab of the Access Control Policy globally
B.Under the Inspection tab of an individual Access Control rule
C.Within the Platform Settings object
D.In the Security Intelligence policy settings
AnswerB

An individual Access Control rule allows assigning a specific Intrusion Policy under its Inspection tab.

Why this answer

Intrusion policies are assigned to Access Control rules under the Inspection tab or as the default intrusion policy for the access control policy.

95
MCQeasy

An administrator wants to configure automated backup generation on the FMC and ensure that backup archives are securely offloaded to a remote server. Where is this configured in the FMC GUI?

A.System > Tools > Backup / Restore
B.Administration > Local Storage > Backup
C.Devices > Device Management > Tools > Backup
D.System > Configuration > Backup
AnswerA

Backup schedules, manual backup generation, and remote storage locations are managed under System > Tools > Backup / Restore.

Why this answer

System > Tools > Backup/Restore allows administrators to configure scheduled automated backups and define remote storage locations such as SFTP servers.

96
MCQeasy

An administrator is deploying a Cisco Secure Firewall Virtual (Fv) appliance in an Amazon Web Services (AWS) environment. Which licensing model is typically supported for traffic throughput and feature activation during this cloud deployment?

A.Activation via automatic license generation from the Amazon VPC DHCP options list.
B.Smart Licensing (BYOL) and Pay-As-You-Go (PAYG) through the AWS Marketplace.
C.Perpetual hardware-locked PAK files applied via the command line interface.
D.Activation exclusively through an on-premises Cisco Smart Software Manager (CSSM) satellite server without internet access.
AnswerB

AWS and Azure deployments support both BYOL (Smart Licensing) and PAYG billing models.

Why this answer

Cisco Secure Firewall Virtual supports both Bring Your Own License (BYOL) using Smart Licensing and Pay-As-You-Go (PAYG) directly from cloud marketplaces.

97
Multi-Selecthard

An administrator is reviewing the health of the Cisco Secure Firewall Management Center integration with Cisco SecureX. Which TWO methods can be used to verify that the integration is functioning properly? (Choose two)

Select 2 answers
A.Run 'show securex status' on the FTD CLI.
B.Inspect the 'pxgrid.log' file on the FMC.
C.Run 'show estreamer status' on the FTD CLI.
D.Examine cloud services and API log files in the FMC expert shell under /var/log/cisco/.
E.Check the connection and registration status indicator under System > Integration > SecureX on the FMC GUI.
AnswersD, E

FMC expert shell logs detail API calls and cloud synchronization events.

Why this answer

Integration status can be verified through the FMC System > Integration > SecureX health status and by checking cloud services API logs on the FMC expert shell.

98
MCQmedium

An administrator is configuring Cisco Secure Firewall Threat Defense to forward syslog messages. The security team requires that only critical intrusion events and high-severity security alerts are sent via syslog, filtering out routine connection permits. Where should the administrator configure severity filtering for syslog export?

A.In FTD Platform Settings > Syslog > Event Logging, configure severity thresholds for specific event categories.
B.Via the FTD CLI command 'logging severity-filter critical'.
C.In the Access Control Policy advanced tab by disabling connection logging.
D.In Objects > Object Management > Syslog Severity.
AnswerA

Platform Settings allow fine-tuning which event categories and severity levels are exported to syslog.

Why this answer

In FTD Platform Settings > Syslog, administrators can select specific event classes (such as Intrusion, Security Intelligence, or Access Control) and assign severity filters so that only desired severity levels are exported.

99
MCQmedium

An administrator wishes to configure third-party SIEM integration with Cisco Secure Firewall Threat Defense by forwarding security events in a standard format. While eStreamer is available, the SIEM only accepts standard syslog. Which configuration options must be selected in FMC to ensure the SIEM receives parseable CEF (Common Event Format) or LEEF logs?

A.Configure syslog output format to include unified syslog or standard text formats compatible with SIEM parsers in Platform Settings.
B.Enable the eStreamer-to-Syslog translator daemon inside Access Control policies.
C.Configure NetFlow v9 templates with custom CEF field type definitions.
D.Install a CEF/LEEF plugin on the managed Threat Defense device via FlexConfig.
AnswerA

FMC allows configuring syslog message formats and severity levels in Platform Settings to match SIEM parsing expectations.

Why this answer

FMC Platform Settings or Alert configurations allow formatting syslog output into industry-standard formats such as Cisco standard, or leveraging advanced logging integrations. Wait, FMC syslog settings support Cisco legacy format or standard syslog, but third-party SIEM parsing often relies on specific header mappings or third-party connectors. Let's look at standard FMC syslog capabilities: FMC allows configuring syslog alert formats under Platform Settings.

100
MCQmedium

An administrator notices that health monitors on the FMC show a critical warning for high disk utilization on the /var partition of an FTD device. What is the safest and most standard method to resolve disk space exhaustion caused by accumulated core files and rotated logs on FTD?

A.Delete files directly in the /mnt/disk0/ directory using rm -rf without checking dependencies.
B.Re-image the FTD device using a bootable USB drive.
C.Run 'system support reset-all' from the FTD CLI.
D.Use the FTD CLI command 'system support clean-core' and delete old rotated log files.
AnswerD

Clearing core files and old logs safely frees space on the /var partition without affecting active configurations.

Why this answer

The command 'system support purge log' or clearing rotated logs and core files via expert mode is used, but specifically, FMC allows administrators to manage and delete core files and rotated logs safely through the FTD CLI or FMC device management settings.

101
MCQeasy

When configuring Cisco Secure Firewall Threat Defense to forward syslog messages to a remote SIEM receiver, which transport layer protocols are natively supported for syslog export?

A.HTTP and HTTPS only
B.UDP only
C.UDP and TCP
D.TCP and SCTP
AnswerC

FTD supports both UDP and TCP transport protocols for syslog transmission.

Why this answer

Cisco Secure Firewall Threat Defense supports both UDP and TCP (including reliable syslog over TCP) for transmitting syslog messages to external SIEMs.

102
Multi-Selecteasy

Which TWO protocols are commonly managed via Port objects in FMC?

Select 2 answers
A.UDP
B.ARP
C.TCP
D.IGMP
E.ICMP
AnswersA, C

Primary L4 protocol.

Why this answer

TCP and UDP are the primary protocols managed via port objects.

103
MCQeasy

When configuring Cisco ISE pxGrid integration within the Firepower Management Center, which TCP port must be open across the intermediate firewall for secure pxGrid communication?

A.TCP 389
B.TCP 8910
C.TCP 80
D.UDP 514
AnswerB

TCP 8910 is the standard designated port for Cisco pxGrid services.

Why this answer

Cisco ISE pxGrid typically operates over TCP port 8910 for client-server communications.

104
MCQeasy

An administrator needs to restore an FMC configuration from a previously saved backup file. Where in the FMC GUI is the Backup/Restore utility located?

A.Devices > Device Management > Maintenance > Backup
B.Administration > Configuration > Backup
C.System > Tools > Backup/Restore
D.Policies > Integration > Backup and Recovery
AnswerC

System > Tools > Backup/Restore is the exact menu path for creating and restoring FMC backups.

Why this answer

FMC backup and restore operations are managed centrally under System > Tools > Backup/Restore.

105
MCQmedium

An administrator is deploying a Cisco Secure Firewall Threat Defense Virtual (FTDv) on-premises using a KVM hypervisor. During the initial deployment, the virtual machine fails to boot and console logs indicate an issue with interface mapping. What is a key requirement for physical interface mapping on KVM-based FTDv deployments?

A.KVM requires SR-IOV drivers for the management interface only.
B.Management must be mapped to eth2 while data interfaces use eth0 and eth1.
C.Interface eth0 must be dedicated exclusively to the management network, and data interfaces must follow a strict sequential mapping starting with eth1.
D.All interfaces must be bundled into a single virtio bridge without VLAN tagging.
AnswerC

The FTDv architecture demands eth0 for management, with subsequent interfaces mapped sequentially for internal/external data planes.

Why this answer

KVM deployments require correct mapping of virtual NICs (vNICs) to specific bridge or SR-IOV interfaces, where eth0 is strictly reserved for management, eth1 for internal, and eth2 for external data traffic.

106
MCQeasy

An administrator needs to create a custom URL object to block a specific malicious domain name 'example.malicious.com' in an Access Control Policy. Which object type should be created?

A.Security Intelligence Object
B.FQDN Object
C.Network Object
D.URL Object
AnswerD

URL objects allow specifying exact web domains or paths for layer 7 URL filtering rules.

Why this answer

URL objects are created under Object Management to define specific web domains or URLs for use in access control rules.

107
MCQmedium

An engineer needs to analyze the connection history and security events from an FTD device that occurred three weeks ago. However, when querying the FMC event viewer, the events are missing. What is the most likely cause of this behavior?

A.The administrator must run 'database-cli optimize' on the FTD CLI to unhide historical events.
B.The FTD automatically flushes its local event buffer every 48 hours regardless of FMC configuration.
C.Security events older than 7 days are automatically archived to the Cisco Cloud Analytics platform by default.
D.The events were overwritten because the event database retention period or disk space limit was reached.
AnswerD

FMC purges old events based on database retention policies and storage limits.

Why this answer

FMC event databases have configurable retention policies and disk space thresholds. If event retention settings are low or disk space fills up, older events are automatically purged to prevent disk exhaustion.

108
MCQmedium

An administrator is configuring Security Intelligence on the FMC to drop traffic from known malicious IP addresses. Where in the Access Control Policy is Security Intelligence evaluated relative to standard access rules?

A.Inside the Prefilter policy configuration menu
B.Before Access Control rules are evaluated
C.After all Access Control rules are evaluated as a fallback action
D.Concurrently with Intrusion Policy inspection
AnswerB

Security Intelligence acts as a pre-filter step within the Access Control Policy, dropping bad IPs before rule matching begins.

Why this answer

Security Intelligence is evaluated before Access Control Policy rules are processed, providing an efficient early drop mechanism.

109
MCQmedium

An administrator configures an eStreamer client script on a remote server to receive events from FMC. The script connects successfully and starts receiving events, but after a few hours, the connection drops and throws a timeout error. What is the most likely cause of this behavior?

A.The eStreamer service on the FMC has a hard-coded 2-hour session limit for security reasons.
B.The FMC automatically rotates the eStreamer client certificate every 4 hours.
C.The Snort inspection engine on the FTD restarts hourly to clear cache.
D.An intermediate firewall or stateful device closed the TCP port 8302 session due to inactivity timeout.
AnswerD

Stateful firewalls drop idle TCP connections if no keepalives or data are exchanged within the configured timeout window.

Why this answer

Firewalls or intermediate network devices along the path between the external eStreamer client and the FMC often have idle session timeouts (e.g., 30 minutes or 1 hour). If eStreamer traffic is quiet, the session times out. eStreamer keepalive configurations or firewall idle timeouts must be adjusted.

110
Multi-Selecthard

An engineer configures Cisco Secure Firewall Threat Defense to ingest SGTs from Cisco ISE via pxGrid and wants to enforce access control based on these tags. Which TWO requirements must be met for the firewall to successfully enforce SGT-based policies? (Choose two)

Select 2 answers
A.An active eStreamer subscription for intrusion event streaming.
B.Syslog server configuration with local4 facility enabled.
C.Active Directory domain controller LDAP integration directly configured on the FTD CLI.
D.An active and healthy pxGrid connection between ISE and FMC to synchronize IP-to-SGT mappings.
E.Proper SXP peering or inline TrustSec configuration so data plane packets retain SGT metadata across the network.
AnswersD, E

pxGrid provides the runtime IP-to-SGT mapping table consumed by the firewall.

Why this answer

Enforcing SGT-based policies requires an active pxGrid connection for mapping retrieval and SXP/inline propagation so data plane packets carry the tag metadata.

111
MCQeasy

What is the purpose of an 'FQDN' object in FMC?

A.To define a protocol port
B.To define a zone
C.To define a domain name
D.To define a static IP
AnswerC

FQDN stands for Fully Qualified Domain Name.

Why this answer

FQDN objects are used to define network resources by domain name, which the FTD resolves.

112
MCQhard

When defining a NAT rule for an internal server, what happens if the 'DNS Rewrite' option is enabled?

A.The FTD forces a DNS query to an external server
B.The FTD creates a new NAT object
C.The FTD blocks all DNS traffic
D.The FTD modifies DNS responses
AnswerD

Correct, it rewrites the A-record to the internal IP.

Why this answer

DNS Rewrite modifies the payload of DNS responses to ensure clients reach the correct internal server IP instead of the NAT public IP.

113
MCQeasy

A network security engineer is setting up a high availability (HA) pair for two Cisco Secure Firewall Threat Defense devices managed by Cisco FMC. Which prerequisite condition must be met between the primary and secondary units before configuring the HA pair?

A.The primary unit must be configured in routed mode while the secondary unit is in transparent mode.
B.The secondary unit must be running a newer software version than the primary unit to support failover synchronization.
C.Both units must have different management IP addresses assigned to their respective management interfaces.
D.The data interfaces must use dynamic DHCP addressing to ensure seamless failover state transfer.
AnswerC

Each unit in an HA pair must retain its own unique management IP address for FMC communication, even after pairing.

Why this answer

Before configuring an HA pair, both units must have the same exact model, identical license configurations, the same software version, and identical interface configurations/naming.

114
MCQeasy

In routed mode, what is the purpose of the 'Name' assigned to an interface?

A.To define the interface for use in security policies and NAT.
B.To define the failover priority.
C.To change the speed of the physical interface.
D.To set the MAC address.
AnswerA

The interface name acts as the identifier in the configuration.

Why this answer

The name assigned to an interface (e.g., 'outside') is used in policy rules and NAT definitions to identify the zone or security level.

115
Multi-Selecthard

An engineer is troubleshooting Cisco Secure Firewall integration with Cisco SecureX. The integration is active, but a custom threat indicator block action initiated in SecureX fails to reach the managed FTD devices. Which TWO troubleshooting steps should the engineer perform? (Choose two)

Select 2 answers
A.Run 'show pxgrid status' on the FTD CLI.
B.Inspect the 'estreamer.log' on the FTD CLI.
C.Check FMC cloud services log files to verify that API requests from SecureX completed successfully without authorization errors.
D.Verify that FMC successfully received the SecureX API webhook/call and generated a pending policy deployment for the FTD.
E.Restart the physical FTD appliance to force cloud synchronization.
AnswersC, D

FMC logs API transactions and will show authentication or parsing errors if SecureX requests fail.

Why this answer

Troubleshooting SecureX action delivery involves checking API communication between SecureX and FMC, and verifying that FMC successfully deploys policy updates to the FTD sensors.

116
Multi-Selectmedium

An administrator is deploying static route tracking combined with IP SLA on a Cisco Secure Firewall Threat Defense device managed by Cisco FMC. Which TWO components must be configured to implement this feature successfully? (Choose two)

Select 2 answers
A.A secondary management interface configured for out-of-band SLA telemetry.
B.A Track object that monitors the state of the IP SLA operation.
C.A BGP routing peer group that automatically advertises SLA status to upstream routers.
D.An IP SLA monitor object defining the target IP and probe parameters (such as ICMP Echo).
E.An Access Control Rule explicitly permitting ICMP traffic destined for the firewall's loopback interface.
AnswersB, D

A tracking object references the IP SLA object to monitor its up/down state.

Why this answer

Route tracking requires creating an IP SLA Monitor object to test reachability and configuring a Track object linked to that SLA, which is then referenced in the static route.

117
MCQhard

An engineer has deployed an active/standby High Availability pair of Cisco Secure Firewall Threat Defense devices. A failure occurs on the active unit, and a failover successfully takes place. However, upon recovery of the original active unit, it immediately resumes its role as the active unit, causing a brief secondary interruption. Which failover setting governs this behavior?

A.MAC Address Persistence Timer
B.HEMS Poll Frequency
C.Stateful Failover Sync Interval
D.Failover Preempt Configuration
AnswerD

Preempt settings control whether the primary unit automatically takes back the active role when it recovers.

Why this answer

The 'Preempt' setting dictates whether a recovered primary unit will reclaim its active role from the current active unit. By default, preemption may be enabled or disabled depending on configuration preferences.

118
Multi-Selectmedium

An administrator needs to monitor the real-time health and status of managed devices from the FMC dashboard. Which TWO dashboard widgets or features are available in FMC to assist with device monitoring? (Choose two)

Select 2 answers
A.Health Status widget
B.Real-time Packet Replay widget
C.Firewall Cluster Load Balancing Graph widget
D.Active BGP Neighbor Matrix widget
E.Device Status widget
AnswersA, E

The Health Status widget highlights CPU, memory, disk, and hardware health across managed devices.

Why this answer

FMC provides customizable dashboards with widgets such as Device Status, Health Status, Connection Events, and System Notices.

119
MCQhard

If you need to block a specific file type (e.g., .exe) from being downloaded, which feature must you enable in the Access Control Rule?

A.SSL Policy
B.IPS Policy
C.File Policy
D.QoS Policy
AnswerC

File policies handle file inspection and blocking.

Why this answer

File policies are associated with Access Control rules to inspect and block files.

120
Multi-Selectmedium

An administrator is preparing to perform a system backup on the FMC. Which TWO data categories can be optionally included or excluded when generating the backup? (Choose two)

Select 2 answers
A.The underlying Linux kernel source code
B.Cisco Smart Licensing registration tokens and certificates
C.Hardware BIOS firmware images
D.Historical event data (connection, intrusion, malware events)
E.Raw packet capture (.pcap) files stored in temporary directories
AnswersB, D

Certificates and licensing tokens are part of system settings that can be managed in backups.

Why this answer

FMC backup configuration allows selecting whether to include event data and historical data, as well as configuration files, health data, and certificates.

121
Multi-Selecthard

An engineer is configuring NGIPS inline sets on a Cisco Secure Firewall Threat Defense deployment. Which THREE configuration options or behaviors are associated with inline sets? (Choose three)

Select 3 answers
A.Snort Bypass can be configured to pass traffic uninspected if the inspection engine is overloaded.
B.Inline sets automatically function as dynamic OSPF routers for neighboring switches.
C.Inline normalization can be enabled to proactively mitigate packet evasion techniques.
D.Traffic entering one interface of the inline set is inspected and forwarded out the paired interface.
E.Inline sets require every participating interface to have a unique Layer 3 IP address.
AnswersA, C, D

Snort Bypass protects against traffic drops during high CPU or memory load.

Why this answer

Inline sets inspect traffic passing between paired interfaces, support Snort bypass options, and can utilize tap or inline normalization features.

122
Multi-Selecthard

An administrator is configuring Cisco Secure Firewall Threat Defense to export syslog messages to a remote SIEM. Which TWO parameters can be customized under the FTD Platform Settings syslog configuration? (Choose two)

Select 2 answers
A.The encryption algorithm used for IPsec VPN tunnels terminating on the FTD
B.The OSPF routing protocol router ID
C.The Snort inspection engine memory allocation size
D.Syslog facility levels (e.g., local0 through local7) and severity filters
E.Syslog transport protocol (UDP or TCP/Reliable Syslog with TLS encryption)
AnswersD, E

Administrators can configure the syslog facility and severity filtering per event category.

Why this answer

Platform Settings for syslog allow configuring transport protocols (UDP/TCP/Reliable Syslog), log facilities, message formatting, and severity filters.

123
Multi-Selecthard

An administrator is troubleshooting an eStreamer integration where the client script disconnects immediately after authentication. Upon inspecting the logs, the administrator notes an SSL certificate verification error. Which TWO areas should be checked to resolve this certificate error? (Choose two)

Select 2 answers
A.Verify the pxGrid client approval status on the Cisco ISE dashboard.
B.Verify that the FMC CA root certificate has been correctly imported into the client application's trust store.
C.Ensure that the client certificate and private key bundle generated from the FMC were correctly copied and referenced by the client script.
D.Check the FTD Platform Settings syslog server IP configuration.
E.Restart the Snort engine on the FTD device.
AnswersB, C

The client must trust the FMC CA to validate the server certificate.

Why this answer

eStreamer TLS verification errors occur when the client lacks the FMC CA certificate or when the client certificate bundle generated from the FMC is invalid or expired.

124
MCQeasy

Which action must be taken on the FTD CLI after a manual configuration change is made, if you want to ensure the FMC does not overwrite it?

A.Manual changes should be avoided; perform all changes in FMC.
B.Set the device to 'Read-Only' mode.
C.Run 'fmc update lock'.
D.Run 'write memory' to lock the configuration.
E.Run 'commit configuration' to save the state.
AnswerA

The FMC manages the configuration and will overwrite out-of-band CLI changes.

Why this answer

Manual CLI changes are generally discouraged because the FMC will overwrite them during the next deployment. The best practice is to always perform changes via the FMC.

125
MCQmedium

An administrator is deploying an FTD in a virtual environment. What is the minimum recommended vCPU and RAM configuration for an FTDv instance?

A.8 vCPUs, 16GB RAM
B.4 vCPUs, 8GB RAM
C.1 vCPU, 2GB RAM
D.2 vCPUs, 4GB RAM
AnswerB

This meets the Cisco deployment requirements for FTDv.

Why this answer

FTDv instances have specific requirements (e.g., 4 vCPUs and 8GB RAM minimum for basic functionality) which must be met to ensure stability.

126
Multi-Selectmedium

An engineer needs to deploy a Cisco Secure Firewall Threat Defense in transparent firewall mode. Which TWO statements describe characteristics of transparent mode? (Choose two)

Select 2 answers
A.Every interface in transparent mode must have a unique Layer 3 subnet IP address for routing.
B.NAT is fully unsupported across all transparent firewall deployments.
C.The firewall operates as a Layer 2 bridge, forwarding frames based on destination MAC addresses.
D.Bridge Virtual Interfaces (BVIs) are assigned IP addresses to allow management access and gateway functionality.
E.Dynamic routing protocols like OSPF and EIGRP are fully supported on BVI interfaces.
AnswersC, D

Transparent mode performs Layer 2 bridging.

Why this answer

Transparent mode bridges traffic across interfaces in a bridge group using BVIs, acting as a stealth firewall at Layer 2.

127
MCQeasy

Which license state must an FTD device reach to allow the FMC to push policy configurations to it?

A.Disabled
B.Unregistered
C.Waiting for registration
D.Registered and licensed
E.Standby mode only
AnswerD

A licensed state is a prerequisite for policy application.

Why this answer

Devices must be registered and properly licensed (or in grace period) for policy deployment to succeed.

128
MCQhard

An enterprise is deploying a Cisco Secure Firewall Threat Defense cluster. During the setup of the Cluster Control Link (CCL), the administrator must ensure specific networking criteria are met. What is a primary design requirement for the CCL interface?

A.It must be a dedicated, high-bandwidth, low-latency Layer 2 link between cluster nodes.
B.It must share the same physical interface as the external data interfaces using 802.1Q subinterfaces.
C.It must be routed across a public Layer 3 MPLS cloud with dynamic BGP peering.
D.It must be configured with NAT overload enabled to translate inter-node control packets.
AnswerA

CCL traffic is sensitive to latency and bandwidth, requiring a dedicated Layer 2 connection between nodes.

Why this answer

The Cluster Control Link requires low latency, high bandwidth, and a dedicated non-routable Layer 2 connection (or directly connected point-to-point links) between cluster members.

129
Multi-Selecthard

An administrator is troubleshooting Cisco ISE pxGrid integration with Secure Firewall Management Center. Which TWO issues commonly prevent successful pxGrid registration and trust establishment? (Choose two)

Select 2 answers
A.The FMC client certificate is pending manual approval in the Cisco ISE pxGrid Services client management console.
B.The FTD device is missing an Active Directory domain join account.
C.The FMC lacks the Root or Intermediate CA certificate of the ISE PKI in its trusted certificate store.
D.The eStreamer service port 8302 is blocked on the ISE server.
E.The Snort engine on the FTD is disabled.
AnswersA, C

New pxGrid client registrations on ISE often require manual approval unless automatic approval is configured.

Why this answer

pxGrid integration issues frequently stem from certificate validation errors (missing CA chains) or unapproved client registrations on the ISE pxGrid dashboard.

130
Multi-Selectmedium

An administrator is configuring manual NAT on an FTD device managed by FMC. Which TWO parameters must be defined when creating a manual NAT rule? (Choose two)

Select 2 answers
A.Prefilter FastPath action
B.Security Intelligence Whitelist
C.Snort Inspection Engine Mode
D.Original Source
E.NAT Type (Static or Dynamic)
AnswersD, E

Every manual NAT rule must define the Original Source network/IP object being translated.

Why this answer

Manual NAT rules require defining the NAT type (Static or Dynamic) and the Original Source (along with other matching parameters like interfaces or destination).

131
MCQhard

An administrator is integrating Cisco Secure Firewall Management Center with Cisco ISE via pxGrid. The connection fails during the certificate validation phase because the FMC rejects the ISE pxGrid certificate. Upon inspection, the FMC certificate store lacks the intermediate CA certificate of the PKI hierarchy used by ISE. How should the administrator resolve this?

A.Configure an SNMPv3 community string to bridge the certificate trust gap.
B.Upload the complete certificate authority chain (Root and Intermediate CA certificates) into the FMC Trusted CAs object repository.
C.Generate a self-signed certificate on the FTD CLI and assign it as the pxGrid trust anchor.
D.Disable certificate validation in the FMC pxGrid advanced configuration menu.
AnswerB

The FMC must have the entire CA chain trusted to validate the ISE pxGrid server certificate successfully.

Why this answer

Mutual TLS for pxGrid requires the FMC to trust the entire certificate chain presented by ISE. The administrator must upload both the Root CA and Intermediate CA certificates of the ISE PKI to the FMC's trusted certificate store under Object Management > PKI > Trusted CAs.

132
Multi-Selecthard

An engineer is configuring Cisco eStreamer to stream security events from FMC to a third-party SIEM. Which THREE components or prerequisites must be properly established for the eStreamer client to successfully connect and receive events? (Choose three)

Select 3 answers
A.Enable SNMPv2c traps on all managed FTD devices.
B.Generate a valid eStreamer client certificate bundle (PKCS#12) and configure the client IP address on the FMC.
C.Ensure TCP port 8302 is allowed through any intermediate firewalls between the SIEM client and the FMC management interface.
D.Configure UDP port 514 forwarding on the FTD data interfaces.
E.Install the FMC CA certificate on the SIEM client host so it trusts the FMC server certificate.
AnswersB, C, E

The FMC must authorize the client IP and issue a client certificate bundle for mutual TLS authentication.

Why this answer

eStreamer integration requires generating client certificate bundles, ensuring network access on port 8302, and enabling the eStreamer service/client rights on the FMC.

133
MCQhard

An administrator is configuring an NGIPS deployment using a Cisco Secure Firewall Threat Defense inline set. Traffic needs to be analyzed, but certain trusted bulk data transfers should bypass the Snort inspection engine without breaking the inline flow. Which feature should the administrator configure?

A.Deploy a BVI interface pair in transparent mode with asymmetric routing enabled.
B.Configure a Network Analysis Policy (NAP) to use the Inline Tap mode for the specific VLAN range.
C.Enable an Inline Set with Snort Bypass enabled so traffic passes through the hardware interface pair without inspection when Snort is busy.
D.Configure an Access Control Policy rule with the action set to Trust, combined with an Intrusion Policy set to drop.
AnswerC

Snort Bypass on an inline set ensures that if the inspection engine is overloaded, traffic can either drop or pass uninspected based on the configuration.

Why this answer

Inline Bypass or Advanced Inspection and Prevention settings allow traffic to bypass Snort inspection under specific conditions. Specifically, Snort performance overload or configured bypass settings on inline sets can drop or pass traffic without inspection.

134
MCQhard

You are configuring SSL decryption. To ensure that traffic to a specific financial domain is NOT decrypted due to privacy regulations, what must you configure in the SSL Decryption Policy?

A.Use a 'Monitor' action in the SSL policy
B.Configure an SSL rule with the 'Do Not Decrypt' action
C.Create an Access Control Rule with a 'Decrypt' action
D.Add the domain to the Prefilter Policy
AnswerB

The Do Not Decrypt action explicitly tells the FTD to pass the traffic as-is.

Why this answer

The 'Do Not Decrypt' action is used in SSL policies to bypass inspection for specific URLs or categories.

135
MCQmedium

An administrator needs to perform a full system backup of the FMC. Where is the most appropriate place to store this backup for long-term disaster recovery?

A.Local /var/log/backup partition
B.Remote server using SCP or SFTP
C.The FMC /tmp directory
D.Attached USB storage drive
E.The managed FTD flash memory
AnswerB

Remote storage is best practice for disaster recovery.

Why this answer

Backups should be stored on a remote server (e.g., via SCP or FTP) to ensure they are available if the FMC appliance fails entirely.

136
MCQmedium

An administrator needs to verify if an FTD is correctly receiving updates from the Cisco Support Cloud. Which menu path shows the status of rule updates and threat intelligence feeds?

A.System > Configuration > Updates
B.Policies > Updates
C.Devices > Updates
D.System > Updates > Product Updates
E.Analysis > Updates
AnswerD

Product Updates is where rule and vulnerability database updates are monitored.

Why this answer

Updates are managed under the 'Updates' section of the 'System' menu, where you can view update history and current versions.

137
MCQeasy

An enterprise environment requires streaming connection events, intrusion events, and file events from Cisco Secure Firewall Threat Defense to a third-party SIEM. Which native protocol and feature on the firewall is designed to stream these events in real time?

A.NetFlow v9
B.Syslog over UDP
C.eStreamer
D.SNMPv3 Traps
AnswerC

eStreamer is Cisco's proprietary protocol designed to securely stream intrusion, connection, and file events to third-party SIEMs.

Why this answer

The eStreamer (Event Streamer) API allows external applications and SIEM systems to stream real-time connection, intrusion, and file events from the FMC.

138
MCQhard

An administrator is troubleshooting a scenario where Snort inspection threads on an FTD are crashing intermittently, producing core dumps. To assist Cisco TAC in root cause analysis, what is the correct sequence of tools or CLI commands to collect the necessary diagnostic data?

A.Log into the FMC GUI, go to System > Health > Diagnostics, and click 'Purge Cores'.
B.Access the FTD CLI and execute the 'system support tech-support' command to generate a comprehensive diagnostic tarball containing core files and system logs.
C.Run 'snort-engine restart --debug' in the expert mode shell and capture live stderr streams using tcpdump.
D.Export the running-config via TFTP and open the core dump files using a standard text editor.
AnswerB

The 'system support tech-support' command collects all logs, core dump metadata, and system state required by TAC.

Why this answer

Cisco provides a dedicated troubleshooting bundle generation tool on both FMC and FTD. On the FTD CLI, running 'system support diagnostic-cli' or generating a tech-support file via 'system support tech-support' collects core dumps, logs, and system metrics.

139
Multi-Selecthard

Which THREE features are critical for maintaining a stable FTD cluster?

Select 3 answers
A.Individual IP addresses for every member on every network.
B.Synchronized FMC management.
C.EtherChannel (Port Channel) for data traffic.
D.External load balancer for traffic scrubbing.
E.Dedicated cluster control link.
AnswersB, C, E

Required for policy consistency.

Why this answer

Clustering requires a dedicated control link for health, a data port channel for traffic, and consistent configuration via the FMC.

140
Multi-Selecthard

Which THREE actions can be assigned to an individual rule within an Access Control Policy on the FMC? (Choose three)

Select 3 answers
A.Decrypt
B.FastPath
C.Allow
D.Block
E.Monitor
AnswersC, D, E

Allow passes traffic for inspection and forwarding.

Why this answer

Access Control rules support actions such as Allow, Block, Interactive Block, Trust, and Monitor.

141
MCQmedium

An administrator is deploying a Cisco Secure Firewall Threat Defense High Availability pair. During the initial configuration in Cisco FMC, the administrator assigns specific priority values. How does the failover process use the primary and secondary unit designations and priorities?

A.The active unit is chosen based on health status, preemption settings, and designated failover priorities.
B.Both units actively share the workload in an active-active load-balanced state.
C.The unit designated as Primary always becomes Active, ignoring preemption or health status.
D.The unit with the lowest management IP address is automatically elected as Active.
AnswerA

Failover selection evaluates unit health, priorities, and preemption settings to elect the active unit.

Why this answer

In an Active/Standby HA pair, the unit configured with the higher priority or designated role determines preemption and active state behavior when both units boot up simultaneously.

142
MCQhard

An administrator configures an SSL Decryption Policy with a rule to 'Do Not Decrypt' financial traffic. However, the administrator also wants to ensure that the encrypted session still undergoes basic certificate validation and categorization. How does FTD handle 'Do Not Decrypt' traffic?

A.All inspection, including URL categorization and SNI extraction, is completely bypassed.
B.The FTD extracts SNI and performs URL categorization using the unencrypted Client Hello handshake.
C.The FTD converts the traffic to plaintext using a self-signed proxy certificate.
D.The FTD drops the connection because decryption is mandatory for any inspection.
AnswerB

Client Hello inspection allows URL categorization and SNI matching even when full decryption is disabled.

Why this answer

Even when traffic is set to Do Not Decrypt, FTD can inspect the TLS handshake (Client Hello) to extract SNI, categorize the URL, and validate basic certificate attributes without decrypting the payload.

143
MCQeasy

In an FTD cluster, which unit is responsible for assigning flow ownership to other units in the cluster?

A.The FMC
B.The subordinate unit
C.The master unit
D.The external load balancer
AnswerC

The master unit coordinates cluster resources and flow assignments.

Why this answer

The master unit in an FTD cluster handles management, orchestration, and the distribution/assignment of traffic flows to subordinate units.

144
MCQeasy

Which command is used on the Cisco Secure Firewall Threat Defense CLI to verify that the device is successfully communicating with the Cisco Secure Firewall Management Center?

A.show fmc status
B.show managers
C.show isc status
D.show controller connection
AnswerB

'show managers' displays the FMC IP address, connection status, and registration key details on the FTD CLI.

Why this answer

To check the registration and management connection status between FTD and FMC, the administrator uses the CLI command 'show managers'.

145
MCQeasy

An administrator wants to check the status of all software processes running on an FMC appliance (such as the web server, database, and event handlers) to ensure everything is running smoothly. Which command should be run in the FMC CLI?

A.firepower-status -v
B.systemctl status all
C.show process manager
D.pmtool status
AnswerD

pmtool is the standard Cisco Firepower utility to check, start, and stop internal application processes.

Why this answer

The 'pmtool status' command is used across Cisco Firepower appliances to check the status of internal process manager (pm) daemons and services.

146
Multi-Selecthard

An enterprise integrates Cisco Secure Firewall Management Center with Cisco ISE via pxGrid. Which TWO conditions or events can cause an active user-to-IP mapping to be purged from the FTD identity table? (Choose two)

Select 2 answers
A.Receipt of a RADIUS accounting stop message or session timeout expiration.
B.A scheduled weekly restart of the eStreamer service on the FMC.
C.Automatic daily rotation of the FMC administrator password.
D.Receipt of an explicit user logoff or session termination event notification from ISE pxGrid.
E.An update to the Snort intrusion signature package.
AnswersA, D

Accounting stop messages or session timeouts signal the end of a user session, clearing the identity map.

Why this answer

Active identity mappings are purged when ISE sends session termination notices (logoff) or when accounting stop messages are received from the network access device.

147
MCQeasy

When registering a new Cisco Secure Firewall Threat Defense device to Cisco Defense Orchestrator (CDO) or Cisco FMC, what is the primary prerequisite protocol or connectivity requirement that must be established from the managed device toward the management platform?

A.An active SNMPv3 trap receiver configured on the manager pointing to the FTD.
B.Inbound SSH access from the management platform IP address to the firewall management interface.
C.An IPSec site-to-site VPN tunnel terminating on the data interfaces.
D.Outbound TCP connection on port 8305 from the FTD to the manager's IP address or registration FQDN.
AnswerD

The FTD device establishes an outbound secure tunnel (sftunnel) on TCP 8305 to the management platform.

Why this answer

Managed devices initiate outbound secure communication (typically over TCP port 8305 / sftunnel) to the management platform (FMC or CDO).

148
Multi-Selectmedium

An administrator is configuring port channels (EtherChannels) on Cisco Secure Firewall Threat Defense interfaces. Which TWO requirements or guidelines must be followed? (Choose two)

Select 2 answers
A.LACP (Link Aggregation Control Protocol) can be used to dynamically negotiate and manage the port channel.
B.All physical member ports assigned to a port channel must have matching speed, duplex, and mode settings.
C.Port channel interfaces cannot be assigned to security zones.
D.Port channels are restricted to passive NGIPS monitoring interfaces only.
E.Active/Standby HA pairs must have completely different port channel ID numbers on the standby unit.
AnswersA, B

LACP is fully supported for dynamic EtherChannel formation.

Why this answer

Port channels require matching channel-group configurations, identical speed/duplex/mode on member ports, and support LACP.

149
MCQmedium

An administrator needs to configure manual NAT on an FTD device to translate both the source IP and source port of outbound packets originating from 192.168.2.50 to a specific public IP 198.51.100.10 and port 50000. Which manual NAT rule element achieves this?

A.Manual NAT rule with Translated Source set to an IP object and dynamic port translation enabled
B.Static NAT with Bi-directional enabled
C.Auto NAT rule configured with Dynamic PAT
D.Identity NAT with Port Forwarding enabled
AnswerA

Manual NAT allows granular control over source IP and source port translation parameters.

Why this answer

Manual NAT rules allow specifying Original Source, Translated Source (IP), and Port translation options to achieve Port Address Translation.

150
MCQmedium

A network engineer is troubleshooting a Cisco ISE and Cisco Secure Firewall integration where users are failing to get assigned identity-based access control policies. The engineer notices that user-to-IP mappings are successfully retrieved via pxGrid, but Security Group Tags are missing. Where in Cisco FMC should the engineer verify the SXP connection settings?

A.System > Integration > Threat Defense
B.Policies > Access Control > Identity
C.Devices > Device Management > Advanced > SXP
D.Integration > Cisco ISE > SXP
AnswerD

In modern FMC versions, the Cisco ISE integration settings including SXP peer connections are managed under the Integration menu.

Why this answer

SXP configuration on the Secure Firewall managed by FMC is located under Devices > Device Management > Platform Settings, or directly under the specific device configuration depending on the deployment, but specifically under Access Control and Identity Policies for identity sources. Wait, SXP configuration specifically resides under Integration > Cisco ISE > SXP on FMC versions 6.7 and later.

Page 1

Page 2 of 7

Page 3

All pages

Practice 300-710 SNCF by domain

Target a specific domain to shore up weak areas.

See all domains with question counts →