exam questions

Exam 300-635 All Questions

View all questions & answers for the 300-635 exam

Exam 300-635 topic 1 question 31 discussion

Actual exam question from Cisco's 300-635
Question #: 31
Topic #: 1
[All 300-635 Questions]

Refer to the exhibit.

The exhibit shows a Cisco NX-OS switch configuration, an Ansible playbook, and the output of running this playbook. The playbook failed due to error "msg'
'Request failed <urlopen error [Errno 61] Connection refused>', 'status' -1, "url" "http://192.168.251.129:80/ins".
Which Cisco NX-OS configuration command resolves this failure?

  • A. feature nxapi
  • B. http-server enabled
  • C. interface mgmt0; ip access-group allow_http_traffic in
  • D. feature http
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
f143c37
11 months, 1 week ago
Even after enabling nxapi with "feature nxapi" the port 80 remains closed Check the output: NX01(config)# show nxapi nxapi enabled NXAPI timeout 10 HTTPS Listen on port 443 Certificate Information: Issuer: /C=US/ST=CA/L=San Jose/O=Cisco Systems Inc./OU=dcnxos/CN=nxos Expires: Jul 2 14:08:52 2023 GMT NX01(config)#
upvoted 1 times
f143c37
11 months, 1 week ago
You also have to enable HTTP connections with: NX01(config)# nxapi http port 80 NX01(config)# show nxapi nxapi enabled NXAPI timeout 10 HTTP Listen on port 80 HTTPS Listen on port 443 Certificate Information: Issuer: /C=US/ST=CA/L=San Jose/O=Cisco Systems Inc./OU=dcnxos/CN=nxos Expires: Jul 2 14:08:52 2023 GMT NX01(config)#
upvoted 1 times
RFV147
10 months ago
What should be the answer then?
upvoted 1 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 ...