ExamGecko
Home Home / Cisco / 350-601

Cisco 350-601 Practice Test - Questions Answers, Page 22

Question list
Search
Search

List of questions

Search

Related questions











Which two methods are available to Manage an ACI REST API session authentication when a user is unauthenticated?

A.

POST to aaaLogin

A.

POST to aaaLogin

Answers
B.

POST to aaaUserLogin

B.

POST to aaaUserLogin

Answers
C.

GET aaaRefresh

C.

GET aaaRefresh

Answers
D.

GET to aaaListDomains

D.

GET to aaaListDomains

Answers
E.

DELETE to aaaLogout

E.

DELETE to aaaLogout

Answers
Suggested answer: A, E

Explanation:

The ACI REST API is a programmatic interface that uses REST architecture to interact with the management information tree (MIT) of the Cisco Application Policy Infrastructure Controller (APIC). The API requires authentication for users to access and manipulate the objects in the MIT. The authentication is based on username and password credentials, and the API provides several methods to manage the session authentication. Two of these methods are:

POST to aaaLogin. This method logs in a user and opens a session. The message body contains an aaa:User object with the name and password attributes, and the response contains a session token and cookie. The session token and cookie are required for subsequent requests to the API, and they have a limited validity period that can be refreshed.

DELETE to aaaLogout. This method logs out a user and closes a session. The message body contains an aaa:User object with the name attribute, and the response contains a status code indicating the success or failure of the operation. The session token and cookie are invalidated and cannot be used for further requests to the API.

An administrator needs to configure an automated policy to shut down a link when a given threshold is exceeded on MDS switch. Which feature needs to be used?

A.

Scheduler

A.

Scheduler

Answers
B.

RMON

B.

RMON

Answers
C.

EEM

C.

EEM

Answers
D.

Call Home

D.

Call Home

Answers
Suggested answer: C

Explanation:

Embedded Event Manager (EEM) is a powerful tool used in Cisco devices, including MDS switches, to automate tasks and create custom scripts that react to network events. For an administrator needing to configure an automated policy to shut down a link when a threshold is exceeded, EEM is the appropriate feature to use. It allows the creation of event-driven automation scripts that can be triggered when certain conditions are met, such as a link exceeding a specified threshold.

What is an advantage of using Ansible for automation as compared to puppet and chef?

A.

Ansible automates the enforcement of configuration settings.

A.

Ansible automates the enforcement of configuration settings.

Answers
B.

Ansible perform automation without installing a software agent on the target node.

B.

Ansible perform automation without installing a software agent on the target node.

Answers
C.

Ansible configures a set of CLI commands on a device by using NETCONF.

C.

Ansible configures a set of CLI commands on a device by using NETCONF.

Answers
D.

Ansible abstracts a scenario so that set of configuration setting can be used across multiple operating systems.

D.

Ansible abstracts a scenario so that set of configuration setting can be used across multiple operating systems.

Answers
Suggested answer: B

Explanation:

Ansible is known for its agentless architecture, which means it does not require a software agent to be installed on the target nodes it manages. This contrasts with tools like Puppet and Chef, which typically require an agent to be installed on each node. Ansible uses SSH or WinRM to communicate with the nodes, making it simpler and more secure as it reduces the attack surface and the overhead of managing agents.

What is required for using Ansible with HTTP/HTTPS protocol in a Cisco NX-OS environment?

A.

SSH

A.

SSH

Answers
B.

Open Agent Container

B.

Open Agent Container

Answers
C.

XML management interface

C.

XML management interface

Answers
D.

NX-API

D.

NX-API

Answers
Suggested answer: D

Explanation:

In a Cisco NX-OS environment, Ansible requires the NX-API to be enabled for HTTP/HTTPS protocol communication. NX-API is a REST-like API for NX-OS, providing a method for external applications to access the switch over HTTP/HTTPS, allowing for both CLI and simple object-based programming. This is necessary for Ansible to manage the device and execute automation tasks over these protocols.

A POAP-enabled Cisco Nexus switch will not enter POAP mode. Which two conditions should be verified? (Choose two.)

A.

Bootflash must contain a special directory named POAP with poap.py file.

A.

Bootflash must contain a special directory named POAP with poap.py file.

Answers
B.

The switch is in bootup process.

B.

The switch is in bootup process.

Answers
C.

No startup configuration is available.

C.

No startup configuration is available.

Answers
D.

The license file is missing on the switch.

D.

The license file is missing on the switch.

Answers
E.

No Cisco NX-OS image is present on the bootflash.

E.

No Cisco NX-OS image is present on the bootflash.

Answers
Suggested answer: B, C

Explanation:

POAP is an automatic provisioning and zero-touch deployment feature that assists device owners in the initial deployment and configuration of Nexus switches.

The feature works by checking for a local configuration script. If the script has been deleted, the switch has been reset to factory settings, or this is the first boot-up, the POAP daemon will connect to a preset list of servers to download an initial configuration file.

To perform this operation, the switch must first obtain an IP address from a local DHCP server. POAP

configuration settings can also be passed through the DHCP response.

Which conditions should be verified, so they need to be TRUE. Like no startup (A) and bootup (B). C means that it needs to miss a license file and E means it needs to miss an NX-OS image.

AN engineer enters these commands while in EEM on a Cisco Nexus 9000 Series Switch.

event manager applet Backup-config event timer watchdog time 1800 name timer event cli match ''copy running-config startup-config''

what is the result of applying this configuration?

A.

It saves the running configuration every 1800 seconds.

A.

It saves the running configuration every 1800 seconds.

Answers
B.

It generates an error because no action is mentioned.

B.

It generates an error because no action is mentioned.

Answers
C.

It executes the copy running-config startup-config command.

C.

It executes the copy running-config startup-config command.

Answers
D.

It blocks the copy running-config startup-config command.

D.

It blocks the copy running-config startup-config command.

Answers
Suggested answer: B

Explanation:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/system-management/b-cisco-nexus-9000-series-nx-os-system-management-configuration-guide-93x/b-cisco-nexus-9000-series-nx-os-system-management-configuration-guide-93x_chapter_0100010.html

AN engineer is asked to modify an overridden policy by changing the number of FCNS database entries to 1500 and then generable a massage. What configuration will accomplish this task?

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: C

Explanation:

The following example modifies an overridden policy by changing the number of FCNS database entries to 1500. It also generates both the configured and the default syslog messages of the default system policy event manager applet fcns_policy override __fcns_entries_max_per_switch event fcns entries max-per-switch 1500 action 1.0 syslog priority warnings msg FCNS DB entries have reached the EEM limit.

Refer to the exhibit.

An engineer configures a new application profile using REST API and receives this error massage. Which method can be used before application profile can be configured?

A.

POST to aaaLogin

A.

POST to aaaLogin

Answers
B.

POST to aaaRefresh

B.

POST to aaaRefresh

Answers
C.

POST to aaaLogout

C.

POST to aaaLogout

Answers
D.

GET to aaaListDomains

D.

GET to aaaListDomains

Answers
Suggested answer: A

Explanation:

To configure an application profile using REST API, the engineer needs to first authenticate with the APIC using the POST method to the aaaLogin URI. This will return a token that can be used for subsequent requests. The error message indicates that the token is missing or expired, so the engineer needs to perform the POST to aaaLogin method again before configuring the application profile.Reference:= [Cisco APIC REST API Configuration Guide]

An engineer is asked to manage a large-scale data center and collect information from multiple Cisco NX-OS devices using Cisco NX-OS Data Management Engine model. Which technology should be used to accomplish this goal?

A.

NX-API REST

A.

NX-API REST

Answers
B.

NETCONF

B.

NETCONF

Answers
C.

JSON-RPC

C.

JSON-RPC

Answers
D.

NX Yang

D.

NX Yang

Answers
Suggested answer: B

Explanation:

Cisco NX-OS Data Management Engine (DME) model is a hierarchical representation of the configuration and operational state of the Cisco NX-OS devices. It supports multiple protocols for accessing and manipulating the data, such as NETCONF, RESTCONF, gRPC, and CLI. Among these, NETCONF is the recommended technology for managing a large-scale data center and collecting information from multiple Cisco NX-OS devices using DME model, because it provides a standard, secure, and scalable way of communicating with network devices.Reference:= [Cisco NX-OS Data Management Engine Model]

An engineer needs a utility to translate traditional Nexus CLI inputs and generate Python code using XML and JSON message formats. The solution needs to be available on a Nexus 7700 series switch. Which utility should be used?

A.

NX-OS JSON-RPC

A.

NX-OS JSON-RPC

Answers
B.

NX-API Sandbox

B.

NX-API Sandbox

Answers
C.

Guest Shell for NX-OS

C.

Guest Shell for NX-OS

Answers
D.

Open NX-OS

D.

Open NX-OS

Answers
Suggested answer: B

Explanation:

NX-API Sandbox is a utility that allows the engineer to translate traditional Nexus CLI inputs and generate Python code using XML and JSON message formats. It is available on a Nexus 7700 series switch as a web-based tool that can be accessed from a browser. It provides a graphical interface for entering CLI commands and viewing the corresponding Python code and output. It also allows the engineer to execute the Python code directly on the switch or copy it to a script file.Reference:= [Cisco Nexus 7000 Series NX-OS Programmability Guide]

Total 491 questions
Go to page: of 50