ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 456 - 350-601 discussion

Report
Export

Refer to the exhibit.

An engineer runs a Python script from a newly enabled guest shell on a Cisco Nexus 93108 Series Switch. The script needs an additional package called 'Markdown' installed from the Python package manager. Which set of tasks must the engineer perform to install the required package?

A.

Set the NAMESERVER variable in /etc/sysconfig/network. Clone the Markdown repository with the git clone command.

Answers
A.

Set the NAMESERVER variable in /etc/sysconfig/network. Clone the Markdown repository with the git clone command.

B.

Add nameserver configuration to /etc/resolv.conf. Run sudo chvrf management pip install Markdown.

Answers
B.

Add nameserver configuration to /etc/resolv.conf. Run sudo chvrf management pip install Markdown.

C.

Enable ip domain-lookup in startup-config. Enter python install Markdown as root.

Answers
C.

Enable ip domain-lookup in startup-config. Enter python install Markdown as root.

D.

Configure ip name-server in configuration mode. Execute sudo yum -y install Markdown.

Answers
D.

Configure ip name-server in configuration mode. Execute sudo yum -y install Markdown.

Suggested answer: B

Explanation:

To install the ''Markdown'' package from the Python package manager on a Cisco Nexus 93108 Series Switch, the engineer must ensure that the guest shell has internet access to reach the Python package repository. This is achieved by adding the nameserver configuration to/etc/resolv.conf, which allows the system to resolve domain names into IP addresses. After configuring the nameserver, the engineer must run the commandsudo chvrf management pip install Markdownto install the package within the management Virtual Routing and Forwarding (VRF) context, which has access to the internet.

asked 10/10/2024
Kajenthiran Varnamyilvaganam
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first