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/
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.
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).
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.
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
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?
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.
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
...
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
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.
moslig
Highly Voted 2 years, 10 months agotestingrealname
2 years, 2 months agosamael666
Most Recent 5 months agodoble_h
6 months, 4 weeks agojulianmansa
6 months, 3 weeks agolznlxl
1 year, 5 months agoTeringzooi
1 year, 8 months agojinck
2 years, 6 months agojinck
2 years, 6 months ago[Removed]
2 years, 6 months ago