exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 203 discussion

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


Refer to the exhibit. What is the output of this IOS-XE configuration program?

  • A. interface operational status in IPv6 addresses
  • B. interface administrative status in IPv4 addresses
  • C. interface operational status in IPv4 addresses
  • D. interface administrative status in IPv6 addresses
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
moslig
Highly Voted 2 years, 10 months ago
this should be B
upvoted 14 times
testingrealname
2 years, 2 months ago
Also in this model yang the enabled bolean is for the desired status state configured, so it is talking about admin state: https://datatracker.ietf.org/doc/rfc7223/
upvoted 1 times
...
...
samael666
Most Recent 5 months ago
Selected Answer: B
the answer should be "configuration data" but there isn't. To take into account that operational data has this endpoint /restconf/data/ietf-interfaces:interfaces-state, and configuration data has this /restconf/data/ietf-interfaces:interfaces, in the last endpoint it will be defined the administrative status.
upvoted 1 times
...
doble_h
6 months, 4 weeks ago
The reason the answer is not B ("interface administrative status in IPv4 addresses") is due to the specific data fields that the script is accessing and printing. The script prints the "enabled" field from the JSON data, which corresponds to the operational status of the interface, not the administrative status. The operational status indicates whether the interface is active and can pass traffic (often equivalent to the "up" or "down" status on a network device). In contrast, the administrative status refers to whether the interface has been administratively enabled or disabled (often equivalent to the "administratively down" status when manually shut down on a network device).
upvoted 1 times
julianmansa
6 months, 3 weeks ago
The answer is B because the code clearly is checking the ENABLED status on the interface which is the admin status. This is why you see ["ENABLED"] == False, etc.
upvoted 2 times
...
...
lznlxl
1 year, 5 months ago
it should be B. https://github.com/YangModels/yang/blob/main/vendor/cisco/xe/1681/ietf-interfaces.yang
upvoted 2 times
...
Teringzooi
1 year, 8 months ago
Selected Answer: B
Question is wrong? Correct answer should be: B Nothing is written about IPv6. And also: https://datatracker.ietf.org/doc/rfc7223/ https://github.com/YangModels/yang/blob/main/vendor/cisco/xe/1671/cisco-xe-ietf-ip-deviation.yang
upvoted 3 times
...
jinck
2 years, 6 months ago
This question is totally broken. I'm looking at the ietf-interfaces module tree and both the admin and oper statuses of the interface are nested in: ietf-interfaces:interfaces-state/interface[name], not under 'ietf-interfaces:interfaces/interface[name]' like the exhibit shows. Am I missing something?
upvoted 2 times
jinck
2 years, 6 months ago
I get that the code is looking at the "enabled" boolean to determine the up/down status but that is independent of the admin/oper statuses which get called from the interfaces-state leaf. That's what the ietf-interfaces YANG model shows anyway.
upvoted 1 times
...
...
[Removed]
2 years, 6 months ago
I go for "B". Note: I read some other dumps sources and all of them had chosen "D". But from the script, "B" is the correct answer
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 ...