What features does Cisco FTDv provide over Cisco ASAv?
Correct Answer: C
Question 357
What does the Cloudlock Apps Firewall do to mitigate security concerns from an application perspective?
Correct Answer: B
The Cloudlock Apps Firewall discovers and controls cloud apps connected to your corporate environment. https://www.cisco.com/c/en/us/products/security/cloudlock/index.html
Question 358
Which two capabilities of Integration APIs are utilized with Cisco DNA center? (Choose two)
Correct Answer: A,E
Question 359
Using Cisco Firepower's Security Intelligence policies, upon which two criteria is Firepower block based? (Choose two)
Correct Answer: A,C
Security Intelligence Sources ... Custom Block lists or feeds (or objects or groups) Block specific IP addresses, URLs, or domain names using a manually-created list or feed (for IP addresses, you can also use network objects or groups.) For example, if you become aware of malicious sites or addresses that are not yet blocked by a feed, add these sites to a custom Security Intelligence list and add this custom list to the Block list in the Security Intelligence tab of your access control policy. Reference: https://www.cisco.com/c/en/us/td/docs/security/firepower/623/configuration/guide/fpmc-configguide-v623/security_intelligence_blacklisting.html ... Custom Block lists or feeds (or objects or groups) Block specific IP addresses, URLs, or domain names using a manually-created list or feed (for IP addresses, you can also use network objects or groups.) For example, if you become aware of malicious sites or addresses that are not yet blocked by a feed, add these sites to a custom Security Intelligence list and add this custom list to the Block list in the Security Intelligence tab of your access control policy. Security Intelligence Sources ... Custom Block lists or feeds (or objects or groups) Block specific IP addresses, URLs, or domain names using a manually-created list or feed (for IP addresses, you can also use network objects or groups.) For example, if you become aware of malicious sites or addresses that are not yet blocked by a feed, add these sites to a custom Security Intelligence list and add this custom list to the Block list in the Security Intelligence tab of your access control policy. Reference: https://www.cisco.com/c/en/us/td/docs/security/firepower/623/configuration/guide/fpmc-configguide-v623/security_intelligence_blacklisting.html
Question 360
Refer to the exhibit. What is the result of this Python script of the Cisco DNA Center API?
Correct Answer: C
The Python script of the Cisco DNA Center API in the exhibit uses the requests module to send a GET request to the /dna/intent/api/v1/network-device endpoint, which returns a list of network devices managed by Cisco DNA Center. The script also uses HTTPBasicAuth to provide the username and password for authentication. The script then parses the JSON response and prints the hostname, type, management IP address, and software version of each device in a table format using the prettytable module. Therefore, the result of this script is to receive information about a switch or switches from Cisco DNA Center. References: * Python Scripting APIs in Cisco DNA Center Let You Improve Effectiveness, Topic: Network device's script, simple and easy to create * Intro to Cisco DNA Center REST API with Python, Module 2: Using Python to Retrieve a Network Device List * Cisco DNA Center API Call Python Script Example, Topic: Cisco DNA CENTER SANDBOX Call DNA Center API Call Python Script Example