exam questions

Exam 350-601 All Questions

View all questions & answers for the 350-601 exam

Exam 350-601 topic 1 question 236 discussion

Actual exam question from Cisco's 350-601
Question #: 236
Topic #: 1
[All 350-601 Questions]

An engineer must implement an automation solution to allow the backup of the configuration of Cisco Nexus Series Switches to a centralized location. The solution must:
* support the team-developed custom monitoring scripts that are packaged using RPM packaging that the framework must support.
* be decoupled from the underlying Cisco Nexus operating system.
* have no impact on the operating system of the underlying switch if the resource contention occurs.
* use Python to expand the existing automation framework.
Which solution meets these requirements?

  • A. Guest Shell
  • B. Vegas Shell
  • C. Bash Shell
  • D. TCL Shell
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
In addition to the NX-OS CLI and Bash access on the underlying Linux environment, switches support access to a decoupled execution space running within a
Linux Container (LXC) called the ג€Guest Shellג€.
From within the Guest Shell the network-admin has the following capabilities:
ג€¢ Access to the network over Linux network interfaces.
ג€¢ Access to the switch's bootflash.
ג€¢ Access to the switch's volatile tmpfs.
ג€¢ Access to the switch's CLI.
ג€¢ Access to Cisco NX-API REST.
ג€¢ The ability to install and run python scripts.
ג€¢ The ability to install and run 32-bit and 64-bit Linux applications.
Decoupling the execution space from the native host system allows customization of the Linux environment to suit the needs of the applications without impacting the host system or applications running in other Linux Containers.
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/programmability/guide/b_Cisco_Nexus_9000_Series_NX-
OS_Programmability_Guide_7x/Guest_Shell.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GuyThatTakesDumps
7 months, 4 weeks ago
Selected Answer: A
A is correct!
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...